Re: Single Sign On in Django

2022-11-16 Thread venkat Bukka
Hello, Yeah but the requirement is to use django-simple-sso. Please let me know if you have any sample project for SSO. Thank you...! B V Suresh On Wed, 16 Nov 2022 at 17:12, Clive Bruton wrote: > You can use django-allauth: > > https://github.com/pennersr/django-allauth > > On 10 Nov 2022, at

Re: Single Sign On in Django

2022-11-16 Thread Clive Bruton
You can use django-allauth: https://github.com/pennersr/django-allauth On 10 Nov 2022, at 09:59, venkat Bukka wrote: Hello all, Could anyone please let me know how we can implement SSO in the django...for authenticating multiple apps in a base application. -- You received this message bec

Re: Single Sign On in Django

2022-11-15 Thread venkat Bukka
sso library > Refer to this article, it would be helpful. > > > https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 > > On Thu, 10 Nov, 2022, 8:18 pm venkat Bukka, wrote: > >> Hello all, >> Could anyone please let me

Re: Single Sign On in Django

2022-11-15 Thread Avinash Alanjakar
You can use django-simple-sso library Refer to this article, it would be helpful. https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 On Thu, 10 Nov, 2022, 8:18 pm venkat Bukka, wrote: > Hello all, > Could anyone please let me know how

Re: Single Sign On in Django

2022-11-15 Thread Kato Joshua
//github.com/divio/django-simple-sso >> >> https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 >> >> On Thu, Nov 10, 2022 at 8:48 AM venkat Bukka >> wrote: >> >>> Hello all, >>> Could anyone please let

Re: Single Sign On in Django

2022-11-14 Thread venkat Bukka
; > https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 > > On Thu, Nov 10, 2022 at 8:48 AM venkat Bukka > wrote: > >> Hello all, >> Could anyone please let me know how we can implement SSO in the >> django...for authenti

Re: Single Sign On in Django

2022-11-10 Thread carlos
Hi, try use this https://github.com/divio/django-simple-sso https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 On Thu, Nov 10, 2022 at 8:48 AM venkat Bukka wrote: > Hello all, > Could anyone please let me know how we can implement SSO

Single Sign On in Django

2022-11-10 Thread venkat Bukka
Hello all, Could anyone please let me know how we can implement SSO in the django...for authenticating multiple apps in a base application. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving email

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

Re: Single Sign On (SSO) across multiple django projects

2019-01-16 Thread Dennis Sepeur
ll and I'm not even sure if it's the >> right approach. Also i can only find a "python" package, not a "django" >> package. >> - simple-sso seems to to what I want, but I can't find any relation to >> open standards that are being further d

Re: Single Sign On (SSO) across multiple django projects

2019-01-16 Thread Ruben Alves
I want, but I can't find any relation to > open standards that are being further developed, which would give me the > confidence, that is it secure > > Do you have an opinion or do you know the preferred/common approach to > have single-sign-on across multiple djang

Re: Single Sign On (SSO) across multiple django projects

2019-01-15 Thread Manas Nikam
y find a "python" package, not a "django" > package. > - simple-sso seems to to what I want, but I can't find any relation to > open standards that are being further developed, which would give me the > confidence, that is it secure > > Do you have a

Single Sign On (SSO) across multiple django projects

2019-01-15 Thread Dennis Sepeur
relation to open standards that are being further developed, which would give me the confidence, that is it secure Do you have an opinion or do you know the preferred/common approach to have single-sign-on across multiple django projects/apps. Thanks in advance. Any help is appreciated armadar

how to do cross domain single sign on in django

2016-03-11 Thread arockia michel Prem
I am building a small app in django and now i can deploy the code in some cloud based server. how to implement the cross domain access of single sign on. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: howto Single Sign-On with django on windows

2012-11-17 Thread Tim Sawyer
See https://docs.djangoproject.com/en/dev/howto/auth-remote-user/#howto-auth-remote-user Tim. On 17/11/12 09:13, Anton wrote: Hi, I am using in windows 7 64bit: - python 2.7.3 32bit !! - django 1.4.2 If use my internet explorer in my company, it does an automatic login on some services.

