fangli / django-saml2-auth

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Other
504 stars 223 forks source link

Pass Authorization groups from Okta #137

Closed stulincoln closed 4 years ago

stulincoln commented 4 years ago

I have got this up and running and works great (thanks) but now I would like to have Okta manage authorization and be able to pass user.is.superuser = true and perhaps other application groups in the SAML token. I believe I can map this fairly easily on the Okta side but then need to be able to manage it on the Django side. Any plans for this functionality in the future or direction on where to go? Thanks

stulincoln commented 4 years ago

I have seen the possible solution and am testing now. Thanks