mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)
This commit is contained in:
@ -114,6 +114,15 @@ services:
|
||||
# GOOGLE_CLIENT_ID: google_client_id
|
||||
# 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:
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.app.rule=Host(`example.com`)
|
||||
|
||||
Reference in New Issue
Block a user