TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface RunSAMLInfo

    interface RunSAMLInfo {
        idp: { issuer: string };
        mapping: SAMLAttributeMappings;
        sp: { acs_url: string; entity_id: string; metadata: string };
    }
    Index

    Properties

    Properties

    idp: { issuer: string }

    Relevant information from the Identity Provider's metadata after being parsed by TagoIO.

    Attribute mappings for the Identity Provider's attributes to the attributes used in TagoIO.

    sp: { acs_url: string; entity_id: string; metadata: string }

    Information for TagoIO's API routes to use as a Service Provider in SAML authentication flows.