[GitHub] [apisix] Hazel6869 commented on issue #7661: bug: [Plugin] OpenID-Connect had an issue or not supported when using "use_jwks=true" and use "discovery" as the JWKS endpoint

2022-08-14 Thread GitBox
Hazel6869 commented on issue #7661: URL: https://github.com/apache/apisix/issues/7661#issuecomment-1214530603 @sangnguyen7 Hi, you can set "discovery" like "https://samples.auth0.com/.well-known/openid-configuration; -- This is an automated message from the Apache Git Service. To respond

[GitHub] [apisix] Hazel6869 commented on issue #7661: bug: [Plugin] OpenID-Connect had an issue or not supported when using "use_jwks=true" and use "discovery" as the JWKS endpoint

2022-08-12 Thread GitBox
Hazel6869 commented on issue #7661: URL: https://github.com/apache/apisix/issues/7661#issuecomment-1213639793 @sangnguyen7 Hi, you can try use "discovery" to replace "discovery.jwks_uri". The response returned by the value of "discovery" needs to contain "jwks_uri", you can see