Header menu logo FsCDK

OIDCProviderConfig Type

High-level OIDC Provider builder for federated identity in IAM. **Use Cases: ** - GitHub Actions authentication - GitLab CI/CD authentication - Other OIDC-based identity providers **Security Best Practices: ** - Limit client IDs to known applications - Use thumbprints to verify the identity provider's certificate - Apply least-privilege IAM policies to federated roles **Escape Hatch: ** Access the underlying CDK OpenIdConnectProvider via the `Provider` property for advanced scenarios not covered by this builder.

Record fields

Record Field Description

ClientIds

Full Usage: ClientIds

Field type: string list
Field type: string list

ConstructId

Full Usage: ConstructId

Field type: string option
Field type: string option

ProviderName

Full Usage: ProviderName

Field type: string
Field type: string

Thumbprints

Full Usage: Thumbprints

Field type: string list
Field type: string list

Url

Full Usage: Url

Field type: string option
Field type: string option

Type something to start searching.