Authentication Type Discovery

POST https://login.veevavault.com/auth/discovery?username={{username}}

https://developer.veevavault.com/api/21.1/#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

KeyDatatypeRequiredDescription
usernamestringThe user’s Vault user name.
client_idnullOptional: The user’s mapped Authorization Server client_id. This only applies the SSO auth_type.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring