OTA-Insight / djangosaml2idp

SAML 2.0 Identity Provider in Django
Apache License 2.0
104 stars 96 forks source link

How to send user groups to SP #128

Closed zbragg-s5 closed 3 years ago

zbragg-s5 commented 3 years ago

I need to send the user's groups via SAML to the SP.

How do I setup the attribute_mappings to enable this?

Thanks

zbragg-s5 commented 3 years ago

Ended up writing a custom processor to get the attribute formatting we needed.