-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vcsim: add ssoadmin user and group management
The ssoadmin endpoint is now used for authentication for both SOAP and REST endpoints. Previous behavior is retained: - By default, any non-empty username + password is authenticated - If vcsim '-username' and '-password' flags are given, only those credentials can be used for authentication Additional users can be added via the ssoadmin APIs or using govc for example: % govc sso.user.create -p password govc Closes #2852
- Loading branch information
Showing
5 changed files
with
711 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.