Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing the authentication backend #52

Open
kinnarysrv opened this issue Dec 14, 2017 · 2 comments
Open

Customizing the authentication backend #52

kinnarysrv opened this issue Dec 14, 2017 · 2 comments
Labels

Comments

@kinnarysrv
Copy link

Hi folks,

I m trying to implement SSO functionality for my huge application.
i m using django-cas-ng and django-mama-cas on my sso-agent and sso-server respectively.

now, my application does not use the default Auth-User Table for verification.
We have separate app with the separate User Table.

I want to know how to customize in a way that default authentication User table does not get used.
Instead I want to use a different function.
Also, i M not using any AUTHENTICATION BACKEND . (and i m not planning to use one).

By default mama-cas uses its default AUTHENTICATION BACKEND.
Also I went through the Mama-cas code. It uses LoginForm.
So I dont want to use that also.

Kindly help me out.

@manelclos
Copy link
Collaborator

How are you authenticating the user? Remote-user header?

@manelclos
Copy link
Collaborator

@kinnarysrv ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants