survirtual

Results 12 comments of survirtual

Adal JS doesn't have PKCE support, so you'd need to do it yourself. It's pretty easy to implement, just generate a random 32 bytes with Crypto.getRandomValues() and add that to...

Azure AD has split into MSAL, which has a more standard approach regarding OAuth2 and unifies the login experience between Microsoft and Azure accounts. This library is a wrapper around...