Skip to content

Commit

Permalink
fix Seneca-CDOT#89 added passport information attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Grommers00 committed Nov 15, 2019
1 parent 6cfdce9 commit 68e127a
Show file tree
Hide file tree
Showing 4 changed files with 1,109 additions and 1,286 deletions.
17 changes: 11 additions & 6 deletions env.example
Expand Up @@ -7,17 +7,22 @@ PORT=8080
# REDIS_URL specifies Redis server info
REDIS_URL=redis://127.0.0.1:6379

#OICD_BASE_URI = BASE URL this is set automatically
OICD_BASE_URI = https://openid-connect.onelogin.com/oidc
#https://developers.onelogin.com/saml - is used for this current portion of code

#OICD_BASE_URI = BASE URL e.g. https://openid-connect.onelogin.com/oidc
OICD_BASE_URI=""

#OIDC_CLIENT_ID = CLIENT ID obtained from OpenId Connect Strategy - THIS WILL BE OBTAINED FROM SENECA AT A LATER DATE.
OIDC_CLIENT_ID = ddf97d-xxx-xxxx-e92920
OIDC_CLIENT_ID=

#OIDC_CLIENT_SECRET = CLIENT SECRET obtained from OpenID Connect Strategy - THIS WILL BE OBTAINED FROM SENECA AT A LATER DATE.
OIDC_CLIENT_SECRET = f021f63bxxxx71f2c6a90c9b
OIDC_CLIENT_SECRET=

#OIDC_REDIRECT_URI This is the call back URL, set within the OPENID CONNECT STRATEGY, WE WILL NEED TO GET THIS SET-UP WITH SENECA AT A LATER DATE. http://localhost:3000/oauth/callback is used for tutorial sake.
OIDC_REDIRECT_URI=

#end portion of code with regards to https://developers.onelogin.com/saml

#OIDC_REDIRECT_URI This is the call back URL, set within the OPENID CONNECT STRATEGY, WE WILL NEED TO GET THIS SET-UP WITH SENECA AT A LATER DATE.
OIDC_REDIRECT_URI =http://localhost:3000/oauth/callback

# NODEMAILER_USERNAME is sender's username credential
NODEMAILER_USERNAME=
Expand Down

0 comments on commit 68e127a

Please sign in to comment.