MirtoBusico commented on issue #8452:
URL: https://github.com/apache/apisix/issues/8452#issuecomment-1367968954

   Hi @tzssangglass the workaroud in 
https://github.com/apache/apisix/pull/8068#issuecomment-1355215821 worked for me
   
   After modifying the values.yaml file as in the workaround I'm able to work 
with apisix dashboard using these openid-connect plugin settings
   ```
   {
       "client_id":"hcadmins",
       "client_secret":"MoqLUhwgsEDi36II0KuJldKq4YGLHxl3",
       
"discovery":"https://k6k.h.net/realms/hcluster_admins/.well-known/openid-configuration";,
       "scope":"openid profile",
       "bearer_only":false,
       "realm":"hcluster_admins",
       "introspection_endpoint_auth_method":"client_secret_post",
       "redirect_uri":"https://apisix.h.net/*";,
       "access_token_in_authorization_header":true
   }
   ```
   
   I think this issue can be closed
   


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

Reply via email to