https://github.com/pushpabrol/auth0-create-saml-connection
https://github.com/pushpabrol/auth0-create-saml-connection
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/auth0-create-saml-connection
- Owner: pushpabrol
- Created: 2022-08-04T21:20:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T15:48:56.000Z (almost 4 years ago)
- Last Synced: 2025-07-04T06:07:47.620Z (11 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use this to create a SAML Connection in Auth0 using the provider IDP Metadata
- inputs folder contains the IDP Metadata file
`.env file contains the settings for this script`
## Environment File Contents
```
DOMAIN=
CLIENT_ID=A client_id with create:connections scope grant on the auth0 management API
CLIENT_SECRET=secret for client above
# The IDs of clients in Auth0 that are to be enabled for this connection
ENABLED_CLIENT_IDs=comma separated list of client_ids that are enabled for this connection
```
## Run the script
```
node createoneconnection.js
```