Closed
Description
- ConfigurationServiceClientCredentialFactory
- Config.APP_TYPE ("MultiTenant", "SingleTenant", "UserAssignedMsi")
- Handle Multi or Single tenant
- Default to MultiTenant if blank
- Error for UserAssignedMsi (not currently supported in Python MSAL package)
- PasswordServiceClientCredentialFactory
- Match DotNet
- AppCredentials (and subclasses)
- Resolve differences from DotNet