Kumarankpl,
First thank you for responding!
Call me ignorant, but saying this has always been a known issue with previous version of vCAC" wouldn't it have been fixed in the latest?
I as Chan had not only to run the command but also modify the web.config to get the actions to be available.
Quick and dirty of it is:
- In an elevated privilege (RunAs Administrator) command window change directory to C:\Program Files (x86)\VMware\vCAC\Web API
- Copy Web.Config file to make sure you have a failback version.
- Using your editor of choice open Web.Config
- Find the commented out line:
- <!-- add key="DisableSAMLTokenSignatureCheck" value="false"-->
- Change it to:
- <add key="DisableSAMLTokenSignatureCheck" value="True" />
- Save the changes
- Perform an IISReset
You will now have access to all the missing actions.
Thank you, Kumarankpl and Chan!