Persistent SSO with OnPrem ADFS for smartphones
Tobias Heeb
1
Reputation point
We have an OnPrem ADFS setup for a web application.
The web application is targeting windows 10 clients (kerberos) and smartphones (forms authentication).
Smartphones could connect from the internal network or the internet.
The Problem is that the smartphone users have to authenticate every time they use the web application.
I read something about persistent SSO. This should persist the authentication cookie for several days.
That's what we want.
How can we implement this?
Sign in to answer