Skip to content

Commit

Permalink
fix auth provider settings
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Mar 28, 2024
1 parent b8f465a commit f45587c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
AUTH_PROVIDERS.append({
"_id": "azure",
"name": lazy_gettext("Azure"),
"auth_type": AuthProviderType.SAML.value,
"auth_type": AuthProviderType.SAML,
})

CONTENTAPI_ELASTICSEARCH_SETTINGS["settings"]["analysis"]["analyzer"]["html_field_analyzer"]["filter"] = ["lowercase"]

0 comments on commit f45587c

Please sign in to comment.