I am working on a application which has to be mapped to different IDPs. So for that purpose created configuration page in my application with basic details like client, client secret, issuer. My question : Do we have any API to test the connectivity with the three parameters for avoiding wrong entries/configuration ?
Any API available to Test Okta Connectivity with ClientId, client-secret, issuer ?
If you set the response_type to code and response_mode to query, then it should perform the authorization code flow. You’ll then have to make the /token request manually and you will need to pass the client id and client secret in the authorization header.