Hi,
I have two different Django Applications. Both the applications have there respective Auth. Applications are hosted on different servers. Now the use case is such that: There is a redirection link that can be provided from Application 1. Now i would want to disable auth on Application 2 when the link has been traversed from application 1 which already has a Single Sign on. To be noted, Each application can be access individually so i cannot disable auth on application2. How can this be achieved where Application 1 has a single sign on and when a link from application 1 is clicked, it gets redirected to application 2 but should not authentication that particular request as the request is from Application 1. Thank you. 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 [email protected]. To post to this group, send email to [email protected]. 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/f545da68-40ce-4c1d-b76c-68e5a3890255%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

