Added OIDC client code

This commit is contained in:
Alexandre Bourlier
2018-06-19 23:59:50 +02:00
parent c5e18374bc
commit de33cc7885
3 changed files with 50 additions and 1 deletions

8
dist/lib/sib-oidc-client-config.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"authority": "http://localhost:8000/openid/",
"client_id": "598550",
"redirect_uri": "http://oidc-client.local/user-manager-sample.html",
"response_type": "id_token token",
"scope": "openid profile email",
"loadUserInfo": true
}