howto Single Sign-On with django on windows

2012-11-17 Thread Anton
Hi, I am using in windows 7 64bit: - python 2.7.3 32bit !! - django 1.4.2 If use my internet explorer in my company, it does an automatic login on some services. Is there a possibilty to: - add an user named "john" to my django - if john goes to my django app with his internet explorer:

Single sign on multiple django project

2012-06-11 Thread kesavanlcs
In our business case there are three projects as follows: ProjectA ProjectB ProjectC ProjectA will contains the user registration, So if a user registed with ProjectA then he can access the projects(ProjectB, ProjectC, etc.) except the admin login. Each project having different admin site login.

Re: OpenToken Spec & Single Sign On

2011-01-07 Thread Justin
Well that doesn't seem like much fun! But you're right, that's what will eventually happen. -Justin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this gro

Re: OpenToken Spec & Single Sign On

2011-01-07 Thread Matteius
Well since that is the case, why even use Django? Why not just do this conversion/forwarding using the existing Perl OpenToken library and deploy it to a cgi-bin? -Matteo On Jan 7, 2:17 pm, Justin wrote: > Matteo, > > Thanks for the response. I wish I could just use the > django.contrib.auth au

Re: OpenToken Spec & Single Sign On

2011-01-07 Thread Justin
Matteo, Thanks for the response. I wish I could just use the django.contrib.auth authentication mechanisms and be done with this. However, I am not looking to use OpenToken to authenticate users in Django, per se. I will be making a Django app that accepts an authentication assertion from another

Re: OpenToken Spec & Single Sign On

2011-01-07 Thread Matteius
I don't understand why you would need to use this for server-side authentication in the Django environment? So this OpenToken Single Sign-on appears to be more similar to Django's own django.contrib.auth, and django.contrib.sessions packages, and possibly even less secure (and less

OpenToken Spec & Single Sign On

2011-01-06 Thread Justin Murphy
Hello group, Does anybody have experience with the OpenToken specification? It is an authentication token that some (not many) applications use for SSO. I found existing Perl module that encrypts and decrypts the token but I need a Python version to use in a Django project. Not much luck finding

Re: LDAP Authentication and Single Sign on

2010-02-18 Thread Mike Dewhirst
On 19/02/2010 1:53am, Wayne wrote: Hi, I am about to develop an admin interface using Django framework for several web applications . By design, those applications will be decentralized, which means that they may use different databases and reside on different servers and they will talk to each

LDAP Authentication and Single Sign on

2010-02-18 Thread Wayne
Hi, I am about to develop an admin interface using Django framework for several web applications . By design, those applications will be decentralized, which means that they may use different databases and reside on different servers and they will talk to each other via web services. We have our L

Re: Using a Single Sign-on Server with Django

2007-09-25 Thread Andrey Khavryuchenko
NAA> Does anyone know of a single sign-on server that can be used with NAA> Django? Similar to the approach taken by Cosign <http://weblogin.org/> NAA> or Pubcookie <http://pubcookie.org/> but without the fluff that is NAA> LDAP and Kerberos. Just a simple database o

Using a Single Sign-on Server with Django

2007-09-24 Thread Nimrod A. Abing
Hello, Does anyone know of a single sign-on server that can be used with Django? Similar to the approach taken by Cosign <http://weblogin.org/> or Pubcookie <http://pubcookie.org/> but without the fluff that is LDAP and Kerberos. Just a simple database of users and passwords to

single sign on for integrated django,trac and phpBB site

2007-08-27 Thread Ian Lawrence
Hi, I found this: http://automatthias.wordpress.com/2006/12/18/killing-phpbb-softly/ excellent post about phpBB and Django integration. I was wondering if anyone has integrated single sign on with trac?..it seems trac uses .htaccess and not a database table so maybe it is not possible? Thanks

Re: Single sign-on with apache-tomcat

2007-08-03 Thread Landlord Bulfleet
Hi, I have to organize a single sign-on between a django and a tomcat (with Acegi Security) Any suggestions are appreciated :) Thanks in advance :) ** --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: single-sign-on

