mlg87/Whitelist Domain with Auth0 Action
Whitelist /callback and /logout URLs with an app in Auth0 (works really nicely with PR apps).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app-base-url | Base domain for your PR apps | yes | — |
| append-callback-string | Boolean indicating whether or not to append '/callback' to the URL to register with Auth0 | no | true |
| auth0-application-id | App ID we are going to whitelist URLs for | yes | — |
| auth0-management-client-secret | Client secret obtained from Auth0 | yes | — |
| auth0-management-client-id | Client ID obtained from Auth0. This is for a machine to machine app that has access to the Auth0 Management API | yes | — |
| auth0-management-domain | Auth domain in Auth0 | yes | — |
| command | Either whitelist or remove | no | whitelist |
| register-logout-url | Boolean indicatiing whether or not to register a logout URL with Auth0 | no | true |
Outputs
no outputs