Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

service-provider (SAML)

date_range 29-Nov-24

Syntax

content_copy zoom_out_map
service-provider service-provider {
    assertion-waittime assertion-waittime;
    encrypted-assertions;
    entity-id entity-id;
    hash-algorithm <sha-256 | sha-384 | sha-512>;
    sign-auth-request;
    sp-certificate sp-certificate;
}

Hierarchy Level

content_copy zoom_out_map
[edit access saml]

Description

Describe Security Assertion Markup Language (SAML) service provider configuration details.

Options

assertion-waittime assertion-waittime

Set the maximum waiting time for an assertion from the Identity Provider (IdP).

  • Value: Within a range of 1 to 600 seconds

  • Default: 30 seconds

encrypted-assertions Specify that the IdP must provide encrypted assertions.
entity-id entity-id

Specify service provider entity ID.

hash-algorithm <sha-256 | sha-384 | sha-512>

Define the signature hash algorithm.

  • Value: Supports sha-256, sha-384, or sha-512

  • Default: sha-256

sign-auth-request

Sign the SAML authentication request.

sp-certificate sp-certificate

Specify the service provider certificate.

Required Privilege Level

access—To view this statement in the configuration.

access-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 24.4R1.

footer-navigation