Follow

Configuring Generic SAML 2.0

Please follow the below steps to complete the SSO configuration

 

Step#1) Configure FilesAnywhere as a trusted application in Identity provider using below metadata:

 

Field Name Field Value
Assertion Consumer Service (ACS) URL

https://[CustomerURL]/saml20.aspx?c=[ClientID]

I.E. "https://yourcompany.com/saml20.aspx?c=9999"

https://[AdminWebURL]/saml20.aspx?c=[ClientID]

I.E. "https://admin.yourcompany.com/saml20.aspx?c=9999"

Entity ID FilesAnywhere.com
Signing Algorithm RSA_SHA 256

SAML token attributes to be passed

 

 

Please note that Application attribute needs to be configured with the exact name.

 

Application Attribute IDP Attribute/Value Comments
clientid  [ClientId] Unique identity of your account in FilesAnywhere that is located on your login portal
UserPrincipalName  SAML_SUBJECT Unique identity of user in FilesAnywhere
User.Email Email  
User.FirstName First Name  
User.LastName Last Name  
User.Groups memberOf Group Info

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

SAMPLE CODE

<saml:Attribute Name="clientid" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">1000</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="User.FirstName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">John</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="User.LastName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">Smith</saml:AttributeValue>
</saml:Attribute>

<saml:Attribute Name="User.Email" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">john.smith@mycompany.com</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="UserPrincipalName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"><saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">503262690</saml:AttributeValue>
</saml:Attribute>

 

 

Step#2) Submit Identity provider metadata and request to configure your application in FilesAnywhere please Click here

 

 

 

Still Have Questions?

If you need help or have additional questions, please contact us.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk