We tried to get Access Token using below code:
https://login.microsoftonline.com/<tenant>/oauth2/authorize?client_id=<ClientId>;
&response_type=code
&redirect_uri=http%3A%2F%2Flocalhost
&response_mode=query
&state=1234
&resource=<Resource>
We are not able to understand Resource Id
Please help us on from where can we get Resource Id in Azure?