Microsoft Active Directory authentication with Firebase
-
Dear Quasar community,
we have successfully integrated Quasar with Firebase and vuexfire with the given example from this repo:
https://github.com/quasarframework/firebase-sample-appsFor a current project, we need to make use of the Firebase Oauth providers, this time the Microsoft authentication.
Are there any examples on how to integrate social auth and oauth with this template?
Thank you
-
hi,
itโs not a quasar question, but you can use vue-adal (exemple in repo)https://github.com/survirtual/vue-adal
https://github.com/AzureAD/azure-activedirectory-library-for-js
-
Hi,
i am aware of this way to sign in with Azure and it works, thanks. I want to achieve the same with firebase and quasar, so it must be kond of a quasar question. There is a username and passwort login example but unfortunately none for oauth in the Quasar example app