UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

25 lines (23 loc) 453 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); //#region src/saml.ts const SAML_IDPS = { saml_okta: { name: "Okta Workforce", logo: "okta" }, saml_google: { name: "Google Workspace", logo: "google" }, saml_microsoft: { name: "Microsoft Entra ID (Formerly AD)", logo: "azure" }, saml_custom: { name: "SAML", logo: "saml" } }; //#endregion exports.SAML_IDPS = SAML_IDPS; //# sourceMappingURL=saml.js.map