kayx23 commented on issue #10986: URL: https://github.com/apache/apisix/issues/10986#issuecomment-1977537464
@vincentClaudel I am not involved in the design or development so the information I could provide is that APISIX's implementation is based on [lua-resty-openidc](https://github.com/zmartzone/lua-resty-openidc), and this behaviour from my understanding is inherited from there. > For example oauth-proxy/nginx allows one redirect URI for multiples domains, as long as they can share the same cookie wildcard domain. Could you elaborate by providing an example? Currently the way in APISIX is: say the route uri is `/oidc/*` and the plugin redirect uri is `/oidc/redirect_uri` (this should also be whitelisted in the openid provider), any subpaths of `/oidc/*` `/oidc/whatever/whatever` will match this route and authenticate using oidc. -- 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]
