Authentication Service Error Codes
Auth Service Error Codes is a collection of error codes that are associated with an authentication service. These error codes are used to indicate specific issues or problems that may occur during the authentication process.
FAQ
cidaas FAQ — answers on OAuth 2.0, OpenID Connect, setup, troubleshooting, billing, and common integration questions.
How to work with Authorization Code Flow with PKCE in any Environment with the help of API?
The Authorization Code Flow + Proof Key for Code Exchange (PKCE) is an OpenId Connect flow specifically designed to authenticate native or mobile application users. It is barely describable in a few sentences, we try, but at this point we want to link to the documentation.
Integrate a third-party OAuth / OpenID provider
Configure a third-party OAuth 2.0 or OpenID Connect provider in cidaas and map it to your application for SSO login.
Token service error codes
Token Service Error Codes are a collection of error codes that are associated with the token service. These error codes are used to indicate specific issues or problems that may occur during the token generation process.
Upgrade Guide: Scroll Users to Bulk Read Users API
Migrate from the Scroll Users API to the Bulk Read Users API — including changes to authorization, request body, path and response.
Upgrade Guide: User List to Graph Users API
Migrate from the User List API to the Graph Users API — including changes to authorization, request body, path and response.
What are the supported OpenID Connect endpoints and how to get?
What are the supported OAuth and OpenID Connect endpoints in my instance?
What is the difference between ID Token and Access Token
After verifying provided credentials, cidaas provides tokens. While Access Token is used to authorize access to a resource, ID Tokens are to be inspected to find information that can be used to verify and identify the user.
Why I do not see all attributes in userinfo-endpoint?
The attributes shown in the userinfo-endpoint depend on the issued access token, scopes and profile visibility.