Test zammad oidc,
make sure local changes are caught.
This commit is contained in:
parent
9e7d5b5c10
commit
44a41a1d07
2 changed files with 20 additions and 12 deletions
|
@ -24,3 +24,5 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- 'METADATA_DIR=/etc/satosa/metadata'
|
- 'METADATA_DIR=/etc/satosa/metadata'
|
||||||
- 'WORKER_TIMEOUT=120'
|
- 'WORKER_TIMEOUT=120'
|
||||||
|
logging:
|
||||||
|
driver: "syslog"
|
||||||
|
|
|
@ -1,16 +1,22 @@
|
||||||
{
|
{
|
||||||
"iris-web": {
|
"iris-web": {
|
||||||
"response_types": ["code", "id_token"],
|
"response_types": ["code", "id_token"],
|
||||||
"client_id": "iris-web",
|
"client_id": "iris-web",
|
||||||
"client_secret": "1b26d620a54e19bdbc1098d0cb385b02a853791a7ed726b22fcbf3e71ebe3250",
|
"client_secret": "1b26d620a54e19bdbc1098d0cb385b02a853791a7ed726b22fcbf3e71ebe3250",
|
||||||
"claims_supported" : ["id_token"],
|
"claims_supported" : ["id_token"],
|
||||||
"redirect_uris": [
|
"redirect_uris": [
|
||||||
"https://iris-test.cert.sunet.se/oidc-authorize"
|
"https://iris-test.cert.sunet.se/oidc-authorize"
|
||||||
],
|
],
|
||||||
"allowed_scope_values": [
|
"allowed_scope_values": [ "profile", "email", "nickname" ]
|
||||||
"profile",
|
},
|
||||||
"email",
|
"zammad-test": {
|
||||||
"nickname"
|
"response_types": ["code", "id_token"],
|
||||||
]
|
"client_id": "zammad-test",
|
||||||
|
"client_secret": "a37e2bb20843322b100ee090d2487c7c0b17c5512476e2c2e539937c3760c243",
|
||||||
|
"claims_supported": ["id_token"],
|
||||||
|
"redirect_uris": [
|
||||||
|
"https://zammad-test.cert.sunet.se/auth/openid_connect/callback"
|
||||||
|
],
|
||||||
|
"allowed_scope_values": [ "profile", "email", "nickname" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue