Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)

This commit is contained in:
Amruth Pillai
2025-01-13 15:56:29 +01:00
parent 0f8f2fe560
commit eb7813ac6f
20 changed files with 320 additions and 18 deletions

View File

@ -107,6 +107,15 @@ services:
# GOOGLE_CLIENT_SECRET: google_client_secret
# GOOGLE_CALLBACK_URL: https://example.com/api/auth/google/callback
# -- OpenID (Optional) --
# OPENID_AUTHORIZATION_URL:
# OPENID_CALLBACK_URL: https://example.com/api/auth/openid/callback
# OPENID_CLIENT_ID:
# OPENID_CLIENT_SECRET:
# OPENID_ISSUER:
# OPENID_TOKEN_URL:
# OPENID_USER_INFO_URL:
nginx:
image: jc21/nginx-proxy-manager
restart: always