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

identity-provider attribute-mapping (SAML)

date_range 17-Dec-24

Syntax

content_copy zoom_out_map
attribute-mapping {
    address-pool assertion-attribute <mandatory | optional>;
    firstname assertion-attribute <mandatory | optional>;
    group assertion-attribute <mandatory | optional>;
    lastname assertion-attribute <mandatory | optional>;
    attribute-name assertion-attribute <mandatory | optional>;
    username assertion-attribute <mandatory | optional>;
}

Hierarchy Level

content_copy zoom_out_map
[edit access saml identity-provider identity-provider]

Description

Map assertion response attributes to local attributes.

Options

address-pool assertion-attribute

Specify the name of the address pool.

  • mandatory (default)

  • optional

firstname assertion-attribute

Specify the user's firstname.

  • mandatory (default)

  • optional

group assertion-attribute

Specify the user's group attribute details.

  • mandatory (default)

  • optional

lastname assertion-attribute

Specify the user's lastname.

  • mandatory (default)

  • optional

attribute-name assertion-attribute

Define and specify custom local attribute name. You can define multiple custom attributes.

  • mandatory (default)

  • optional

username assertion-attribute

Specify the user's username attribute.

  • mandatory (default)

  • optional

The remaining statements are explained separately. See CLI Explorer.

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