starsz commented on issue #6345:
URL: https://github.com/apache/apisix/issues/6345#issuecomment-1042643994


   Hi, @MirtoBusico.Thanks for your detailed report.
   
   > try to access "https://www.m01.net/"; and receive a "500 Internal Server 
Error"
   Looking at the apisix log you see:
   
   Can you have a try for another URL like https://www.m01.net/v1/xxx ? 
   
   Because you had config the `redirect_uri` in the openid-connect plugins. 
This URL means that when you login in the keycloak. The keycloak will redirect 
to the URL with the `code` and `state` parameters. But you request the URL 
directly without the `code` and `state` parameter, so it reports the 500 error.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to