Skip to content

v1.1.3 - Azure AD Integration Fix

Choose a tag to compare

@schuettc schuettc released this 04 Nov 04:06
· 73 commits to main since this release
0438675

v1.1.3 - Azure AD Integration Fix

This release fixes Azure AD/Microsoft Entra ID integration failures that were blocking deployments.

🐛 Bug Fixes

  • Fix Azure tenant ID extraction: Resolves "Parameter AzureTenantId failed to satisfy constraint" deployment error
    • Implemented regex-based GUID extraction to support multiple URL formats
    • Now handles full URLs (with/without /v2.0), just tenant ID, and with https:// prefix
  • Correct OIDC endpoint: Updated CloudFormation template to use proper Microsoft v2.0 endpoint
    • Changed from sts.windows.net/{tenant} to login.microsoftonline.com/{tenant}/v2.0
    • Ensures token issuer matches OIDC provider URL
  • Enhanced documentation: Added comprehensive table of supported Azure provider domain formats
    • Includes troubleshooting section for common deployment errors

🔄 Upgrade Notes

No breaking changes. Simply pull the latest version:

```bash
git pull origin main
cd source
poetry install
```

📝 Full Changelog

What's Changed

  • Fix: Azure tenant ID extraction from provider URL formats by @schuettc in #53

Full Changelog: v1.1.2...v1.1.3