...
clientId (sometimes called client credentials).
clientSecret (if you are using an IDP that requires the use of a client secret).
authorizeUrl.
accessTokenUrl.
userInfoUrl.
Add our redirect URL: net.chemwatch.walkabout://oauth2redirect
You can also specify the scope that should be available for getting obtaining information about the user and select the exact field representing the username.
If you have guest user credentials — please provide us with temporary access to test it, this may speed up the SSO setup process.
Listed below are Below, we list some tips for existing the most common IDPs outlining the steps needed to be done on that required steps for the specific platform. Please keep in mind note that if you are using a custom IDP and it requires certain actions beyond the standard OAuth2.0 protocol, you will need to provide the complete data yourself.
Currently, our application is configured to work primarily with OAuth2.0 PKCE and . It also has OIDC support.
Specific to MS Azure (Microsoft Entra ID)
...