An open API service indexing awesome lists of open source software.

https://github.com/pushpabrol/auth0-create-saml-connection


https://github.com/pushpabrol/auth0-create-saml-connection

Last synced: 11 months ago
JSON representation

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
```