David Vogel
David Vogel

Reputation: 151

How to authenticate in React through AD FS?

I am creating a web app using GatsbyJS that needs to utilize a secured corporate intranet which implements AD FS. I am having difficulty finding a good way to configure this.

Upvotes: 3

Views: 8931

Answers (1)

At today's date, ADAL.js is deprecated. Must use MSAL.js

There also is a Microsoft post explaining how to migrate. Migration post

Upvotes: 1

Related Questions