use sample files

This commit is contained in:
Clément
2018-10-05 13:07:14 +02:00
parent 3fa8602e2c
commit c1456a5b63
7 changed files with 26 additions and 8 deletions

View File

@ -7,5 +7,4 @@
"automaticSilentRenew": true,
"silent_redirect_uri": "https://staging-app.happy-dev.fr",
"loadUserInfo": true
}
}

View 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
}