hereditas url:add
add URLs where the box is deployed to, used for OAuth callbacks
Description
Add one or more URLs to the list of addresses where the Hereditas box is deployed to. This information is stored on Auth0 to whitelist URLs where users are redirected after a successful authentication. Note that the protocol (http://
or https://
) needs to match too.
After running this command, you will need to synchronize the changes on Auth0 with hereditas auth0:sync
(it’s not necessary to re-build or re-deploy the box).
Example usage
hereditas url:add \
--url "https://my.testhereditas.app"
Flags
Flag | Type | Required | Default Value | Description |
---|---|---|---|---|
-u --url |
string | ✓ | none | URL where the box is deployed to (multiple values supported) |