SAML Single SIgn On with ADFS , mobile app auth doesn't work

Hi All,

we have configured SAML with ADFS 

Single Sign On works fine by PC but the authentication by mobile app is not possible 

If we try to connect to the server we see only a blank page into the mobile app 

 

Any suggestion ?

 

Thanks 

Elia 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to joanneh
    The configuration in the picture is actually the reverse of what you want. "Use Identity Provider's login page" should be checked.

    When you tell Appian to use the IdP login page, that's actually "SP-initiated login". Appian is the Service Provider in this case, and when you go to your Appian site, Appian initiates the authentication process by redirecting you to your IdP's login page.

    If the box is unchecked, the process would be IdP-initiated. Your ADFS users would first go to through ADFS to get authenticated. When they then go to your Appian site, they're signed in automatically using their existing ADFS session and don't see a login page. A user that had not already been authenticated would see Appian's native login page.

    So, if the box is checked, when the mobile app is opened, Appian will show your Identity Provider's login page (in this case, ADFS), and your ADFS users will be able to enter their credentials and log in.
Children