MSAL client type
Confidential
Problem statement
- Setup the SDK to use an Entra authority host that is not known to the SDK, e.g. login.microsoft.new
- Block access to "login.microsoftonline.com/discovery" endpoint by timing it out
- Acquire token, e.g. S2S token repeatedly (from cache and from STS)
- Examine the HTTP traffic
Actual: the SDK will timeout after 100 seconds (default HttpClient timeout)
Expected: the SDK should timeout after a reasonable delay (e.g. 10 seconds) and not attempt instance discovery again. A token should be retrieved.
Related work item: #5804
Proposed solution
No response
Alternatives
No response
MSAL client type
Confidential
Problem statement
Actual: the SDK will timeout after 100 seconds (default HttpClient timeout)
Expected: the SDK should timeout after a reasonable delay (e.g. 10 seconds) and not attempt instance discovery again. A token should be retrieved.
Related work item: #5804
Proposed solution
No response
Alternatives
No response