0

Following scenario: I have a web app running in the MS Azure cloud The app provides a user logon with username and password The new requirement is to provide the AD FS SSO for the web app, so that once a user has logged on the Windows machine, her AD credentials can be used to log on the web app.

Can anyone help with some background information and step-by-step instruction. Thank you.

vaio
  • 91
  • 11

2 Answers2

1

To connect the web app to ADFS, you could try to use the scripted setup for automated integration or use the manual setup to step-by-step. For the details, you could refer to the docs.

Hope this can help you.

SunnySun
  • 1,900
  • 1
  • 6
  • 8
1

Yes - you can do this by federating ADFS and Azure AD.

That provides SSO and lets the users authenticate on the intranet.

Do you have to use ADFS? If not, pass-through is a good alternative.

rbrayb
  • 46,440
  • 34
  • 114
  • 174