Skip to main content
Module

x/samlify/src/urn.ts>namespace

Node.js library for SAML SSO
Latest
variable namespace
import { namespace } from "https://deno.land/x/samlify@v2.8.11/src/urn.ts";

type

{ binding: { redirect: string; post: string; simpleSign: string; artifact: string; }; names: { protocol: string; assertion: string; metadata: string; userLogout: string; adminLogout: string; }; authnContextClassRef: { password: string; passwordProtectedTransport: string; }; format: { emailAddress: string; persistent: string; transient: string; entity: string; unspecified: string; kerberos: string; windowsDomainQualifiedName: string; x509SubjectName: string; }; statusCode: { success: string; requester: string; responder: string; versionMismatch: string; authFailed: string; invalidAttrNameOrValue: string; invalidNameIDPolicy: string; noAuthnContext: string; noAvailableIDP: string; noPassive: string; noSupportedIDP: string; partialLogout: string; proxyCountExceeded: string; requestDenied: string; requestUnsupported: string; requestVersionDeprecated: string; requestVersionTooHigh: string; requestVersionTooLow: string; resourceNotRecognized: string; tooManyResponses: string; unknownAttrProfile: string; unknownPrincipal: string; unsupportedBinding: string; }; }