diff --git a/.changeset/fair-lamps-leave.md b/.changeset/fair-lamps-leave.md
new file mode 100644
index 0000000000..9e902b51f2
--- /dev/null
+++ b/.changeset/fair-lamps-leave.md
@@ -0,0 +1,7 @@
+---
+'@backstage/plugin-user-settings': patch
+---
+
+Wired up the OneLogin provider to be visible in the Settings UI when configured correctly.
+
+Previously it wasn't visible at all.
diff --git a/plugins/user-settings/src/components/AuthProviders/DefaultProviderSettings.tsx b/plugins/user-settings/src/components/AuthProviders/DefaultProviderSettings.tsx
index 7025167658..019967cf55 100644
--- a/plugins/user-settings/src/components/AuthProviders/DefaultProviderSettings.tsx
+++ b/plugins/user-settings/src/components/AuthProviders/DefaultProviderSettings.tsx
@@ -24,6 +24,7 @@ import {
microsoftAuthApiRef,
bitbucketAuthApiRef,
atlassianAuthApiRef,
+ oneloginAuthApiRef,
} from '@backstage/core-plugin-api';
type Props = {
@@ -80,6 +81,14 @@ export const DefaultProviderSettings = ({ configuredProviders }: Props) => (
icon={Star}
/>
)}
+ {configuredProviders.includes('onelogin') && (
+
+ )}
{configuredProviders.includes('atlassian') && (