Reputation: 151
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
Reputation: 11
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