Skip to content

Error validating MSOL enum method #25

Closed
@tuxnam

Description

@tuxnam

In the --validate-msol method, you check the following, to see if GetCredentialType is supported or not:

if (!string.IsNullOrEmpty(postRespObject.EstsProperties?.CallMetadata?.HisRegion))

However, CallMetadata and HisRegion are not (anymore at least) part of the EstsProperties key from my research.
It will rather give you two main properties: UserTenantBranding and DomainType.
This is based on the triplet DomainType, ThrottleStatus and IfExistsResult that you will be able to see if you can enumerate accounts or not.
Your current way of checking will give "not supported" for probably all tenants today, while it is supported for part of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions