Configure oidc
This commit is contained in:
parent
21bd04c879
commit
dbfcaccf03
1 changed files with 5 additions and 0 deletions
|
|
@ -23,3 +23,8 @@ CSRF_COOKIE_SECURE = True
|
|||
CSRF_TRUSTED_ORIGINS = ["https://beer.gwairfelin.com"]
|
||||
|
||||
SECRET_KEY = os.environ.get("REINHEIT_SECRET_KEY")
|
||||
|
||||
OIDC_RP_CLIENT_ID = os.environ.get("OIDC_CLIENT_ID")
|
||||
OIDC_RP_CLIENT_SECRET = os.environ.get("OIDC_CLIENT_SECRET")
|
||||
|
||||
OIDC_OP_DISCOVERY_DOCUMENT_URL = "https://gitea.gwairfelin.com/.well-known/openid-configuration"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue