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

Each auth provider can be disabled. For details see README.md #1623

Merged

Conversation

ssuvorov-fls
Copy link
Contributor

fixes #1227

Comment on lines +153 to +163
<security.auth.windows.enabled>true</security.auth.windows.enabled>
<security.auth.kerberos.enabled>true</security.auth.kerberos.enabled>
<security.auth.openid.enabled>true</security.auth.openid.enabled>
<security.auth.facebook.enabled>true</security.auth.facebook.enabled>
<security.auth.github.enabled>true</security.auth.github.enabled>
<security.auth.google.enabled>true</security.auth.google.enabled>
<security.auth.jdbc.enabled>true</security.auth.jdbc.enabled>
<security.auth.ldap.enabled>true</security.auth.ldap.enabled>
<security.auth.ad.enabled>true</security.auth.ad.enabled>
<security.auth.cas.enabled>true</security.auth.cas.enabled>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these be set to "false" by default?

@anton-abushkevich anton-abushkevich merged commit 5acc299 into master Sep 18, 2020
@delete-merged-branch delete-merged-branch bot deleted the issue-1227-auth_providers_enable_parameters branch September 18, 2020 11:25
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

Successfully merging this pull request may close these issues.

Add possibility to disable redundant authProviders
3 participants