Bruno Bonfils
Bruno Bonfils
Add step to configuration google authentication in organization settings.
### OAuth2-Proxy Version 7.6.0 ### Provider keycloak-oidc ### Current Behaviour of your Problem Documentation say to add a custom mapper for each client used with oauth2-proxy to add the client_id...
Mention `SLL2` parser for Linux PCAP files. I need to dig on github issues to understand why `eth.data` returned `bytes` instead `IP` class. I think that may help other users
Using version `1.7`, I used to inject user token with: ``` ngx.req.set_header("Authorization", "Bearer " .. session.data.enc_id_token) ``` However, when upgraded to `1.8`, the same code give: ``` lua entry thread...