Skip to content

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

Merged
anton-abushkevich merged 1 commit into
masterfrom
issue-1227-auth_providers_enable_parameters
Sep 18, 2020
Merged

Each auth provider can be disabled. For details see README.md#1623
anton-abushkevich merged 1 commit into
masterfrom
issue-1227-auth_providers_enable_parameters

Conversation

@ssuvorov-fls

Copy link
Copy Markdown
Contributor

fixes #1227

Comment thread pom.xml
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
Copy Markdown
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

4 participants