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.
- Host: GitHub
- URL: https://github.com/roundingwellos/auth0-add-url
- Owner: RoundingWellOS
- Created: 2020-01-16T20:59:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:14:57.000Z (over 3 years ago)
- Last Synced: 2025-03-12T22:03:07.974Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.