Announcement: AWS SDK for Delphi 1.6 — IAM Identity Center & SSO
Single sign-on through AWS IAM Identity Center, new Identity Store and SSO-OIDC clients, and per-service endpoint storage.
1.6 adds the piece the SDK has been missing for enterprise customers: single sign-on through AWS IAM Identity Center.
Configure your SSO profile in ~/.aws/config the same way you would for the
AWS CLI. The SDK reads the same file and resolves credentials from it. Token
refresh and role assumption are handled internally. The same code runs against
SSO locally and against an instance profile, ECS task role, or assumed role in
production; you don't change anything between the two.
Three new service clients ship alongside the credential support: AWS IAM Identity Center itself, the Identity Store (for programmatic access to users and groups), and SSO-OIDC. Most applications won't use those directly, but they're available if you need to manage the IAM IC tenant from Delphi.
A couple of smaller changes worth noting: endpoint configuration is now stored per service rather than globally, which is useful when you want one service routed through a VPC endpoint and others on the default. And credential resolution is faster.
For more on the enterprise side, see Enterprise Delphi and AWS.
More posts
The blog is back
The Appercept blog returns. Expect notes on the AWS SDK for Delphi and WebMocks, more on new products as they ship, and the occasional opinion piece.
Read more →
Build it with AI? Why the AWS SDK for Delphi still wins
Generating AWS code with AI works fine for a one-off script. The moment it deploys to AWS — credentials, STS, retries — the £149 SDK for Delphi is the cheaper choice.
Read more →
Announcement: AWS SDK for Delphi 2.1 — New platforms and Process Credentials
2.1 adds WinARM64EC for ARM-based Windows devices and the modern LLVM-based Win64x compiler target. Plus Process Credentials for custom credential providers.
Read more →