In this post, we will walk through how to leverage your centralized VCF VIDB API token to get access to VCF SSO-enabled vCenter. By utilizing this secure token-exchange architecture, you can execute programmatic tasks against vCenter APIs without ever needing hardcoded local vCenter credentials. Step 1: Exchange your VIDB API token for VIDB Access Token …
Tag: iam
VCF 9.1 API Access: Balancing Operational Simplicity with IdP Governance
In VMware Cloud Foundation (VCF) 9.1, the platform offers flexible methods for programmatic access. This blog post explores how to exchange the IdP Access token for the Identity Broker access token. The Default Path: VIDB Token Exchange By default, VCF 9.1 supports using a VIDB token to exchange for an access token. The Mechanism: The …
Continue reading VCF 9.1 API Access: Balancing Operational Simplicity with IdP Governance
VCF 9.1 API Access: Basic
Unlocking the power of automation in VMware Cloud Foundation (VCF) 9.1 requires a solid understanding of how to manage programmatic access. By transitioning from manual administration to an API-first approach, you can ensure consistency, scalability, and security across your entire VCF fleet. This blog post helps you understand identity types in the context of VCF …