Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMware.vSphere.SsoAdmin: Get-IdentitySource -External does not list IWA as Identity Sources #591

Open
salcinad opened this issue Sep 6, 2022 · 0 comments
Assignees
Labels

Comments

@salcinad
Copy link

salcinad commented Sep 6, 2022

Describe the bug

Get-IdentitySource or Get-IdentitySource -External does not list the Active Directory (Integrated Windows Authentication) IWA Identity sources. I can list it just fine with the vCSA script "/opt/vmware/bin/sso-config.sh -get_identity_sources"

Reproduction steps

1. Get-IdentitySource -External
2. Get-IdentitySource
3.
...

Output

Name         
----         
localos      
vsphere.local

After removing IWA and adding LDAPs, I get listed also external one:
Get-IdentitySource -Server $vcsso

Name          
----          
localos       
vsphere.local 
myfakedomain.com

Expected behavior

List also External IWA source

Additional context

We are in process of migrating the IWA to LDAPs as Identity Sources, Seems we need to remove IWA over Web GUI first and add it by using this module.

Tested with
vCenter Server 7.0 Update 3e (7.0.3.00600) | 2022-05-12 | 19717403 | 19717403
vCenter Server 7.0 Update 3g (7.0.3.00800) | 2022-07-23 | 20150588 | 20150588

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants