msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

SupportMultipleDomain parameter

Open Cruwzky opened this issue 5 months ago • 0 comments

Describe the bug

I am trying to configure multiple federated domains, but Azure does not support multiple federated domains with the same IssuerUri. The following URL explains this and how it was solved in MSOL.

https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-install-multiple-domains

Now that MSOL is no longer and we have to use MsGraph this feature does no longer seem to be present even though it is now explained that "New-MgDomainFederationConfiguration" and "Update-MgDomainFederationConfiguration" should support this parameter.

So is the documentation wrong or this there missing functionality here?

Expected behavior

I expect to be able to do "Update-MgDomainFederationConfiguration -DomainId example.com -SupportMultipleDomain"

How to reproduce

  1. Execute "Update-MgDomainFederationConfiguration -DomainId example.com -SupportMultipleDomain"

SDK Version

2.28.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

Cruwzky avatar Jun 02 '25 21:06 Cruwzky