Skip to main content
Command reference

security saml-sp status show

Suggest changes

Display SAML service provider configuration status

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The security saml-sp status show command displays the SAML Service Provider (SP) status for all nodes in the cluster.

Parameters

[-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-instance ] (privilege: advanced) }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-node {<nodename>|local}] - Node (privilege: advanced)

This identifies the node in the cluster.

[-status {not-configured|config-in-progress|config-failed|config-success}] - Update Status (privilege: advanced)

This identifies the SAML SP status on the specified node.

[-error-text <text>] - Error Text (privilege: advanced)

This identifies the error text associated with the latest saml SP update for this node.

[-is-enabled {true|false}] - SAML Service Provider Enabled (privilege: advanced)

When this parameter is set to true it indicates that the SAML SP is enabled on this node. Similarly, when this parameter is set to false , it indicates that the SAML SP is not enabled on this node.

[-default-metadata {not-configured|config-in-progress|config-failed|config-success}] - Default Metadata Status (privilege: advanced)

This identifies the SAML default metadata status on the specified node.

Examples

The following example displays the SAML SP status information for all nodes in the cluster.

cluster::security saml-sp status> show
                                                              Default
Node                      SAML SP Status       Enabled     Metadata Status
------------------------  -------------------  ----------  -------------------
cluster-node1             not-configured       false       config-success
cluster-node2             not-configured       false       config-success
2 entries were displayed.
cluster::*>