Search code examples
adfsadfs4.0

ADFS - Get user information


I need to authenticate myself with an AddIn (excel, word, powerpoint) in office 365. The customer has a local ADFS that he would like to use to authenticate the user. I would therefore like to authenticate myself on local ADFS, retrieve the token and user information and then use the AddIn and Azure Rights managment (RMS). Authentication to ADFS must be done automatically, without entering login and password.


Solution

  • The usual way of doing this is to setup ADFS as a federated domain to Azure AD. Office 365 runs on Azure AD.

    ADFS supports Windows Integrated Auth so a user logged into the domain joined PC will seamlessly log into ADFS.