AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

new React app sample using GatsbyJS #880

Closed ferantivero closed 4 years ago

ferantivero commented 5 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[X] Documentation issue or request
[ ] Other... Please describe:

Library Name

Library version

Library version: 1.0.17

Current behavior

the wiki samples doesn't list any sample for a React App using adal-agular.

Expected behavior

Please let's consider incorporating the following sample for a React App using GatsbyJS:

A React App authenticating users with Azure AD and calling its own Azure Api Management Gateway backed with Azure Functions

sameerag commented 4 years ago

All current authentication work from microsoft is delivered through msal js library here. adal js is still supported only for security fixes. We would recommend to move to msal js for any advanced feature asks.