Skip to content

Commit 35f7023

Browse files
author
Daenges
committed
Rename Role, fix typo
1 parent 51c4c7d commit 35f7023

File tree

2 files changed

+39
-25
lines changed

2 files changed

+39
-25
lines changed

realms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323

2424
# How to use a restricted endpoint using Postman
2525
1. Create Request
26-
2. Authorization &rarrr; Auth Type: Bearer Token → paste full content of `access_token` from JWT request above into `Token` field.
26+
2. Authorization → Auth Type: Bearer Token → paste full content of `access_token` from JWT request above into `Token` field.
2727

realms/sb-backend.json

Lines changed: 38 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@
154154
"query-groups",
155155
"view-events",
156156
"view-identity-providers",
157-
"manage-clients",
158157
"manage-authorization",
158+
"manage-clients",
159159
"create-client",
160160
"view-users",
161-
"view-realm",
162-
"impersonation"
161+
"impersonation",
162+
"view-realm"
163163
]
164164
}
165165
},
@@ -311,8 +311,8 @@
311311
"attributes": {}
312312
},
313313
{
314-
"id": "0ae08483-8c49-4c6b-980a-449ef99536b6",
315-
"name": "user",
314+
"id": "6c26a13a-00b6-412e-a9db-bb5d5fff7c15",
315+
"name": "Student",
316316
"description": "",
317317
"composite": false,
318318
"clientRole": true,
@@ -642,7 +642,8 @@
642642
"protocol": "openid-connect",
643643
"attributes": {
644644
"realm_client": "false",
645-
"client.use.lightweight.access.token.enabled": "true"
645+
"client.use.lightweight.access.token.enabled": "true",
646+
"post.logout.redirect.uris": "+"
646647
},
647648
"authenticationFlowBindingOverrides": {},
648649
"fullScopeAllowed": true,
@@ -684,7 +685,8 @@
684685
"frontchannelLogout": false,
685686
"protocol": "openid-connect",
686687
"attributes": {
687-
"realm_client": "true"
688+
"realm_client": "true",
689+
"post.logout.redirect.uris": "+"
688690
},
689691
"authenticationFlowBindingOverrides": {},
690692
"fullScopeAllowed": false,
@@ -726,7 +728,8 @@
726728
"frontchannelLogout": false,
727729
"protocol": "openid-connect",
728730
"attributes": {
729-
"realm_client": "true"
731+
"realm_client": "true",
732+
"post.logout.redirect.uris": "+"
730733
},
731734
"authenticationFlowBindingOverrides": {},
732735
"fullScopeAllowed": false,
@@ -777,7 +780,7 @@
777780
"frontchannelLogout": true,
778781
"protocol": "openid-connect",
779782
"attributes": {
780-
"client.secret.creation.time": "1741450579",
783+
"client.secret.creation.time": "1741513459",
781784
"client.introspection.response.allow.jwt.claim.enabled": "false",
782785
"post.logout.redirect.uris": "http://localhost:8080",
783786
"frontchannel.logout.session.required": "true",
@@ -949,12 +952,13 @@
949952
"protocolMapper": "oidc-organization-membership-mapper",
950953
"consentRequired": false,
951954
"config": {
952-
"id.token.claim": "true",
953955
"introspection.token.claim": "true",
956+
"multivalued": "true",
957+
"userinfo.token.claim": "true",
958+
"id.token.claim": "true",
954959
"access.token.claim": "true",
955960
"claim.name": "organization",
956-
"jsonType.label": "String",
957-
"multivalued": "true"
961+
"jsonType.label": "String"
958962
}
959963
}
960964
]
@@ -978,7 +982,8 @@
978982
"config": {
979983
"id.token.claim": "true",
980984
"access.token.claim": "true",
981-
"introspection.token.claim": "true"
985+
"introspection.token.claim": "true",
986+
"userinfo.token.claim": "true"
982987
}
983988
}
984989
]
@@ -1172,6 +1177,7 @@
11721177
"config": {
11731178
"introspection.token.claim": "true",
11741179
"multivalued": "true",
1180+
"userinfo.token.claim": "true",
11751181
"user.attribute": "foo",
11761182
"id.token.claim": "true",
11771183
"access.token.claim": "true",
@@ -1199,8 +1205,9 @@
11991205
"consentRequired": false,
12001206
"config": {
12011207
"user.session.note": "client_id",
1202-
"id.token.claim": "true",
12031208
"introspection.token.claim": "true",
1209+
"userinfo.token.claim": "true",
1210+
"id.token.claim": "true",
12041211
"access.token.claim": "true",
12051212
"claim.name": "client_id",
12061213
"jsonType.label": "String"
@@ -1214,8 +1221,9 @@
12141221
"consentRequired": false,
12151222
"config": {
12161223
"user.session.note": "clientHost",
1217-
"id.token.claim": "true",
12181224
"introspection.token.claim": "true",
1225+
"userinfo.token.claim": "true",
1226+
"id.token.claim": "true",
12191227
"access.token.claim": "true",
12201228
"claim.name": "clientHost",
12211229
"jsonType.label": "String"
@@ -1229,8 +1237,9 @@
12291237
"consentRequired": false,
12301238
"config": {
12311239
"user.session.note": "clientAddress",
1232-
"id.token.claim": "true",
12331240
"introspection.token.claim": "true",
1241+
"userinfo.token.claim": "true",
1242+
"id.token.claim": "true",
12341243
"access.token.claim": "true",
12351244
"claim.name": "clientAddress",
12361245
"jsonType.label": "String"
@@ -1267,8 +1276,9 @@
12671276
"consentRequired": false,
12681277
"config": {
12691278
"user.session.note": "AUTH_TIME",
1270-
"id.token.claim": "true",
12711279
"introspection.token.claim": "true",
1280+
"userinfo.token.claim": "true",
1281+
"id.token.claim": "true",
12721282
"access.token.claim": "true",
12731283
"claim.name": "auth_time",
12741284
"jsonType.label": "long"
@@ -1632,14 +1642,14 @@
16321642
"subComponents": {},
16331643
"config": {
16341644
"allowed-protocol-mapper-types": [
1645+
"oidc-usermodel-attribute-mapper",
1646+
"oidc-full-name-mapper",
16351647
"saml-user-property-mapper",
1636-
"oidc-address-mapper",
16371648
"saml-role-list-mapper",
1649+
"oidc-usermodel-property-mapper",
16381650
"oidc-sha256-pairwise-sub-mapper",
1639-
"oidc-usermodel-attribute-mapper",
1640-
"oidc-full-name-mapper",
16411651
"saml-user-attribute-mapper",
1642-
"oidc-usermodel-property-mapper"
1652+
"oidc-address-mapper"
16431653
]
16441654
}
16451655
},
@@ -1651,13 +1661,13 @@
16511661
"subComponents": {},
16521662
"config": {
16531663
"allowed-protocol-mapper-types": [
1664+
"saml-user-attribute-mapper",
16541665
"oidc-full-name-mapper",
1666+
"saml-user-property-mapper",
1667+
"oidc-sha256-pairwise-sub-mapper",
16551668
"saml-role-list-mapper",
1656-
"saml-user-attribute-mapper",
16571669
"oidc-usermodel-attribute-mapper",
16581670
"oidc-address-mapper",
1659-
"oidc-sha256-pairwise-sub-mapper",
1660-
"saml-user-property-mapper",
16611671
"oidc-usermodel-property-mapper"
16621672
]
16631673
}
@@ -2500,8 +2510,12 @@
25002510
"cibaExpiresIn": "120",
25012511
"cibaAuthRequestedUserHint": "login_hint",
25022512
"oauth2DeviceCodeLifespan": "600",
2513+
"clientOfflineSessionMaxLifespan": "0",
25032514
"oauth2DevicePollingInterval": "5",
2515+
"clientSessionIdleTimeout": "0",
25042516
"parRequestUriLifespan": "60",
2517+
"clientSessionMaxLifespan": "0",
2518+
"clientOfflineSessionIdleTimeout": "0",
25052519
"cibaInterval": "5",
25062520
"realmReusableOtpCode": "false"
25072521
},

0 commit comments

Comments
 (0)