-
-
Save gemanor/aebf1cf1392b81ee753a71dc08713415 to your computer and use it in GitHub Desktop.
Env. variables for social login solution demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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