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

2021-01-30 Thread Dhiraj D.J
If its shibboleth follow this. https://documentation.its.umich.edu/node/343 Use Apache with wsgi. Thanks, Dhiraj D J On Sat, Jan 30, 2021 at 12:16 PM Ryan Nowakowski wrote: > > > On January 27, 2021 8:14:55 AM CST, Larry Martell > wrote: > >On Wed, Jan 27, 2021 at 6:02 AM Kumar Gaurav > > wro

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

2021-01-30 Thread Ryan Nowakowski
On January 27, 2021 8:14:55 AM CST, Larry Martell wrote: >On Wed, Jan 27, 2021 at 6:02 AM Kumar Gaurav > 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

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

2021-01-27 Thread Larry Martell
On Wed, Jan 27, 2021 at 6:02 AM Kumar Gaurav 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. >

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

2021-01-27 Thread Kumar Gaurav
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