OIDC testing for zammad

This commit is contained in:
Johan Björklund 2025-04-11 13:46:15 +02:00
parent 33247f3e29
commit 54d4d18f79
Signed by: bjorklund
GPG key ID: DD10D50554BE7115

View file

@ -10,6 +10,15 @@
"allowed_scope_values": [ "profile", "email", "nickname" ]
},
"zammad-test": {
"response_types": ["code", "id_token"],
"client_id": "zammad-test",
"claims_supported": ["id_token"],
"redirect_uris": [
"https://zammad-test.cert.sunet.se/auth/openid_connect/callback"
],
"allowed_scope_values": [ "profile", "email", "nickname" ]
},
"zammad-test-with-cs": {
"response_types": ["code", "id_token"],
"client_id": "zammad-test",
"client_secret": "a37e2bb20843322b100ee090d2487c7c0b17c5512476e2c2e539937c3760c243",