sec.externalSecurityGetHttpOptions( external-security-name as String ) as Node?
This function returns the http options for the named SAML server configuration.
Parameters | |
---|---|
external-security-name | The name of the external security configuration. |
// Execute this against the security database. const sec = require('/MarkLogic/security'); sec.externalSecurityGetHttpOptions("samlconfig");