ERNICommunity / ErniEventManager

2 stars 1 forks source link

Use only microsoft libraries for Azure AD #76

Open rochus222 opened 5 years ago

rochus222 commented 5 years ago

Currently we are using 3rd party libraries for handling oAuth to azure ad which can be security risk. Switch it to official Microsoft libraries

rochus222 commented 5 years ago

https://www.npmjs.com/package/adal-angular - FE https://www.npmjs.com/package/jsonwebtoken - BE