vmware / PowerCLI-Example-Scripts

http://blogs.vmware.com/powercli
Other
753 stars 603 forks source link

[SsoAdmin Module Feature Request] Add cmdlets for managing Authentication configuration #472

Closed dmilov closed 3 years ago

dmilov commented 3 years ago

The cmdlets should cover the following UI

image

The cmdlets have to expose the below APIs

SetAuthnPolicyAsync
SsoAdminAuthnPolicy GetAuthnPolicyAsync
dmilov commented 3 years ago

Version 1.3.4 module is available in the PS Gallery which covers this use-case. The two new cmdlets are Get-SsoAuthenticationPolicy Set-SsoAuthenticationPolicy

To enable the smart card authentication use:

Get-SsoAuthenticationPolicy | Set-SsoAuthenticationPolicy -SmartCardAuthnEnabled $true