Skip to content

Instantly share code, notes, and snippets.

@gemanor
Created August 22, 2019 13:07
Show Gist options
  • Select an option

  • Save gemanor/aebf1cf1392b81ee753a71dc08713415 to your computer and use it in GitHub Desktop.

Select an option

Save gemanor/aebf1cf1392b81ee753a71dc08713415 to your computer and use it in GitHub Desktop.
Env. variables for social login solution demo
NODE_TLS_REJECT_UNAUTHORIZED=0
ISE_ADDRESS=<Replace with the ISE PAN IP address>
ISE_SPONSOR_USER_NAME=<The sponsor-api username we will use to create guest users>
ISE_SPONSOR_PASSWORD=<The sponsor-api password we will use to create guest users>
SPONSOR_PORTAL_ID=<The self-registered portal ID you want the guest be created on>
LINKEDIN_CLIENT_ID=<your linkedin app client ID>
LINKEDIN_SECRET=<your linkedin app client secret>
GITHUB_CLIENT_ID=<your github app client ID>
GITHUB_SECRET=<your github app client secret>
GOOGLE_CLIENT_ID=<your google app client ID>
GOOGLE_CLIENT_SECRET=<your linkedin app client secret>
TWITTER_CONSUMER_KEY=<your twitter consumer key>
TWITTER_CONSUMER_SECRET=<your twitter consumer secret>
AUTH0_CONSUMER_KEY=<your auth0 consumer key>
AUTH0_CONSUMER_SECRET=<your auth0 consumer key>
AUTH0_DOMAIN=<your auth0 account domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment