Baoyuantop commented on issue #12572: URL: https://github.com/apache/apisix/issues/12572#issuecomment-3248251513
Hi @Deepak-0822, from the logs I saw the error `request to the redirect_uri path but there's no session state found`, this indicates that the OpenID Connect plugin was unable to find the session state when processing the Azure SSO callback. This may be causing your 500 error. Regarding the 400 error, I suspect the authentication token and related headers returned by Azure SSO are too large, exceeding the default nginx client header buffer limit. How are your `client_header_buffer_size` and `large_client_header_buffers` settings defined? Have you modified them? -- 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]
