Azure-Samples / ms-identity-javascript-v2

VanillaJS sample using MSAL.js v2.x and OAuth 2.0 Authorization Code Flow with PKCE on Microsoft identity platform
MIT License
105 stars 84 forks source link

fix issue with scripts checking implicit flow #19

Closed derisen closed 4 years ago

derisen commented 4 years ago

Azure AD powershell module does not support choosing platform. This adds a manual step to registration script for switching to spa.

This PR resolves #17