hubl/oidc-client-config.json

11 lines
307 B
JSON
Raw Normal View History

{
"authority": "https://test-paris.happy-dev.fr/openid/",
"client_id": "125356",
2018-09-06 09:25:52 +00:00
"redirect_uri": "http://127.0.0.1:8080",
"response_type": "id_token token",
"scope": "openid profile email",
"automaticSilentRenew": true,
2018-09-06 09:25:52 +00:00
"silent_redirect_uri": "http://127.0.0.1:8080",
"loadUserInfo": true
}