Skip to end of banner
Go to start of banner

PowerFolder Android App 21 FINAL

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Release Date: May 2024
  • Build Number: 21.0.100
  • Type: Service Pack Release


(info) 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.

(lightbulb) We suggest the user to use Android v9.X or greater to experience the full performance of app  

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 


  • No labels