Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EntraAuth/EntraAuth.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'EntraAuth.psm1'

# Version number of this module.
ModuleVersion = '1.8.49'
ModuleVersion = '1.8.50'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
4 changes: 4 additions & 0 deletions EntraAuth/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.50 (2025-07-21)

+ Fix: Federation Provider EntraMSI - unable to resolve Federation Provider

## 1.8.49 (2025-07-21)

+ New: Federation Provider EntraMSI - added a default federation provider for Managed Identities in Entra.
Expand Down
3 changes: 2 additions & 1 deletion EntraAuth/internal/scripts/03-FederationProviders.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ $param = @{
code = {
(Connect-EntraService -Identity -Resource 'api://AzureADTokenExchange').AccessToken
}
}
}
Register-EntraFederationProvider @param
Loading