Friday, 11 October 2019

Can ADAL be used with AD FS instead of Azure AD?

I've successfully used the ADAL library for Android to sign in with Azure AD. I'd need to connect to an AD FS instead of Azure AD. The AD FS is not cloud-federated.

I have found this example for ADAL.js that apparently shows how to authenticate against AD FS: https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/development/single-page-application-with-ad-fs

  1. Can the Android version connect to AD FS as well, or is it only possible in the JavaScript version of ADAL?
  2. If it were possible, how to register the app and what to put in the auth_config.json file? (Any example will be much appreciated)


from Can ADAL be used with AD FS instead of Azure AD?

No comments:

Post a Comment