FAQ
Overview of the most common cidaas questions.
Overview of the most common cidaas questions.
To configure a third party provider and use within your app :
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.
What are the supported OAuth and OpenID Connect endpoints in my instance?
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.
The attributes shown in the userinfo-endpoint depend on the issued access token, scopes and profile visibility.