dgradecak commented on issue #8353:
URL: https://github.com/apache/apisix/issues/8353#issuecomment-1318780075

   sample config:
   
   ```
   routes:
      -
       uri: /*
       plugins:       
           openid-connect:
               client_id: "apisix"
               client_secret: "..."
               discovery: "..."
               scope: "openid profile"
               bearer_only: false
               realm: "master"
               redirect_uri: ".../.apisix/callback"
               set_id_token_header: false
               set_userinfo_header: true
               set_access_token_header: false
               session:
                 secret: "testtesttesttesttest"        
           proxy-rewrite: 
               headers: 
                   X-Alfresco-Remote-User: "!!!HERE_GOES_THE_CLAIM!!!"
   
       upstream_id: 1
   ```


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