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

Access User Information in Request Body #29

Open eu2pey4 opened 1 year ago

eu2pey4 commented 1 year ago

Currently there are many attributes of an Okta user that do not seem to be accessible in request.user, for example sAMAccountName. Only email, first, and last name Am I missing something, or would this need to be added? image