argos/dmp-backend/web/src/main/resources/configurableLoginProviders....

54 lines
1.2 KiB
JSON
Raw Normal View History

2019-11-13 16:32:55 +01:00
{
"providers": [
{
2019-11-14 09:39:51 +01:00
"enabled": false,
2022-04-28 11:03:01 +02:00
"type": "oauth2",
"configurableLoginId": "oauth2-localhost",
2019-11-13 16:32:55 +01:00
"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_url": ""
2019-11-13 16:32:55 +01:00
},
"oauthUrl": "/authorize",
"scope": "email",
2022-04-28 11:03:01 +02:00
"state": "123562",
"logoUrl": null
},
{
"enabled": false,
"type": "",
"configurableLoginId": "",
"name": "",
"spEntityId": "",
"idpEntityId": "",
"idpUrl": "",
"idpArtifactUrl": "",
"idpMetadataUrl": "",
"assertionEncrypted": null,
"keyFormat": "",
"keyAlias": "",
"credentialPath": "",
"archivePassword": "",
"keyPassword": "",
"responseSigned": null,
"assertionSigned": null,
"usingFormat": "",
"configurableUserFromAttributes": null,
"attributeTypes": null,
"binding": "",
"logoUrl": ""
2019-11-13 16:32:55 +01:00
}
]
}