oauth2 Integration with PingID in Kafka UI – Redirect Fails with NOT_FOUND Error #1139
Unanswered
ashokjkdream
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, where the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I’m trying to integrate OAuth2 using PingID with Kafka UI. The redirect is happening, but I'm encountering a signon/?error=NOT_FOUND response during login. Here's my current config. Could someone please review and let me know if anything is missing or incorrect?
Advance thanks for your help! 🙏
/signon/?error=
{
"id" : "xxxxxxxxxxxx",
"code" : "NOT_FOUND",
"message" : "The request could not be completed. The requested resource was not found."
}
Here's a snippet from the logs during the redirect and failure:
DEBUG [parallel-1] o.s.s.w.s.u.m.MediaTypeServerWebExchangeMatcher: Processing text/html
DEBUG [parallel-1] o.s.s.w.s.u.m.AndServerWebExchangeMatcher: All requestMatchers returned true
DEBUG [parallel-1] o.s.s.w.s.DefaultServerRedirectStrategy: Redirecting to '/oauth2/authorization/ping'
DEBUG [reactor-http-epoll-4] o.s.s.w.s.DefaultServerRedirectStrategy: Redirecting to 'https://xxxx.xx.com/as/authorize?response_type=code&client_id=xxxxxxxxxxxxxxx&scope=openid&state=xxx%3D&redirect_uri=https://xxxxxxxx.com/login/oauth2/code/ping&nonce=xxxxxxx'
...
DEBUG [reactor-http-epoll-5] o.s.s.w.s.u.m.PathPatternParserServerWebExchangeMatcher: Request 'GET /actuator/health' doesn't match 'null /login/oauth2/code/{registrationId}'
What might be causing the NOT_FOUND error after a successful redirect to /login/oauth2/code/ping?
Is there something I am missing in the Spring configuration or callback handling?
Kindly help me resolve this issue. Is there anything missing in my configuration?
Beta Was this translation helpful? Give feedback.
All reactions