Skip to content

Commit 1369301

Browse files
authored
chore(types): Update SAML_IDPS constant for Microsoft Entra ID (#4041)
1 parent 7bb1176 commit 1369301

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/neat-vans-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/types": patch
3+
---
4+
5+
Update `SAML_IDPS` constant to refer to Microsoft Entra ID instead of the deprecated Azure AD

packages/types/src/saml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const SAML_IDPS: SamlIdpMap = {
1717
logo: 'google',
1818
},
1919
saml_microsoft: {
20-
name: 'Microsoft Azure AD',
20+
name: 'Microsoft Entra ID (Formerly AD)',
2121
logo: 'azure',
2222
},
2323
saml_custom: {

0 commit comments

Comments
 (0)