Relative Content

Tag Archive for azure-active-directory

How can I refresh an access token for an Azure app that uses the WAM broker

I have an Azure app that returns a bearer access token. I use the Windows Account Manager (WAM) so there’s a special redirect URI. I’m using the following code to refresh the token but I’m getting a 400 response. I am sending the access code before it expires and I get the redirect URI right off Azure. I’m not certain though on the url of the PostAsync: