You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to authorize different services. Few of services are getting authorized successfully and receiving access tokens. But while authoring one of the service using DiscoveryCache, GetAsync() method throwing exception which is not getting tracked and program execution is stopped. Following are line of code written from which second line is responsible for breaking program execution.
var discoveryCache = new DiscoveryCache(authority);
var discovery = await discoveryCache.GetAsync();
The text was updated successfully, but these errors were encountered:
It looks like the discovery cache can possibly suppress some errors in some cases. Do you get a more useful error if you make a discovery request without the cache?
I am trying to authorize different services. Few of services are getting authorized successfully and receiving access tokens. But while authoring one of the service using DiscoveryCache, GetAsync() method throwing exception which is not getting tracked and program execution is stopped. Following are line of code written from which second line is responsible for breaking program execution.
var discoveryCache = new DiscoveryCache(authority);
var discovery = await discoveryCache.GetAsync();
The text was updated successfully, but these errors were encountered: