F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Terry_77423's avatar
Terry_77423
Icon for Altostratus rankAltostratus
Oct 29, 2016

F5 apm adfs/o365 with mobile apps

For some of the mobile apps, such as Onedrive and outlook, adfs forces the use of form based authentication, which with the iapp, does not get any sso treatment.

 

Has anyone managed to work around this? And if so how?

 

I attempted the following:

 

when ACCESS_ACL_ALLOWED { if { ([string tolower [URI::query [HTTP::uri] wauth]] contains "microsoft") } { log local0. "wauth: [HTTP::header Content-Length] [HTTP::method] [HTTP::uri]" WEBSSO::select [set foo /Common/adfs_form_based_sso] } }

 

And it does appear that it is working, except the authentication fails. I have tested down to copying the post request to the backend server replacing f5-sso-token with the real password, and it works.

 

2 Replies