Forum Discussion

Kai_M__48813's avatar
Apr 25, 2017

Problems with SSO and adfs

i have been working on a 2fa solution for a customer, and got most of it working. The APM policy authenticates the user(ad) and is passed on to azure 2fa, which also works, before being sent through to the application. But here the problems start. The customer wants to continue using their adfs setup, and therefore, want SSO, so they dont have to type in their credentials again.

 

I have tried to set up SSO, using both basic and ntlm, but the adfs login is not being populated. Is there anything im missing here, in order to get this to work? any input would be appreciated:)

 

1 Reply

  • I will try to provide some more details, in hope of sparking some feedback:D

     

    Currently, the access to the application goes as follows:

     

    client -> logon page -> AD auth -> Radius auth(2fa) -> SSO credential mappings -> application.

     

    User can log on and authenticate with his ad account, and the 2fa authentication is also working. Looking at the logs, i see the SSO variables being populated as well, but after that, user is directed to the adfs login page.

     

    The problem is, how can i populate this form, in order to get SSO for the customer? What SSO template should i use, or is this a case of implementing SAML in towards the adfs?