Passwordless MFA API
- 08 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Passwordless MFA API
- Updated on 08 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
By using a passwordless API for third-party application authentication, you can offer your users a more secure and user-friendly way to log in to your application, while also reducing the risk of password-related security breaches.
Implementing a passwordless API for third-party application authentication will execute the following flow:
- The user requests access to the resource.
- The Resource is enabled with a Passwordless API authentication mechanism, and it sends the authentication request to Cross Identity (CI).
- The end user receives the push notification to authenticate.
- If authentication is successful, the user will get seamless application access.
POST <tenant_URL>/CIDSaas/default/authenticateuser?username=
Parameters: In the above endpoint username of the user who has been authenticated should be passed.
Below is the sample response:
Was this article helpful?