17 lines
376 B
JSON
17 lines
376 B
JSON
|
{
|
||
|
"rp-test": {
|
||
|
"response_types": ["code", "id_token"],
|
||
|
"client_id": "rp-test",
|
||
|
"client_secret": "the_client_secret",
|
||
|
"claims_supported" : ["id_token"],
|
||
|
"redirect_uris": [
|
||
|
"https://rp-test.swamid.se/auth_openidc/return",
|
||
|
"https://rp-test.swamid.se/start.php"
|
||
|
],
|
||
|
"allowed_scope_values": [
|
||
|
"profile",
|
||
|
"email"
|
||
|
]
|
||
|
}
|
||
|
}
|