Scenario: A Citrix Architect needs to deploy SAML integration between NetScaler (Identity Provider) and ShareFile (Service Provider). The design requirements for SAML setup are as follows:
1.
NetScaler must be deployed as the Identity Provider (IDP).
2.
ShareFile server must be deployed as the SAML Service Provider (SP).
3.
The users in domain workspacelab.com must be able to perform Single Sign-on to ShareFile after authenticating at the NetScaler.
4.
The User ID must be UserPrincipalName.
5.
The User ID and Password must be evaluated by NetScaler against the Active Directory servers SFOADS-001 and SFO-ADS-002.
6.
After successful authentication, NetScaler creates a SAML Assertion and passes it back to ShareFile.
7.
Single Sign-on must be performed.
8.
SHA 1 algorithm must be utilized.
The verification environment details are as follows:
1.
Domain Name: workspacelab.com
2.
NetScaler AAA virtual server URL https://auth.workspacelab.com
3.
ShareFile URL https://sharefile.workspacelab.com
Which SAML IDP action will meet the design requirements?
A. add authentication samIIdPProfile SAMI-IDP -samISPCertName Cert_1 -samIIdPCertName Cert_2 assertionConsimerServiceURL “https://auth.workspacelab.com/samIIssueName auth.workspacelab.com -signatureAlg RSA-SHA256-digestMethod SHA256-encryptAssertion ON serviceProviderUD sharefile.workspacelad.com
B. add authentication samIIdPProfile SAMI-IDP -samISPCertName Cert_1 -samIIdPCertName Cert_2 assertionConsimerServiceURL https://sharefile.workspacelab.com/saml/acs” -samIIssuerName sharefile.workspacelab.com -signatureAlg RSA-SHA256 -digestMethod SHA256 -serviceProviderID sharefile.workspacelab.com
C. add authentication samIIdPProfile SAMI-IDP -samISPCertName Cert_1 -samIIdPCertName Cert_2 assertionConsimerServiceURL https://sharefile.workspacelab.com/saml/acs” -samIIssuerName auth.workspacelab.com -signatureAlg RSA-SHA1-digestMethod SHA1 -encryptAssertion ON serviceProviderID sharefile.workspacelab.com
D. add authentication samIIdPProfile SAMI-IDP -samISPCertName Cert_1 -samIIdPCertName Cert_2 assertionConsimerServiceURL https://sharefile.workspacelab.com/saml/acs” -samIIssuerName sharefile.workspacelab.com -signatureAlg RSA-SHA1 -digestMethod SHA1 -encryptAssertion ON serviceProviderID sharefile.workspacelab.com