
RajeshR.03197 (Customer) asked a question.
Need Help - 400 Bad Request; The 'redirect_uri' for https
Have created app TCC, in this I have given redirect uri as https scheme, then while access login link it redirect to http schema only. Why it is not supporting https.
Can you please advise.

Hi Rajesh,
From what I gathered you are having issues with an OIDC app, where the value of the redirect uri is not registered in the OpenID Client in Okta. Here are the resources I have found on the matter:
<<In the following example authorize request
https://example.okta.com/oauth2/v1/authorize?client_id=0oais56vveNLSDqby0x7&scope=openid+profile&response_type=id_token&response_mode=fragment&nonce=1234&redirect_uri=
http://localhost:8888/my-app/signin.html/&state=someState
Make sure that redirect _uri = http://localhost:8888/my-app/signin.html/ is registered as an allowed Login Redirect URI in Open ID Client (using client id 0oais56vveNLSDqby0x7 in the example above)
Have a great day!