AzMoo / django-okta-auth

Django Okta Auth is a library that acts as a client for the Okta OpenID Connect provider.
MIT License
30 stars 23 forks source link

Properly handle user staff and superuser settings #28

Closed AzMoo closed 1 year ago

AzMoo commented 1 year ago

When the SUPERUSER_GROUP or STAFF_GROUP settings are not set or set to None then don't manage the superuser or staff flags on the created or updated user.