2007-05-29 Thread Gábor Farkas
David Larlet wrote: > 2007/5/29, Gábor Farkas <[EMAIL PROTECTED]>: >> hi, >> >> i probably will have to implement a single-sign-on (SSO) solution for >> several django-based intranet web-applications. >> >> i looked into the mailing list archives, and

Re: single-sign-on

2007-05-29 Thread Mikhail Gusarov
Twas brillig at 12:53:42 29.05.2007 UTC+01 when James Aylett did gyre and gimble: >> DL> And if you don't know what OpenID is: >> DL> http://simonwillison.net/2006/Dec/19/openid/ >> >> Single identity and single sign-on are the quite orthogonal thing

Re: single-sign-on

2007-05-29 Thread James Aylett
On Tue, May 29, 2007 at 06:33:29PM +0700, Mikhail Gusarov wrote: > DL> And if you don't know what OpenID is: > DL> http://simonwillison.net/2006/Dec/19/openid/ > > Single identity and single sign-on are the quite orthogonal things. Isn't one usually a subset of t

Re: single-sign-on

2007-05-29 Thread Mikhail Gusarov
Twas brillig at 13:31:28 29.05.2007 UTC+02 when David Larlet did gyre and gimble: DL> And if you don't know what OpenID is: DL> http://simonwillison.net/2006/Dec/19/openid/ Single identity and single sign-on are the quite orthogonal things. -- JID: [EMAI

Re: single-sign-on

2007-05-29 Thread David Larlet
2007/5/29, Gábor Farkas <[EMAIL PROTECTED]>: > > hi, > > i probably will have to implement a single-sign-on (SSO) solution for > several django-based intranet web-applications. > > i looked into the mailing list archives, and found this: > > h

single-sign-on

2007-05-29 Thread Gábor Farkas
hi, i probably will have to implement a single-sign-on (SSO) solution for several django-based intranet web-applications. i looked into the mailing list archives, and found this: http://blog.case.edu/bmb12/2006/12/cas_for_django_part_2 it uses CAS (http://en.wikipedia.org/wiki

Re: Django as Single Sign-On?

2007-02-02 Thread Rob Hudson
On Fri Feb 02, 2007 at 02:11:22PM -0800, Reinhard Knobelspies wrote: > > Kim Camerons "Laws of Identity" should be your starting point for > research on SSO and identity-related matters: > http://www.identityblog.com/?page_id=354 > > Django and OpenID > http://simonwillison.net/2006/Dec/22/scree

Re: Django as Single Sign-On?

2007-02-02 Thread Rob Hudson
On Fri Feb 02, 2007 at 09:51:33PM -, Brian Beck wrote: > Hi Rob, > > I implemented CAS in Django, which is one form of single sign-on. > You're welcome to check out the code to see what needs to be done for > such a task; it's mostly middleware stuf

Re: Django as Single Sign-On?

2007-02-02 Thread Reinhard Knobelspies
Kim Camerons "Laws of Identity" should be your starting point for research on SSO and identity-related matters: http://www.identityblog.com/?page_id=354 Django and OpenID http://simonwillison.net/2006/Dec/22/screencast/ http://feh.holsman.net/articles/2006/07/14/zyons-openid-what-a-match http://s

Re: Django as Single Sign-On?

2007-02-02 Thread Brian Beck
thought I'd > open up a discussion... > > Could Django be used to implement Single Sign-On? > > I plan to read this, and the various links it points me > to:http://en.wikipedia.org/wiki/Single_sign_on Hi Rob, I implemented CAS in Django, which is one form of single sign-on. Yo

Django as Single Sign-On?

2007-02-02 Thread Rob Hudson
I confess I haven't done my research on what actually constitutes SSO and what underlying functionality has to exist, but I think we're looking at a possible need for something like this so I thought I'd open up a discussion... Could Django be used to implement Single Sign-On?