1Y0-231 Exam QuestionsBrowse all questions from this exam

1Y0-231 Exam - Question 21


Scenario: A Citrix Administrator needs to test a SAML authentication deployment to be used by internal users while accessing several externally hosted applications. During testing, the administrator notices that after successfully accessing any partner application, subsequent applications seem to launch without any explicit authentication request.

Which statement is true regarding the behavior described above?

Show Answer
Correct Answer: AB

The behavior is expected if the Citrix ADC appliance is the common SAML Identity Provider (IdP) for all partners. In this scenario, once a user authenticates successfully with the IdP, they gain access to multiple SAML Service Providers (SPs) without needing to re-authenticate. The initial authentication generates a session cookie, which is then used for subsequent authentication requests. This streamlines access across different applications that trust the same IdP.

Discussion

6 comments
Sign in to comment
Vik84Option: A
Nov 19, 2022

I would say "A". There are two primary types of SAML providers, service provider, and identity provider. A service provider needs the authentication from the identity provider to grant authorization to the user. An identity provider performs the authentication that the end user is who they say they are and sends that data to the service provider along with the user’s access rights for the service.

Tlab97271Option: A
Mar 14, 2023

I also think A because of this: If the Citrix ADC appliance is configured as a SAML IdP for multiple SAML SP, a user can gain access to applications on the different SPs without explicitly authenticating every time. The Citrix ADC appliance creates a session cookie for the first authentication, and every subsequent request uses this cookie for authentication.

pa77dab33r
Jan 25, 2024

Agreed - the text can be found in the link from RDIO

RDIOOption: A
Feb 26, 2023

I would go with A. https://docs.citrix.com/en-us/citrix-adc/current-release/aaa-tm/authentication-methods/saml-authentication/citrix-adc-saml-idp.html#:~:text=If%20the%20Citrix,cookie%20for%20authentication.

rgb511Option: C
Nov 12, 2022

I would go with C, that all partnets are using the same external SP, so when you authenticate for the 1st partner, any subsequent parter wouldn't require an auth, since all of them are using the same external SP

sailorsoulOption: C
Nov 24, 2022

Voting for C.

pa77dab33rOption: A
Jan 25, 2024

As said under Tlab97271' comment, the tex can be found in mentioned link. I'm also agreed with Vik84' oppinion.