"-RedirectUriSpecifies an array of redirection URIs for the OAuth 2.0 client to register with AD FS".
The question was around the format of the array since that is not specified.
Looking at another example:
Set-AdfsRelyingPartyTrust -TargetName claimapp -ClaimsProviderName @("Fabrikam","Active Directory")
the array is of the form:
@("Fabrikam","Active Directory")
Enjoy!
No comments:
Post a Comment