diff options
author | ssmith <ssmith@iol.unh.edu> | 2020-06-18 18:30:39 -0400 |
---|---|---|
committer | ssmith <ssmith@iol.unh.edu> | 2020-06-23 12:31:15 -0400 |
commit | 596664b37c17b31f2b5faa0d5144e4317179e0ba (patch) | |
tree | 77f73b960d3486cc3da8fc1d60bfd81ce17ca588 /config.env.sample | |
parent | f96012fae9a106228ad80671a8c66476834a50db (diff) |
Enable OpenID
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: I4397976dbafce1d9d1cccc52f0e705891e59153a
Diffstat (limited to 'config.env.sample')
-rw-r--r-- | config.env.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.env.sample b/config.env.sample index fadf0ed..137ecb0 100644 --- a/config.env.sample +++ b/config.env.sample @@ -35,6 +35,14 @@ JIRA_URL=sample_url JIRA_USER_NAME=sample_jira_user JIRA_USER_PASSWORD=sample_jira_pass +# LFID +OIDC_CLIENT_ID=sample_id +OIDC_CLIENT_SECRET=sample_secret + +OIDC_AUTHORIZATION_ENDPOINT=https://linuxfoundation-test.auth0.com/authorize +OIDC_TOKEN_ENDPOINT=https://linuxfoundation-test.auth0.com/oauth/token +OIDC_USER_ENDPOINT=https://linuxfoundation-test.auth0.com/userinfo + # Rabbitmq RABBITMQ_DEFAULT_USER=opnfv RABBITMQ_DEFAULT_PASS=opnfvopnfv |