I'm trying to authenticate with API Management in Azure through OAuth. I've set up that piece fine.
I've got an OAuth2 Implicit login flow happening where I get an ID Token and Access Token (response_type=id_token+token
). When I check aud
in the returned access token, I get the default Graph API aud (00000003-0000-0000-c000-000000000000) instead of my Client ID, which I need to use to authenticate with the API Management piece.
This needs to stay behind OAuth as it's an internal app, something that I don't want to let loose on the public. I'm using an implicit flow because the webpage is a SPA hosted on Blob.