I am developing a django project. I want to implement SSO in it. The authentication is done by LDAP
So should the apps generate tokens[with same algo and secret keys] and then send the token along with the request?
How should I go about implementing this?