Hi,
My clients cannot access my web app since AAD is returning 503.
the request
var authorizationToken = DirectoryDataServiceAuthorizationHelper.GetAuthorizationToken(tenantId,ConfigurationManager.AppSettings["ida:ClientID"],
returns an exception: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
Any lead will be appreciated.
Thanks