ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security saml-sp show

    Display SAML service provider for authentication

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

    Description

    The security saml-sp show command displays the Security Assertion Markup Language (SAML) Service Provider (SP) configuration.

    The Identity Provider (IdP) URI indicates the URI of the desired IdP’s metadata.

    The Service Provider (SP) host indicates the IP address contaning SAML SP metadata.

    The Certificate Common Name indicates the SAML SP certificate’s common name.

    The Certificate Serial indicates the SAML SP certificate’s serial number.

    Examples

    The following example displays the SAML SP configuration:

    cluster1::> security saml-sp show
    Identity Provider URI: https://www.my.idp.com
           Service Provider Host: 1.1.1.1
                Certificate Name: mycert
              Certificate Serial: 1234abcd
                 Is SAML Enabled: false
    Top of Page