Skip to content

Commit

Permalink
Merge pull request #1479 from maykinmedia/issue/2845-oidc-logout
Browse files Browse the repository at this point in the history
[#2845] Update Keycloak fixtures with data for digid-eherkenning library
  • Loading branch information
alextreme authored Nov 21, 2024
2 parents 5b40357 + 045012d commit b534838
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docker/keycloak/fixtures/oidc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"model": "digid_eherkenning_oidc_generics.openidconnectdigidconfig",
"model": "digid_eherkenning_oidc_generics.digidconfig",
"pk": 1,
"fields": {
"enabled": true,
Expand All @@ -16,16 +16,15 @@
"oidc_use_nonce": true,
"oidc_nonce_size": 32,
"oidc_state_size": 32,
"oidc_exempt_urls": "[]",
"userinfo_claims_source": "userinfo_endpoint",
"oidc_op_logout_endpoint": "http://localhost:8080/realms/test/protocol/openid-connect/logout",
"oidc_keycloak_idp_hint": "",
"identifier_claim_name": "bsn",
"bsn_claim": "[\"bsn\"]",
"oidc_rp_scopes_list": "[\"openid\", \"bsn\"]"
}
},
{
"model": "digid_eherkenning_oidc_generics.openidconnecteherkenningconfig",
"model": "digid_eherkenning_oidc_generics.eherkenningconfig",
"pk": 1,
"fields": {
"enabled": true,
Expand All @@ -41,12 +40,11 @@
"oidc_use_nonce": true,
"oidc_nonce_size": 32,
"oidc_state_size": 32,
"oidc_exempt_urls": "[]",
"userinfo_claims_source": "userinfo_endpoint",
"oidc_op_logout_endpoint": "http://localhost:8080/realms/test/protocol/openid-connect/logout",
"oidc_keycloak_idp_hint": "",
"identifier_claim_name": "kvk",
"identifier_type_claim": "[\"kvk\"]",
"oidc_rp_scopes_list": "[\"openid\", \"kvk\"]"
}
}
]
]

0 comments on commit b534838

Please sign in to comment.