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

federated login - enable/disable each provider individually in config #224

Open
peta15 opened this issue Dec 22, 2012 · 2 comments
Open

Comments

@peta15
Copy link
Collaborator

peta15 commented Dec 22, 2012

add ability to choose which federated providers you want to support via the config. I had originally intended to add this feature but it was put on the backburner so right now we only have a global enable_federated_login flag. We'll replace this with an array of which providers to enable much like the languages array in the config.

Thanks Emmanuel for reminding me of the need for this feature!

@peta15
Copy link
Collaborator Author

peta15 commented Dec 23, 2012

also add to the array 'local' which will enable/disable local login and have a check to ensure the array is not empty. Or create a separate enable/disable local login setting.

@coto
Copy link
Owner

coto commented Dec 24, 2012

This is a very good idea. I would like to change the config file to ConfigParser that is more standard in Python projects and with this we can add an array of federated login enabled.

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

No branches or pull requests

2 participants