We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SAML_IDPS
1 parent 7bb1176 commit 1369301Copy full SHA for 1369301
.changeset/neat-vans-wonder.md
@@ -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
@@ -17,7 +17,7 @@ export const SAML_IDPS: SamlIdpMap = {
17
logo: 'google',
18
},
19
saml_microsoft: {
20
- name: 'Microsoft Azure AD',
+ name: 'Microsoft Entra ID (Formerly AD)',
21
logo: 'azure',
22
23
saml_custom: {
0 commit comments