mozilla-iam / mozilla.oidc.accessproxy

Stand-alone OIDC Access Proxy
Mozilla Public License 2.0
11 stars 10 forks source link

Add support for multiple allowed_group values in environment variable #41

Open gene1wood opened 5 years ago

gene1wood commented 5 years ago

Currently you can only provide one allowed group in the allowed_group environment variable. Let's add a variable, allowed_groups which accepts a delimited list of group names that we then use to compare the intersection of that list with the usergrp list of groups which the user is a member of.