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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 9, 2020
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: dave-irvine/auth0-update-client-callbacks-and-web-origins@f14023b02027b1950e6910ee95f2d8710be80ec3 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
domainThe domain of the Management clientyes
mgmt_client_idThe Client ID of the Management clientyes
mgmt_client_secretThe Client Secret of the Management clientyes
target_client_idThe Client ID of the client to updateyes
dry_runWhether to do a dry run (defaults to false)no
add_callbacksThe values of the Callback URLs to add (comma seperated).no
remove_callbacksThe values of the Callback URLs to remove (comma seperated).no
add_originsThe values of the Web Origins to add (comma seperated).no
remove_originsThe values of the Web Origins to remove (comma seperated).no

no outputs