add sso.py to support get bearer/hok token from sso server

This commit is contained in:
Tianhao He
2017-02-27 15:31:51 -08:00
parent 59432a08c0
commit 5ce2854f62
2 changed files with 1100 additions and 0 deletions

1098
pyVim/sso.py Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,4 @@
requests>=2.3.0
six>=1.7.3
lxml
pyOpenSSL >= 0.14