dave-irvine/Auth0 "Update client Callbacks and Web Origins" Action for GitHub Actions
Updates the allowed Callback URLs and allowed Web Origins for a Client in Auth0
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 9, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dave-irvine/auth0-update-client-callbacks-and-web-origins@f14023b02027b1950e6910ee95f2d8710be80ec3 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | The domain of the Management client | yes | — |
| mgmt_client_id | The Client ID of the Management client | yes | — |
| mgmt_client_secret | The Client Secret of the Management client | yes | — |
| target_client_id | The Client ID of the client to update | yes | — |
| dry_run | Whether to do a dry run (defaults to false) | no | — |
| add_callbacks | The values of the Callback URLs to add (comma seperated). | no | — |
| remove_callbacks | The values of the Callback URLs to remove (comma seperated). | no | — |
| add_origins | The values of the Web Origins to add (comma seperated). | no | — |
| remove_origins | The values of the Web Origins to remove (comma seperated). | no | — |
Outputs
no outputs