Saturday, January 30, 2021

Re: How can I use my Company SSO(Single sign On ) for login into my django application ??

If its shibboleth follow this. 

Use Apache with wsgi.

Thanks,
Dhiraj D J

On Sat, Jan 30, 2021 at 12:16 PM Ryan Nowakowski <tubaman@fattuba.com> wrote:


On January 27, 2021 8:14:55 AM CST, Larry Martell <larry.martell@gmail.com> wrote:
>On Wed, Jan 27, 2021 at 6:02 AM Kumar Gaurav
><gauravcusat1999@gmail.com> wrote:
>>
>> Hii ,
>>
>> My users come to my django application after authenticated from
>company SSO.
>> Now , I don't want to create my own authentication model. I just want
>to login the users who come to my page from the requests storing the
>details.
>>
>> Anyone know how to implement this ?? I am stuck on it from last week
>.
>
>What is your company's SSO? Azure? If so you could use
>https://pypi.org/project/django-microsoft-auth/

A couple of other alternatives that I use or that I've heard of other folks using successfully:

  https://python-social-auth.readthedocs.io/en/stable/configuration/django.html

https://django-allauth.readthedocs.io/en/latest/

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5A054513-6561-4EF3-B32C-9D50BF3F1625%40fattuba.com.


--
sent by DHIRAJ D DJ

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFKhs2Pdskb6J0iG_%3DKXHiQPhJ-RjVejZ%3DFwEQntXCdsWt%3DQ9A%40mail.gmail.com.

No comments:

Post a Comment