Shibboleth idp4 and authorization only to some Windows AD group.
Peter Schober
peter.schober at univie.ac.at
Thu Mar 4 13:38:13 UTC 2021
* Josef Karliak via users <users at shibboleth.net> [2021-03-04 07:38]:
> on old shibboleth idp2 we used to allow users only in some Windows AD
> group to authorize, is it able too in shibboleth idp 4 ?
>
> On v2 :
>
> authorizationFilter="(memberOf=CN=IDP_Group,CN=Users,DC=domain,DC=local)"
I can't remember what that setting did.
What exactly do you mean with "authorize" users to your IDP?
Supplying an LDAP search filter that prevents any NOT matching the
filter from using the IDP?
Or is this in relation to a specific set of SPs (i.e., you'd want to
prevent the non-matching subjects from accessing those SPs but can
access anything else as far as your IDP is concerned)?
For the former it's idp.authn.LDAP.userFilter in conf/ldap.properties
Documentation for that can be found via
IDP4 wiki home page -> Configuration -> Authentication -> Password -> LDAP:
https://wiki.shibboleth.net/confluence/display/IDP4/Configuration
https://wiki.shibboleth.net/confluence/display/IDP4/AuthenticationConfiguration
https://wiki.shibboleth.net/confluence/display/IDP4/PasswordAuthnConfiguration
https://wiki.shibboleth.net/confluence/display/IDP4/LDAPAuthnConfiguration
-peter
More information about the users
mailing list