28 lines
576 B
JSON
28 lines
576 B
JSON
|
{
|
||
|
"providers": [
|
||
|
{
|
||
|
"enabled": true,
|
||
|
"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",
|
||
|
"user_info_endpoint": ""
|
||
|
},
|
||
|
"oauthUrl": "/authorize",
|
||
|
"scope": "email",
|
||
|
"state": "123562"
|
||
|
}
|
||
|
]
|
||
|
}
|