use sample files
This commit is contained in:
@ -7,5 +7,4 @@
|
||||
"automaticSilentRenew": true,
|
||||
"silent_redirect_uri": "https://staging-app.happy-dev.fr",
|
||||
"loadUserInfo": true
|
||||
}
|
||||
|
||||
}
|
10
www/oidc-client-config.sample.json
Normal file
10
www/oidc-client-config.sample.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user