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

show network-access aaa saml assertion-cache

date_range 17-Dec-24

Syntax

content_copy zoom_out_map
show network-access aaa saml assertion-cache
<brief | detail>
<domain-name domain-name>
<username username>

Description

Display Security Assertion Markup Language (SAML) authentication assertion cache information.

Options

brief | detail

(Optional) Display the specified level of output.

  • Default: brief

domain-name domain-name

Specify the domain name such as example.net or any. This domain must match the domain configured in the profile at set access profile demo saml identity-provider.

username username

Specify the SAML authenticated username. This username is the same as the user login ID.

Required Privilege Level

view

Sample Output

show network-access aaa saml assertion-cache

content_copy zoom_out_map
user@host> show network-access aaa saml assertion-cache
  Username            Remaining Validity
  test1@example.com   4m 47s
  user1@example.com    9h 20m 10s
  user2@example.net    1d 1h 5m 20s
  user@example.net     3h 40s

show network-access aaa saml assertion-cache detail

content_copy zoom_out_map
user@host> show network-access aaa saml assertion-cache detail
  Username: test1@juniper.net
  Remaining Validity: 4m 41s
  group: srx-dept1
  firstname: test1
  lastname: jnpr

show network-access aaa saml assertion-cache username

content_copy zoom_out_map
user@host> show network-access aaa saml assertion-cache username user2@example.net
  Username: user2@example.net
  Remaining Validity: 4m 41s
  group: srx-dept1
  firstname: user
  lastname: name

show network-access aaa saml assertion-cache domain

content_copy zoom_out_map
user@host> show network-access aaa saml assertion-cache domain example.net
  Username                     Remaining Validity 
  user@example.net             3h 40s

Release Information

Command introduced in Junos OS Release 24.4R1.

footer-navigation