Hi, the app display a login page on the localhost but unable to get to the video chat session on the localhost. please kindly help me out.
Are you referring to the guide available here?
YES, Which i have followed through to login page, i insert all okta given values on the code but could not me login. please help me out
Do you receive any errors in Okta or inside the browser console?
When getting this error, you should see in the browser added a query parameter “redirect_uri”, for example
https://org.okta.com/oauth2/aus38el88lfcL6PFg2p7/v1/authorize?response_type=code&client_id=0oa2fatx70JGiU2TA2p7&redirect_uri=https%3A%2F%2Flocalhost%2Fsamples%2Fcallback&state=abc&scope=openid&nonce=abc
In my example above, the redirect_uri has the value https://localhost/samples/callback. Please check the URL on your end, copy the value and add it inside Okta >> Admin >> Applications >> your OIDC application >> General >> Login Redirect URIs section.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.