Let's say I have Azure Active Directory setup and configured such that when a Member comes to my site, they login to AAD, get an auth cookie, return to Umbraco and are logged in.
Now, they arrive at a page that has a Vue.JS app as part of the page. How would I go about passing the auth cookie to the Vue app, for its use and for it to pass along to a Web API for authorization to obtain data for the Vue app?
Passing credentials of logged in Member
Let's say I have Azure Active Directory setup and configured such that when a Member comes to my site, they login to AAD, get an auth cookie, return to Umbraco and are logged in.
Now, they arrive at a page that has a Vue.JS app as part of the page. How would I go about passing the auth cookie to the Vue app, for its use and for it to pass along to a Web API for authorization to obtain data for the Vue app?
is working on a reply...