SAML IdP - Sending specific asertion attribute (role) to SP based on user LDAP group membership
Hey Gang,
I'm not really sure what the right terminology is for this but I expect its a pretty common request. We've created a few special groups in LDAP and dropped users into those various groups. Based on the user's group membership, we want to send a single relevant role back to the SP when the user logs in via SAML. FAC pulls the user groups from LDAP just fine for all our other use cases but we've never had to restrict down which groups are provided in auth responses, and we're not sure if the LDAP group being directly provided to the SP is best practice. Right now when we chose LDAP group as role, the response sent to the SP is all groups a user is a member of which doesn't work for our purposes, nor does it seem secure/private to provide all that irrelevant info.
Are there any best practice guides floating around for this sort of use case?
