Skip to content
Snippets Groups Projects
Commit d52fdd09 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added Open ID Connect env vars.

parent fa9bdb5e
No related branches found
No related tags found
No related merge requests found
# Rosetta 🛰️
ubuntu@rosetta# Rosetta 🛰️
_A container-centric Science Platform_
......@@ -58,6 +58,11 @@ Example Webapp configuraion
- DJANGO_EMAIL_APIKEY=
- DJANGO_EMAIL_FROM="Rosetta <notifications@rosetta.local>"
- DJANGO_PUBLIC_HTTP_HOST=http://localhost # Public facing, with http or https
- OIDC_RP_CLIENT_ID=""
- OIDC_RP_CLIENT_SECRET=""
- OIDC_OP_AUTHORIZATION_ENDPOINT=""
- OIDC_OP_TOKEN_ENDPOINT=""
- OIDC_OP_JWKS_ENDPOINT=""
### Extras
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment