3.8.0
New feature
- Updated to Microsoft.IdentityModel.* 8.6.1
- Updated to MSAL.NET 4.69.1
- Updated the Json Schema to include extensiblity for signed assertion providers. See #3235
- Added support for Federation Identity Credential on any OIDC Idp (FIC+OIDC credential provider). See #3255
- Support for acquiring token for Federation Managed Identity (FMI). Supports the
FmiPath
property ofAcquireTokenOptions
. See #3247 - Downstream APIs now support Authorization headers with a custom SAML bearer syntax. See #3273
Bug fixes
- TokenAcquirerFactory is now thread safe. See #3274
- Fix a bug in the parsing of the token in the authority. See #3261
Fundamentals
- Removed old Blazorwasm sample, wasm-tools and added new blazor web API: #3259, #3257, #3254
- Modified the build so that, in CI/CD internal builds, the NuGet.olg NuGet source is replaced by a managed Nuget source. More verbose information added. See #3263
- Fixed CS8602 Warnings in Weather.razor (BlazorApp) – Handle Nullable forecasts and user.Identity. See #3266,
What's Changed
- Update changelog.md by @jennyf19 in #3246
- Lozensky/add fmi path by @JoshLozensky in #3247
- Lozensky/perf fix graph service client by @JoshLozensky in #3251
- M.IM 8.6.0 by @jennyf19 in #3252
- Jennyf/blazor prototype by @jennyf19 in #3254
- remove old blazor apps by @jennyf19 in #3257
- Remove step for installing wasm-tools in the build by @gladjohn in #3259
- Fix for Remove NuGet Source steps (now with enhanced logging) by @gladjohn in #3263
- Add CustomSignedAssertion to Credentials.json by @JoshLozensky in #3235
- Fix CS8602 Warnings in Weather.razor (BlazorApp) – Handle Nullable forecasts and user.Identity by @gladjohn in #3266
- Add Support for Custom Saml Bearer in HttpRequest Headers by @sthanu98 in #3273
- comment out the code coverage by @jennyf19 in #3279
- update msal to 4.69.1 by @jennyf19 in #3281
- FIC+OIDC credential provider by @jmprieur in #3255
- Update the IdWeb version number by @jmprieur in #3280
- Locking Down the TokenAcquirerFactory by @JoshLozensky in #3274
- Fix authority parsing logic by @JoshLozensky in #3261
- Update changelog.md for Id.web 3.8.0 by @jmprieur in #3285
New Contributors
Full Changelog: 3.7.1...3.8.0