Please follow the below steps to complete the SSO configuration
Also, if you need articles for specific SSO configurations:
- Configuring ADFS SAML 2.0
- Configuring Azure Entra SAML2.0
- Configuring LDAP
- Configuring PingIdentity SAML2.0
- Configuring OKTA SSO
- Configuring OneLogin SAML
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. |
|
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.
0 Comments