dwivedine/Get ID Token
Get ID Token from OIDC provider in exchange of credentials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| client_id | Client ID | no | — |
| client_secret | Client Secret | no | — |
| username | Username | no | ${{ secrets.OIDC_CREDENTIALS }} |
| password | Password | no | — |
| scope | Scope | no | — |
Outputs
| name | description |
|---|---|
| response_json | Response from OIDC provider |