The Login_redirect comes into picture when SSO redirects the Login back with a response.
But i am still unable to redirect my Login page to the Third party page using django_settings.
I tried setting LOGIN_URL but, always gets redirected to the django login page.
Basically, using Djanog, i want to open third party Login page and then get redirected back to handle the response.
Cheers
Arun
On Wednesday, March 8, 2017 at 8:44:54 PM UTC+5:30, Jani Tiainen wrote:
-- But i am still unable to redirect my Login page to the Third party page using django_settings.
I tried setting LOGIN_URL but, always gets redirected to the django login page.
Basically, using Djanog, i want to open third party Login page and then get redirected back to handle the response.
Cheers
Arun
On Wednesday, March 8, 2017 at 8:44:54 PM UTC+5:30, Jani Tiainen wrote:
Hi,
You probably need to set LOGIN_REDIRECT_URL [1] to point correct url. What happens next depends your SSO tools and how they handle passing logged in user information to your app.
[1] https://docs.djangoproject.
com/en/1.10/ref/settings/# login-redirect-url
On 08.03.2017 15:26, Arun S wrote:
Hi,--
My Project, i would want to redirect login page to a SSO page.
and handle redirection in Django.
I am using Apache Server.
Whats the best way to implement this ?
i was reading about django - remoteusermiddleware but could'nt quite figure out how to handle the redirection.
Any help is appreciated.
Cheers
Arun.
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...@googlegroups.com .
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/be86285c- .7e27-4792-9df2-f9703d557921% 40googlegroups.com
For more options, visit https://groups.google.com/d/optout .
-- Jani Tiainen
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1268e5d1-e169-4a34-87ce-fc9914476278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment