post https://{applicationQualifiedDomain}.us.wristband.dev/api/v1/external-idp-login/verify-user
Verifies that the external IDP user exists in Wristband and is active. Note, in order for the verification to succeed, the user must exist in the same IDP as the one that the user authenticated against.
Likewise, the Wristband user's externalId
field must match the primary identifier of the user from the external IDP. The primary identifier of an external IDP user is extracted from the subject
claim
for OIDC based IDPs and the NameID
attribute for SAML based IDPs.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission the allowed permission boundaries are also specified.
Permission | Boundary | Description |
---|---|---|
external-idp-login-workflow:execute | Application | The subject can perform this operation for requests associated to the application that the subject belongs to. |