…
I have read some more and am beginning to understand what the parts of this are. However, I am looking for a simple example which:
1 SPA Vue application displays some information from the logged in user’s profile (their name, or email, or…)
2 The SPA sends the access-token to a server to authenticate the user, and the server can get information from their profile namely the sAMAccountName
I am pretty sure I can do this with ‘rules’ but am a bit lost in the details.