- Release Date: May 2024
- Build Number: 21.0.100
- Type: Service Pack Release
Due to backend updates and security fixes, the app is only compatible with PowerFolder Server v20.1.100 and onwards. For SAML authentication, PowerFolder Server v20.4.100 or higher is required.
We suggest the user to use Android v9.X or greater to experience the full performance of app
Download Links
PowerFolder App
- Google Play Store
Branded Apps
- Google Play Store
Enable SAML Login
To enable SAML login and to load the IDP list in the app from server, please add the following configuration to your load balancer e.g. Apache2:
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^/Shibboleth.sso.*$ - [R=204,END]
<Location /Shibboleth.sso>
satisfy Any
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Method "GET, POST, OPTIONS"
Header always set Access-Control-Allow-Headers "Content-Type, X-CSRFToken, Token, App-Version"
</Location>
Set Minimum Version
To set minimum version in Android, use the following configuration entry, this is also applied simultaneously on the desktop clients:
net.version.minimum=
Changes
- INT-123 - Dummy