ran570/Auth0 Login
Perform an Auth0 Login with given parameters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | Auth0 Domain for authentication | yes | — |
| client_id | The Auth0 Client Id | yes | — |
| audience | The audience for the granted token | no | — |
| scope | Scope for the token | yes | — |
| realm | The connection name/realm of the username - check you auth0 connections list connected to the application | yes | — |
| username | The username | yes | — |
| password | Login Password | no | — |
Outputs
| name | description |
|---|---|
| authorization | The authorization string used for subsequent requests headers, i.e. Bearer + token |
| token | The actual token data |