Obtain an authorization code
An example detailing the steps involved in authorization.
Authorization
1. Send authorization code request:
In the response, the user is redirected to the IdP login page, and after login is
returned on {{ui_callback}}
URL using an additional parameter, you must get an access token using the authorization code.
2. Get access token by authorization code:
3. Validate token: