hubl/www/oidc-client-config.sample.json

10 lines
306 B
JSON

{
"authority": "https://test-paris.happy-dev.fr/openid/",
"client_id": "125356",
"redirect_uri": "http://127.0.0.1:3000",
"response_type": "id_token token",
"scope": "openid profile email",
"automaticSilentRenew": true,
"silent_redirect_uri": "http://127.0.0.1:3000",
"loadUserInfo": true
}