Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SamlSpConfig

import type { SamlSpConfig } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

SAML SP (service provider) configuration.

interface SamlSpConfig {
readonly assertionConsumerServiceUri?: string;
readonly entityId?: string;
}

§Properties

§
readonly assertionConsumerServiceUri?: string
[src]

Output only. The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the HTTP-POST binding.

§
readonly entityId?: string
[src]

Output only. The SAML Entity ID for this service provider.