I have a unique scenario where the authentication is done against Azure AD using Open ID Connect middle-ware, now once the application is authenticated and session established, I would need to make AJAX calls to WebAPI services sitting on the same server.
I'm planning to return the Id/ access token's cached on the server back to the client and store it in session storage.
Is there any security implication with this approach, I mean is there any difference between token obtained through ADAL JS or ADAL?