mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 02:11:42 +02:00
Replaced OIDC login for gitea with oauth2 proxy and LDAP to guaranty correct username etc.
This commit is contained in:
@@ -11,12 +11,12 @@ features:
|
||||
css: false
|
||||
portfolio_iframe: true
|
||||
central_database: true
|
||||
ldap: false # Deactivated because OIDC is implemented
|
||||
oauth2: false # Deactivated. Use OIDC instead.
|
||||
oidc: true
|
||||
ldap: true
|
||||
oauth2: true
|
||||
oidc: false # Deactivated because users aren't auto-created.
|
||||
oauth2_proxy:
|
||||
application: "application"
|
||||
port: "80"
|
||||
port: "3000"
|
||||
acl:
|
||||
blacklist:
|
||||
- "/user/login"
|
||||
|
Reference in New Issue
Block a user