Skip to content

Commit

Permalink
remove duplicate oidc, replac with auth0
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 11, 2024
1 parent d30af83 commit d7f207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/25sso-configure
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_sso_providers(*provider_names):
return [paperless_sso_providers[name] for name in provider_names if name in paperless_sso_providers]

# Example usage:
default_apps = ['openid_connect', 'openid_connect', 'authentiq', 'github', 'gitlab', 'lemonldap', 'nextcloud', 'google'] # Example: Selected providers
default_apps = ['openid_connect', 'auth0', 'authentiq', 'github', 'gitlab', 'lemonldap', 'nextcloud', 'google'] # Example: Selected providers

# Fetch PAPERLESS_APPS from data
PAPERLESS_APPS = data.get("PAPERLESS_APPS")
Expand Down

0 comments on commit d7f207e

Please sign in to comment.