POST v1/saml/{identityProviderGuid}
Checks if the SAML-assertion returned from the IdP is valid and matches a user, redirects to sign-in page with appropriate query.
                
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| identityProviderGuid | The GUID of the IdP-buisness unit we're trying to sign in with. | string | Required | 
Body Parameters
None.
Response Information
Resource Description
The OAuth login for a matched user
None.