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

More robust for django #21

Closed BrianWaganerSTL closed 2 years ago

BrianWaganerSTL commented 2 years ago

Allows for more flexibility in mapping to Django User model fields. Adds first_name and last_name to the Django User. Gets around the Okta limit of 100 AD groups listed out per user. Fixes an issue with the token request

BrianWaganerSTL commented 2 years ago

Had a few more changes before asking for a pull