yep
This commit is contained in:
parent
4f6d7cfe60
commit
8fa8d04427
10 changed files with 231 additions and 71 deletions
14
.env.example
14
.env.example
|
|
@ -7,10 +7,12 @@ OIDC_ISSUER=https://your-oidc-provider.example.com/
|
|||
OIDC_AUDIENCE=your-api-audience
|
||||
OIDC_JWKS_URL=https://your-oidc-provider.example.com/.well-known/jwks.json
|
||||
|
||||
# Optional metadata for frontend OIDC integrations later:
|
||||
OIDC_AUTH_URL=
|
||||
OIDC_TOKEN_URL=
|
||||
OIDC_CLIENT_ID=
|
||||
OIDC_REDIRECT_URL=
|
||||
OIDC_LOGOUT_URL=
|
||||
# Required when DEV_MODE=false:
|
||||
OIDC_AUTH_URL=https://your-oidc-provider.example.com/authorize
|
||||
OIDC_TOKEN_URL=https://your-oidc-provider.example.com/oauth/token
|
||||
OIDC_CLIENT_ID=your-client-id
|
||||
OIDC_CLIENT_SECRET=your-client-secret
|
||||
OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
|
||||
|
||||
# Optional:
|
||||
OIDC_LOGOUT_URL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue