18 lines
482 B
Text
18 lines
482 B
Text
|
{
|
||
|
"client_id": "{{var_authelia_for_tandoor_client_id}}",
|
||
|
"client_secret": "{{temp_authelia_for_tandoor_client_secret_hashed.stdout}}",
|
||
|
"client_name": "Tandoor",
|
||
|
"public": false,
|
||
|
"authorization_policy": "one_factor",
|
||
|
"redirect_uris": [
|
||
|
"{{var_authelia_for_tandoor_tandoor_url_base}}/accounts/oidc/authelia/login/callback/"
|
||
|
],
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"email",
|
||
|
"profile"
|
||
|
],
|
||
|
"userinfo_signed_response_alg": "none",
|
||
|
"token_endpoint_auth_method": "client_secret_basic"
|
||
|
}
|