17 lines
413 B
Text
17 lines
413 B
Text
|
{
|
||
|
"client_id": "{{var_authelia_for_mas_client_id}}",
|
||
|
"client_secret": "{{var_authelia_for_mas_client_secret}}",
|
||
|
"client_name": "MAS",
|
||
|
"public": false,
|
||
|
"authorization_policy": "one_factor",
|
||
|
"redirect_uris": [
|
||
|
"{{var_authelia_for_mas_mas_url_base}}/upstream/callback/{{var_authelia_for_mas_id}}"
|
||
|
],
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"email",
|
||
|
"profile"
|
||
|
],
|
||
|
"token_endpoint_auth_method": "client_secret_basic"
|
||
|
}
|