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

https://github.com/roundingwellos/auth0-add-url

Simple utility to programmatically add custom callback, web_origins, and allowed_callback_url's to Auth0 Client Applications.
https://github.com/roundingwellos/auth0-add-url

Last synced: about 1 year ago
JSON representation

Simple utility to programmatically add custom callback, web_origins, and allowed_callback_url's to Auth0 Client Applications.

Awesome Lists containing this project

README

          

# auth0-add-url
## Description
auth0-add-url is a simple utility used to add custom url's Auth0 client applications.

## Usage
The function can be invoked with a single parameter with two base keys:

```json
{
secretEnv: `${ env }`,
url: 'https://test.roundingwell.com',
}
```

The function updates the callbacks, web_origins, and allowed_logout_urls of the Auth0 environment defined in an AWS Secrets Manager secret.