fix: remove search

This commit is contained in:
2025-09-25 10:15:32 +01:00
parent 29908f7f8a
commit 718ee67d0b
9 changed files with 14 additions and 246 deletions
+7 -7
View File
@@ -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