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
Because the AddMicrosoftGraph* methods both register and use the same GraphServiceClientOptions configuration object, the project winds up with a Beta base URL for both clients, not just beta client.
Reproduction steps
Register both AddMicrosoftGraph and MicrosoftGraphBeta with supplied options
Use GraphServiceClient, call should go to beta endpoint.
Error message
No response
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
1.0 and Beta clients should reach their respective endpoitns.
The text was updated successfully, but these errors were encountered:
Microsoft.Identity.Web Library
Microsoft.Identity.Web.Graph
Microsoft.Identity.Web version
3.6.2
Web app
Not Applicable
Web API
Protected web APIs call downstream web APIs
Token cache serialization
In-memory caches
Description
Consider the following service registration:
Because the
AddMicrosoftGraph*
methods both register and use the sameGraphServiceClientOptions
configuration object, the project winds up with a Beta base URL for both clients, not just beta client.Reproduction steps
AddMicrosoftGraph
andMicrosoftGraphBeta
with supplied optionsGraphServiceClient
, call should go to beta endpoint.Error message
No response
Id Web logs
No response
Relevant code snippets
Regression
No response
Expected behavior
1.0 and Beta clients should reach their respective endpoitns.
The text was updated successfully, but these errors were encountered: