
sec:external-security-set-saml-entity-id( $external-security-name as xs:string, $saml-entity-id as xs:string ) as empty-sequence()
\ 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. |
http://marklogic.com/xdmp/privileges/external-security-set-saml-entity-idThis function must be executed against the security database.
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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.