Expand description
External process auth provider implementation.
Structs§
- Authn
Request - JSON payload sent to an external auth provider.
- Environments
Response - JSON payload returned by providers for
list-environments. - Exec
Provider - Auth provider implemented by spawning an external provider command.
Constants§
- ACTION_
AUTHENTICATE - Provider action requesting a credential.
- ACTION_
LIST_ ENVIRONMENTS - Provider action listing cached environments.
- ACTION_
LIST_ REALMS - Legacy provider action listing cached realms.
- ACTION_
LOGOUT - Provider action clearing cached credentials.
- ACTION_
STATUS - Provider action requesting cached credential status.