2019-11-13 16:32:55 +01:00
|
|
|
{
|
|
|
|
"providers": [
|
|
|
|
{
|
2019-11-14 09:39:51 +01:00
|
|
|
"enabled": false,
|
2019-11-13 16:32:55 +01:00
|
|
|
"configurableLoginId": "myId",
|
|
|
|
"name": "myApp",
|
|
|
|
"clientId": "",
|
|
|
|
"clientSecret": "",
|
|
|
|
"redirect_uri": "",
|
|
|
|
"access_token_url": "",
|
|
|
|
"grant_type": "authorization_code",
|
|
|
|
"token": {
|
|
|
|
"access_token": "access_token",
|
|
|
|
"expires_in": "expires_in"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"id": "sub",
|
|
|
|
"name": "name",
|
|
|
|
"email": "email",
|
2019-11-14 12:33:53 +01:00
|
|
|
"user_info_url": ""
|
2019-11-13 16:32:55 +01:00
|
|
|
},
|
|
|
|
"oauthUrl": "/authorize",
|
|
|
|
"scope": "email",
|
|
|
|
"state": "123562"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|