izumo27 commented on PR #25052: URL: https://github.com/apache/pulsar/pull/25052#issuecomment-3669534536
@lhotari Thank you for the comment. I’ve fixed it. - Changed the logic to insert well-known path before the issuer path when `wellKnownMetadataPath` is configured. - For OIDC, keep the existing implementation that appends well-known path after the issuer path when `wellKnownMetadataPath` is empty. > The RP would make the following request to the Issuer https://example.com/issuer1 to obtain its configuration information, since the Issuer contains a path component: > ``` > GET /issuer1/.well-known/openid-configuration HTTP/1.1 > Host: example.com > ``` https://openid.net/specs/openid-connect-discovery-1_0.html -- 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]
