v1.1.3 - Azure AD Integration Fix
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}tologin.microsoftonline.com/{tenant}/v2.0 - Ensures token issuer matches OIDC provider URL
- Changed from
- 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
Full Changelog: v1.1.2...v1.1.3