Thursday, 8 June 2017

How do you authenticate a VueJS app with Azure AD?

I'm setting up an app using the VueJS 2.x framework and it needs to authenticate users via the Azure Active Directory service. So far, I've only encountered one article that shows the setup in VueJS, but it relies on a third party service (Auth0) - adding uneccessary convolution in the process.

How do you proceed when there aren't any VueJS npm modules that allow for doing authenticating easily? Or do you have to rely on a library outside of Vue like Adal JS?

Any suggestions would be helpful.



via Coreus

No comments:

Post a Comment