Authorization Flows
At the following table you can see which OpenID Conenct Flows are supported.
Flow | Client Id | Client Secret | Response Type | Scope (default) |
---|---|---|---|---|
Authorization Code | ✓ | ✓ | code |
openid profile email |
Hybrid Flow | ✓ | ✓ | code id_token |
openid profile email |
Implicit Flow | ✓ | id_token |
openid profile email |
When a check is specified at Cient Id or Client Secret, we need those values from you.
Response Type specifies the technical response_type
value used to initiate the authentication request.
Scopes (default) specifies the default technical scopes
value used with the initial request. The scopes can be changed on your request, but keep in mind the minimum required values in the claims.
Following diagrams shows the technical implementation of each supported authorization flow.