Authentik auth
This commit is contained in:
@@ -11,7 +11,6 @@ AUTHENTIK_BOOTSTRAP_PASSWORD=change-me-admin-password
|
||||
AUTHENTIK_BOOTSTRAP_TOKEN=change-me-bootstrap-token
|
||||
|
||||
APP_URL=http://localhost:3000
|
||||
SESSION_SECRET=change-me-session-secret
|
||||
|
||||
AUTHENTIK_PUBLIC_URL=http://localhost:9000
|
||||
AUTHENTIK_INTERNAL_URL=http://host.docker.internal:9000
|
||||
@@ -23,4 +22,5 @@ OIDC_CLIENT_ID=mm-custom-frontend
|
||||
OIDC_CLIENT_SECRET=change-me-oidc-client-secret
|
||||
OIDC_ISSUER=http://localhost:9000/application/o/mm-custom-frontend/
|
||||
OIDC_REDIRECT_URI=http://localhost:3000/auth/callback
|
||||
COOKIE_SECURE=false
|
||||
AUTH_DEBUG=false
|
||||
|
||||
Reference in New Issue
Block a user