saurabhconcentrix commented on issue #11220:
URL: https://github.com/apache/apisix/issues/11220#issuecomment-2095314902

   how we can get the user-information or jwt token from AD using 
openid-connect plugin
   
   it is setting the cookie in header but not setting the jwt token with this 
configuration
   {
   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
   }
   
   


-- 
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

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

Reply via email to