Closed
Description
This is a consistency item.
Spec is here: https://microsoft.sharepoint.com/:w:/t/ADAL/ESzbQvzlMuBDjAsqfaHdjNUBsTmwIUR5g17IAY4rvOY_Hw?e=7dv5hZ
Tasks
- Implement phase 2
WithInstanceDiscoevryEndpoint("DISABLED")
which turns off all instance discoveryEnsure ESTS-R scenarios work in conjunction with this settingTesting
@rayluo to confirm that only phase 2 is required and if phase1 ("WithKnownAuthorityHosts") is optional / recommended etc.
Metadata
Metadata
Assignees
Type
Projects
Status
Done
Activity
rayluo commentedon Oct 31, 2022
Yes. Also, that internal specs grew along with the lengthy conversation. If you just want to focus on what ended up happening, this implementation PR in MSAL Python shipped only a boolean instance_discovery=True or False. You can for example take a look into its unit test cases.