Okta Django Integration

I am trying to integrate okta with django app. I am using the django-okta-auth · PyPI module to integrate with django. I have created a Single sign on app which uses PKCE flow.

I am able to get the PKCE code and next call would be /v1/token where I blocked…

Is there any source code available to add okta authentication to django app/ overwrite the Django authentication.

Appreciate, if any help!

Were you able to get the pkce flow workign with the django-okta-auth. If yes, and suggestions or links you found to help with this would be appreciated.

Hello Patrick. I am able to integrate okta with django using django-okta-auth.

Use below url as a reference to integrate Okta with Django

Regards,
Shiva

1 Like