Skip to content

Commit

Permalink
update in webui references to azure ad to msft entra id
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored and github-actions committed May 1, 2024
1 parent b02b40a commit 9567186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function AuthConnectors(props: State) {
? 'Creating a new github connector'
: 'Editing github connector';
const description =
'Auth connectors allow Teleport to authenticate users via an external identity source such as Okta, Active Directory, GitHub, etc. This authentication method is commonly known as single sign-on (SSO).';
'Auth connectors allow Teleport to authenticate users via an external identity source such as Okta, Microsoft Entra ID, GitHub, etc. This authentication method is commonly known as single sign-on (SSO).';

function handleOnSave(content: string) {
const name = resources.item.name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function getSsoIcon(kind: AuthProviderType) {
</MultiIconContainer>
),
desc,
info: 'Okta, OneLogin, Azure Active Directory, etc.',
info: 'Okta, OneLogin, Microsoft Entra ID, etc.',
};
case 'oidc':
default:
Expand Down

0 comments on commit 9567186

Please sign in to comment.