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!