On Tue, Jun 01, 2021 at 10:18:24PM +0530, SNJY G wrote:
> I am running an application on django2.2 which needs to be integrated with
> okta for user authentication.
> Okta team has provided a Metadata URL which contains Okta URL, Okta Entity
> ID and Okta certificate but I am not sure where I need to configure it in
> django.
> Could someone please share steps or point me to a relevant article.

You can use either python-social-auth[1] or django-allauth[2] to be able
to login with Okta.

[1] https://python-social-auth.readthedocs.io/en/latest/backends/okta.html
[2] https://django-allauth.readthedocs.io/en/latest/providers.html#okta

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20210601184625.GA4412%40fattuba.com.

Reply via email to