Loading TOC...

sec:external-security-set-saml-entity-id

sec:external-security-set-saml-entity-id(
   $external-security-name as xs:string,
   $saml-entity-id as xs:string
) as empty-sequence()

Summary

\ This function sets the SAML entity ID used by other security objects to identify the named SAML configuration.

Parameters
external-security-name The name of the external security configuration.
saml-entity-id The saml entity id to be set.

Example



xquery version "1.0-ml"; 
 
import module namespace sec = "http://marklogic.com/xdmp/security" 
      at "/MarkLogic/security.xqy";

sec:external-security-set-saml-entity-id("samlConfig", "samlId") 
    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.