fix: remove search
This commit is contained in:
@@ -44,7 +44,7 @@ server:
|
||||
endpoints:
|
||||
authz:
|
||||
forward-auth:
|
||||
implementation: 'ForwardAuth'
|
||||
implementation: "ForwardAuth"
|
||||
|
||||
# SMTP Notifier https://www.authelia.com/configuration/notifications/smtp/
|
||||
# Set also AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE
|
||||
@@ -90,14 +90,14 @@ identity_providers:
|
||||
client_name: Gitea
|
||||
client_secret: {{ secret "/run/secrets/GITEA_CLIENT_SECRET" }}
|
||||
public: false
|
||||
authorization_policy: 'two_factor'
|
||||
authorization_policy: "two_factor"
|
||||
consent_mode: pre-configured
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
token_endpoint_auth_method: "client_secret_post"
|
||||
pre_configured_consent_duration: 1w
|
||||
scopes:
|
||||
- 'openid'
|
||||
- 'email'
|
||||
- 'profile'
|
||||
- "openid"
|
||||
- "email"
|
||||
- "profile"
|
||||
redirect_uris:
|
||||
- https://gitea.64815139.xyz/user/oauth2/Authelia/callback
|
||||
- client_id: Qzmj9S-sJi0bDpUFhuJgqwJPiiGqEBtUGLmjqcZxFpLfQzb7Y9LxnmvZ2K1YoZT2vAXDqWi5
|
||||
@@ -106,7 +106,7 @@ identity_providers:
|
||||
public: false
|
||||
authorization_policy: two_factor
|
||||
consent_mode: pre-configured
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
token_endpoint_auth_method: "client_secret_post"
|
||||
pre_configured_consent_duration: 1w
|
||||
scopes:
|
||||
- openid
|
||||
|
||||
Reference in New Issue
Block a user