diff --git a/frontend/src/component/admin/auth/OidcAuth/OidcAuth.tsx b/frontend/src/component/admin/auth/OidcAuth/OidcAuth.tsx
index 53f602332bcb..b73bbf122355 100644
--- a/frontend/src/component/admin/auth/OidcAuth/OidcAuth.tsx
+++ b/frontend/src/component/admin/auth/OidcAuth/OidcAuth.tsx
@@ -136,8 +136,8 @@ export const OidcAuth = () => {
>
documentation
{' '}
- to learn how to integrate with specific Open Id Connect
- providers (Okta, Keycloak, Google, etc).
+ to learn how to integrate with specific OpenID Connect
+ providers (such as Okta and Keycloak).
Callback URL:{' '}
{uiConfig.unleashUrl}/auth/oidc/callback
diff --git a/frontend/src/component/admin/auth/SamlAuth/SamlAuth.tsx b/frontend/src/component/admin/auth/SamlAuth/SamlAuth.tsx
index e97d63921776..5b43164b8d85 100644
--- a/frontend/src/component/admin/auth/SamlAuth/SamlAuth.tsx
+++ b/frontend/src/component/admin/auth/SamlAuth/SamlAuth.tsx
@@ -128,7 +128,8 @@ export const SamlAuth = () => {
documentation
{' '}
to learn how to integrate with specific SAML 2.0
- providers (Okta, Keycloak, etc).
+ providers (such as Okta, Keycloak, and Microsoft Entra
+ ID).
Callback URL:{' '}
{uiConfig.unleashUrl}/auth/saml/callback
diff --git a/frontend/src/component/admin/auth/SsoGroupSettings.tsx b/frontend/src/component/admin/auth/SsoGroupSettings.tsx
index 140ee0fe41ea..991325485e51 100644
--- a/frontend/src/component/admin/auth/SsoGroupSettings.tsx
+++ b/frontend/src/component/admin/auth/SsoGroupSettings.tsx
@@ -43,8 +43,7 @@ export const SsoGroupSettings = ({
Enable Group Syncing
Enables automatically syncing of users from the{' '} - {ssoType} - provider when a user logs in. + {ssoType} provider when a user logs in.