As far as i am aware of, all is setup as described in the documentation, and it works on oauth2-proxy:v7.2.1 but not on v7.3.0 and i could pin point it to the commit
- keycloak
- http://localhost:8080
- testclient setuped liked described in the docs
- testuser
test
with the passwordtest
- admin user
admin
with the passwordchange_me
- oauth2-proxy
- https://localhost:4190
- setup with
keycloak-oidc
- TLS with self signed certificates
- upstream (httpbin)
- start the stack with
docker-compose up -d
- open https://localhost:4190 in a private window
- login with user
test
and passwordtest
- after login open https://localhost:4190/oauth2/userinfo
- the user field is empty
- close the private window
- switch to v7.2.1 with
git checkout works
- and repeat the steps 1-4
- now you see a username