Obtain the following steps to get callback url.
IdP Name | Custom Provider |
IdP Display Name | Choose appropriate Name |
OAuth Authorize Endpoint | https://{keycloak-app-domain}/oauth2/authorize | OAuth Access Token Endpoint | https://{keycloak-app-domain}/oauth2/token | OAuth Get User Info Endpoint (optional) | https://{keycloak-app-domain}/oauth2/userInfo |
Client ID | This value can be obtained from the above steps |
Client secret | This value can be obtained from the above steps |
Scope | openid |