
RajeshR.03197 (Customer) asked a question.
My Web App - project getting the following error, not getting okta login page
400 Bad Request; The 'redirect_uri' parameter must be an absolute URI
Have tried n number of ways by changing the OIDC configuration changes in OKTA forum still getting error.
Please help us to resolve.

can you please attach the screenshot of your webapp ? it will be helpful to troubleshoot the issue.
@RajeshR.03197 (Customer) it might not be a badly-formed URI; have you correctly registered the URI as allowed? See this: https://support.okta.com/help/s/article/The-redirect-uri-parameter-must-be-an-absolute-URI
This is my app
I have tried different urls but it throwing the same error
https://github.com/okta/okta-spring-boot/tree/master/examples
I have tried these examples
Please help to fix the issue
And does the value in the Client ID field match that in the authorization request (see my linked knowledge solution above)?
okta:
oauth2:
issuer: https://dev-302692.okta.com/oauth2/default
client-id: 0oadrh88eyPFhdGlU4x6
client-secret: xxxxxxxxxxxxxxxxxxxx
Looks something problem with redirect url or logic...
In the github examples - hosted-login-code-flow example working fine. My Login Page --> Authenticated in Okta server --> got response in console-- here also redirect not working
redirect-code-flow example - not getting okta login page itself