aboutsummaryrefslogtreecommitdiffstats
path: root/config.env.sample
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2020-06-23 20:58:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-06-23 20:58:14 +0000
commit6a41bf4f6f0b84e84293b7f2649ba60a9c78818f (patch)
treea8169386aca6e64ceb4e0f13895618be55b146e8 /config.env.sample
parent3bd27e99960c16c0a9bcab1533b1e6f15b0c9d9e (diff)
parent596664b37c17b31f2b5faa0d5144e4317179e0ba (diff)
Merge "Enable OpenID"
Diffstat (limited to 'config.env.sample')
-rw-r--r--config.env.sample8
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