mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)
This commit is contained in:
@ -125,6 +125,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:
|
||||
deploy:
|
||||
replicas: 2
|
||||
restart_policy:
|
||||
|
||||
Reference in New Issue
Block a user