Skip to content

Commit

Permalink
update realm json (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk authored and ICTGuerrilla committed May 4, 2024
1 parent acd437e commit 7802eb8
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions docker/keycloak/realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,15 @@
"clientRole": true,
"containerId": "3577db7d-91cf-4d27-898e-c1c8a73b2a6b",
"attributes": {}
},
{
"id": "fe393397-a3d4-439c-abfa-d48bda17d880",
"name": "view-member",
"description": "Access detail of individual member (by uuid)",
"composite": false,
"clientRole": true,
"containerId": "3577db7d-91cf-4d27-898e-c1c8a73b2a6b",
"attributes": {}
}
],
"security-admin-console": [],
Expand Down Expand Up @@ -473,7 +482,8 @@
"list-members",
"resolve-applications",
"manage-members",
"list-applications"
"list-applications",
"view-member"
]
}
}
Expand Down Expand Up @@ -1439,14 +1449,14 @@
"subComponents": {},
"config": {
"allowed-protocol-mapper-types": [
"saml-role-list-mapper",
"oidc-sha256-pairwise-sub-mapper",
"oidc-usermodel-attribute-mapper",
"saml-user-property-mapper",
"oidc-full-name-mapper",
"oidc-usermodel-property-mapper",
"oidc-sha256-pairwise-sub-mapper",
"oidc-address-mapper",
"saml-user-attribute-mapper",
"oidc-usermodel-attribute-mapper",
"oidc-address-mapper"
"oidc-usermodel-property-mapper",
"saml-role-list-mapper"
]
}
},
Expand Down Expand Up @@ -1513,14 +1523,14 @@
"subComponents": {},
"config": {
"allowed-protocol-mapper-types": [
"saml-role-list-mapper",
"saml-user-property-mapper",
"oidc-sha256-pairwise-sub-mapper",
"oidc-usermodel-attribute-mapper",
"oidc-full-name-mapper",
"saml-role-list-mapper",
"oidc-usermodel-attribute-mapper",
"oidc-usermodel-property-mapper",
"saml-user-attribute-mapper",
"oidc-address-mapper",
"saml-user-attribute-mapper"
"oidc-sha256-pairwise-sub-mapper"
]
}
},
Expand Down

0 comments on commit 7802eb8

Please sign in to comment.