X-Guardian / AdfsDsc

DSC resources for deployment and configuration of Active Directory Federation Services
MIT License
9 stars 5 forks source link

AdfsProperties: Remove Obsolete Properties #34

Closed X-Guardian closed 4 years ago

X-Guardian commented 4 years ago

Details of the scenario you tried and the problem that is occurring

The PromptLoginFederation and PromptLoginFallbackAuthenticationType properties of the AdfsProperties resource are obsolete and should be removed.

Verbose logs showing the problem

Set-AdfsProperties : PS0346: PromptLoginFederation and PromptLoginFallbackAuthenticationType are obselete. Please set these properties on individual 
Claims Provider Trusts.
At line:1 char:1
+ Set-AdfsProperties -PromptLoginFederation None
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Set-AdfsProperties], ArgumentException
    + FullyQualifiedErrorId : PS0346,Microsoft.IdentityServer.Management.Commands.SetServicePropertiesCommand