Authentication Type Discovery
POST https://login.veevavault.com/auth/discovery?username={{username}}
https://developer.veevavault.com/api/20.2/#authentication-type-discovery
Discover the authentication type of a user. With this API, applications can dynamically adjust the the login requirements per user, and support either username/password or OAuth2.0 / OpenID Connect authentication schemes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
username | string | The user’s Vault user name. | |
client_id | null | Optional: The user’s mapped Authorization Server client_id. This only applies the SSO auth_type. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |