Use OIDC authorization code mode
1
Splice login authorization link
Splice login authorization link and guide users to click
2
Jump to GenAuth for authentication
Guide users to click the login link and jump to GenAuth for authentication
3
Handle callback
Use the authorization code code in the backend to exchange for AccessToken and IdToken
4
Complete authentication
The server authenticates the user and executes the subsequent process
Splice login authorization link
You need to splice a login URL for users to click on, so as to jump to the authentication page.
Select language
References:
[scope and user information correspondence table](/concepts/oidc-common-questions.md#scope-parameter corresponding user information)
response_type parameter OIDC specification (opens new window)
