Authenticate with passkey
POST/sso/authenticate/passkey
Authenticates the requesting user and creates a corresponding (success/failure) SAMLResponse object to be sent back to the SP.
Follows the SAML POST binding scheme - doesn't directly communicate with the SP, instead returns the SAMLResponse along with the acs_url to the client, which then POSTs the data accordingly.
Request
Responses
- 200
- 401
Authentication successful
Unauthorized