Skip to content

Commit

Permalink
removed ids and protocol mappers
Browse files Browse the repository at this point in the history
  • Loading branch information
cditcher committed Jan 6, 2025
1 parent a03c8b7 commit d6e5003
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
48 changes: 0 additions & 48 deletions Keycloak/clients.dat
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[
{
"id": "6179fea3-a206-4ab6-a8c3-d4f6acd72db0",
"clientId": "educ-grad-api-service",
"rootUrl": "https://dev.grad.gov.bc.ca",
"surrogateAuthRequired": false,
Expand Down Expand Up @@ -1707,53 +1706,6 @@
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"protocolMappers": [
{
"id": "99560619-5aec-437a-b847-1818e6ed8774",
"name": "Client IP Address",
"protocol": "openid-connect",
"protocolMapper": "oidc-usersessionmodel-note-mapper",
"consentRequired": false,
"config": {
"user.session.note": "clientAddress",
"userinfo.token.claim": "true",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "clientAddress",
"jsonType.label": "String"
}
},
{
"id": "e2a2b9ad-ad59-4bd0-bb32-b749a0299e37",
"name": "Client ID",
"protocol": "openid-connect",
"protocolMapper": "oidc-usersessionmodel-note-mapper",
"consentRequired": false,
"config": {
"user.session.note": "clientId",
"userinfo.token.claim": "true",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "clientId",
"jsonType.label": "String"
}
},
{
"id": "4b05a44f-efbd-4101-8eeb-30650e32f927",
"name": "Client Host",
"protocol": "openid-connect",
"protocolMapper": "oidc-usersessionmodel-note-mapper",
"consentRequired": false,
"config": {
"user.session.note": "clientHost",
"userinfo.token.claim": "true",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "clientHost",
"jsonType.label": "String"
}
}
],
"defaultClientScopes": [
"CREATE_GRAD_SPECIAL_PROGRAM_RULES_DATA",
"READ_GRAD_STUDENT_NOTES_DATA",
Expand Down
1 change: 0 additions & 1 deletion Keycloak/grad-client-scopes.lst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[
{
"id": "356a7c84-08d4-4e71-8a9e-131138e6a24f",
"name": "READ_GRAD_ALGORITHM_RULES_DATA",
"protocol": "openid-connect",
"attributes": {
Expand Down
1 change: 0 additions & 1 deletion Keycloak/grad-roles.dat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[ {
"id": "fd09a5f4-efd5-46f1-92fb-a7a03881284b",
"name": "GRAD_SYSTEM_COORDINATOR",
"composite": false,
"clientRole": false,
Expand Down

0 comments on commit d6e5003

Please sign in to comment.