Skip to content

Commit

Permalink
[UPD] Update .env.model
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel authored Sep 24, 2024
1 parent d74097c commit 9b4a680
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .env.model
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ IRIS_AUTHENTICATION_TYPE=local
INTERFACE_HTTPS_PORT=443

# -- FOR OIDC AUTHENTICATION
IRIS_AUTHENTICATION_TYPE=oidc
OIDC_ISSUER_URL=
OIDC_CLIENT_ID=
OIDC_CLIENT_SECRET=
#IRIS_AUTHENTICATION_TYPE=oidc
#OIDC_ISSUER_URL=
#OIDC_CLIENT_ID=
#OIDC_CLIENT_SECRET=
# endpoints only required if provider doesn't support metadata discovery
OIDC_AUTH_ENDPOINT=
OIDC_TOKEN_ENDPOINT=
#OIDC_AUTH_ENDPOINT=
#OIDC_TOKEN_ENDPOINT=
# optional to include logout from oidc provider
OIDC_END_SESSION_ENDPOINT=
#OIDC_END_SESSION_ENDPOINT=

0 comments on commit 9b4a680

Please sign in to comment.