vSphere: allow SAML token delegation

Issue #77360
This commit is contained in:
Doug MacEachern 2019-06-10 16:07:31 -07:00
parent d873167e8f
commit 55ef6ecda9

View File

@ -111,6 +111,7 @@ func (connection *VSphereConnection) Signer(ctx context.Context, client *vim25.C
req := sts.TokenRequest{
Certificate: &cert,
Delegatable: true,
}
signer, err := tokens.Issue(ctx, req)