Backup code (Authentication)
Authenticate with a backup code in cidaas — a set of ten single-use 8-digit codes for signing in when no other method is available.
Authenticate with a backup code in cidaas — a set of ten single-use 8-digit codes for signing in when no other method is available.
cidaas can act as an OpenID Connect (OIDC) Identity Provider (IdP) for external applications.
This flow can be reimplemented and integrated into their own pages and platform directly using the cidaas APIs
Authenticate with an email or SMS one-time password in cidaas — the flow, the APIs, and how the code is delivered and verified.
CIBA (Client-Initiated Backchannel Authentication), also known as Transactional Authentication, is a modern OAuth 2.0 authentication flow that enables secure, device-to-device authentication. It allows users to authenticate on one device (like their mobile phone) while logging into an application on a completely different device (like a Smart TV, kiosk, or terminal).
Authenticate with a magic link in cidaas — a passwordless sign-in link sent to the user, including the APIs for the login flow.
Multi-factor authentication (MFA) in cidaas — enforce MFA at login or SSO with Trustdesk prechecks and verification methods.
"Powering Secure Logins & Strengthening Identity Protection."
Passwordless authentication in cidaas — FIDO2 passkeys, TOTP, magic links, push, OTP, and biometric verification methods.
On-the-fly enrolment in cidaas — propose additional verification methods to users right after authentication for a smooth transition to modern authentication.
Authenticate with Touch ID in cidaas — use the phone's device biometrics as a passwordless or MFA factor, with the flow and APIs.
Enrol Touch ID or fingerprint verification in cidaas — register the device biometric as a verification method, with the flow and APIs.
Authentication is one of the major parts of security; it is the process by which we recognize the authenticity of the entity. Since cidaas offers a variety of authentication options, such as pattern, face, and many more, we take the utmost care about the originality of the identity.
Passwordless authentication of cidaas (Touch ID, Face Recognition, etc.) will help you seamlessly log in to your desired application without worrying about the authenticity of the actor, which will in turn save you time with our quick, secure, and dependable service.
After an authentication, cidaas approves the correctness of provided information with a token. OAuth2 and OpenID Connect work with different tokens. Either way, cidaas will provide an access token based on OAuth2 standard. The token is built up as a JWT (JSON Web Token), which is essentially a base64-encoded JSON format. Optionally, in a user authentication, cidaas can also provide an ID token, which is based on OIDC standard and also built up as a JWT.