traefik-forward-auth
                                
                                 traefik-forward-auth copied to clipboard
                                
                                    traefik-forward-auth copied to clipboard
                            
                            
                            
                        Is there an oauth endpoint to get the userinfo?
On the oauth2-proxy proxy, there is an endpoint to get the userinfo:
/oauth2/userinfo - the URL is used to return user's email from the session in JSON format.
Is there an equivalent way of doing this with traefik-forward-auth?
There is a header that traefik-forward-auth puts in for you that you can leverage: X-Forwarded-User: [email protected]