hubl/www/oidc-client-config.json

10 lines
328 B
JSON
Raw Normal View History

2018-10-05 09:55:29 +00:00
{
"authority": "https://test-paris.happy-dev.fr/openid/",
"client_id": "125356",
"redirect_uri": "https://staging-app.happy-dev.fr",
"response_type": "id_token token",
"scope": "openid profile email",
"automaticSilentRenew": true,
"silent_redirect_uri": "https://staging-app.happy-dev.fr",
"loadUserInfo": true
2018-10-05 11:07:14 +00:00
}