Set up oidc for iris.

This commit is contained in:
Johan Björklund 2025-02-25 15:00:30 +01:00
parent bcde27bad1
commit 8c3472a452
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -1,12 +1,11 @@
{
"rp-test": {
"response_types": ["code", "id_token"],
"client_id": "rp-test",
"client_secret": "the_client_secret",
"client_id": "iris-web",
"client_secret": 1b26d620a54e19bdbc1098d0cb385b02a853791a7ed726b22fcbf3e71ebe3250,
"claims_supported" : ["id_token"],
"redirect_uris": [
"https://rp-test.swamid.se/auth_openidc/return",
"https://rp-test.swamid.se/start.php"
"https://iris-test.cert.sunet.se/oidc-authorize"
],
"allowed_scope_values": [
"profile",