Benjamin Foote

Results 158 comments of Benjamin Foote

@artagel has documented how to accomplish this using OpenResty... https://github.com/vouch/vouch-proxy#advanced-authorization-using-openresty It's not quite as simple as a whitelist per domain but it can be done.

The 'vouch.domains' option is a whitelist provided the configured idp returns an email address. The email is checked to be within a domain. The original use case was/is that anyone...

sorry @mmohaveri I was replying via email and didn't realize you were responding into an old thread. Are you saying you need the subdomain functionality? Each user would be associated...

What IdP are you using? You could use multiple VP instances side by side, using one whitelist per instance, pointing each nginx `server{}` stanza at the appropriate instance. On Tue,...

We'd like to transition away from `whitelist` to `allow`

reopening along with #324 @davmanu could you please merge from master and run tests to confirm all is still in order

Vouch Proxy is the issuer of the jwt which is carried in the cookie. The `/logout` endpoint does not mark the jwt as 'invalid' in any way, it just removes...