1
votes

My Application in ASP.Net 4.0 Webform version. Application runs on SAAS based model. Deployed on Internet.

One of the client wants to use ADFS for SSO implementation.

When user logged in domain local intranet and try open Application deploy on Internet then he should be automatically logged into the application.

Process Flow will be

  1. User Logged into Domain
  2. Open Browser and try to open Internet application
  3. Authenticate user with ADFS and Valid user then return the Claims

Any Blog or MSDN - how to configure ADFS (we did at our end but when user redirected to ADFS it again ask for Login from ADFS).

How to achieve this?

1

1 Answers

0
votes

You are talking about IWA - refer this (page down).

Note this is browser functionality.

Create RP trust here.