saurabhconcentrix opened a new issue, #11220:
URL: https://github.com/apache/apisix/issues/11220

   ### Current Behavior
   
   i am using openid-connect plugin,
   it setting up the cookies into headers
   expecting the authorization token in headers but its not setting it
   
   { 
   bearer_only: false, 
   client_id: "XXXX", 
   client_secret: "SSSS", 
   discovery: 
"https://login.microsoftonline.com/xxxxxxxxxxx/v2.0/.well-known/openid-configuration";,
 introspection_endpoint_auth_method: "client_secret_post", 
   realm: "master", 
   scope: "openid profile email", 
   set_access_token_header: true 
   }
   
   let me know if i am missing anything
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   create a route 
   add the plugin openid-connect into the route
   expecting the headers into the authorization
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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: notifications-unsubscr...@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to