authentication to azure ad protected app using id_token
问题 I have two app services both protected using azure ad authentication configured from azure portal. The front end app service is written angular. and the authentication method i follow is as follows. On load of angular app . send get request to .auth/me which returns me id_token which in my understanding is my auth token. I store this token and then in turn forward this token in header as Authorization: Bearer *** to my second app service api's However i am observing , that maybe second app