show identity-provider

In the R81.10.X releases, this command is available starting from the R81.10.15 version.

Description

Shows the initial and the final settings for a SAML Identity Provider for authentication of Remote Access VPN users on a Quantum Spark Gateway.

Important - You must follow the steps inWorkflow for configuring a SAML Identity Provider.

Note - Versions R81.10.15 and higher support only Microsoft Entra ID (formerly Azure AD).

In WebUI, this corresponds to:

  1. Click the VPN view > Remote Access section > Authentication Servers page.

  2. In the Identity Provider section, click Configure.

Syntax

show identity-provider provider-name <Name of Identity Provider>

Parameters

Parameter

Description

provider-name

Specifies the name of the Identity Provider.

Press the TAB key to see the available options.

The name of the default SAML Identity Provider is "IDP_SAML".

Example Command

show identity-provider provider-name IDP_SAML

Example Output

  1. Initial configuration on the Quantum Spark Gateway - before running the "add identity-provider" and "set identity-provider" commands:

    MyGW> show identity-provider provider-name IDP_SAML
    unique-identifier-url:  https://172.16.30.101/saml-vpn/spPortal/ACS/ID/df9e1ddb-0f28-4056-ab4e-8578e724b980
    reply-url:      https://172.16.30.101/saml-vpn/spPortal/ACS/Login/df9e1ddb-0f28-4056-ab4e-8578e724b980
    provider-id:    
    login-url:      
    MyGW>
  2. Final configuration on the Quantum Spark Gateway - after running the "set identity-provider" command:

    MyGW> show identity-provider provider-name IDP_SAML
    unique-identifier-url:  https://172.16.30.101/saml-vpn/spPortal/ACS/ID/df9e1ddb-0f28-4056-ab4e-8578e724b980
    reply-url:      https://172.16.30.101/saml-vpn/spPortal/ACS/Login/df9e1ddb-0f28-4056-ab4e-8578e724b980
    provider-id:    https://sts.windows.net/9xxxxxx3-cxx8-4xxf-bxx8-fxxxxxxxxxxa/
    login-url:      https://login.microsoftonline.com/9xxxxxx3-cxx8-4xxf-bxx8-fxxxxxxxxxxa/saml2
    MyGW>