18 lines
458 B
Text
18 lines
458 B
Text
|
{
|
||
|
"client_id": "{{var_authelia_for_forgejo_client_id}}",
|
||
|
"client_secret": "{{var_authelia_for_forgejo_client_secret}}",
|
||
|
"client_name": "Forgejo",
|
||
|
"public": false,
|
||
|
"authorization_policy": "one_factor",
|
||
|
"redirect_uris": [
|
||
|
"{{var_authelia_for_forgejo_forgejo_url_base}}/user/oauth2/authelia/callback"
|
||
|
],
|
||
|
"scopes": [
|
||
|
"openid",
|
||
|
"email",
|
||
|
"profile"
|
||
|
],
|
||
|
"userinfo_signed_response_alg": "none",
|
||
|
"token_endpoint_auth_method": "client_secret_basic"
|
||
|
}
|