Explore the globe like never before with World Explorer. Our AI-powered app gives you in-depth insights about any place worldwide, provides a comprehensive description, and recommends local attractions with your personalized travel guide.
When OnBeforeTokenRequest extensibility API is used, MSAL now correctly uses the user-provided OnBeforeTokenRequestData.RequestUri to set the token request endpoint. See 4701.
4.60.1
Addressed an issue where attempts to acquire a token via certificate authentication resulted in a Microsoft.Identity.Client.MsalServiceException (Error code: AADSTS5002730), signaling an "Invalid JWT token. Unsupported key for the signing algorithm." This was due to a known bug in Microsoft Entra ID (Azure AD) that affects the handling of JWT tokens signed with certain algorithms, specifically SHA2 and PSS. See 4690
4.60.0
New Features
AAD client assertions are computed using SHA 256 and PSS padding. See 4428
CorrelationId is available in MsalException. See 4187
Open telemetry records telemetry for proactive token refresh background process. See 4492
MSAL.Net now supports generic authorities with query parameters. See 4631
Bug Fixes
MSAL.Net now logs an error when OBO is performed over common or organizations. See 4606
MSAL.Net now handles the v2.0 authorization endpoint. See 4416
Improved logging and error message when the web api received claims challenge. See 4496
Cloud shell error message from the managed identity endpoint is parsed correctly. See 4402
Improved error message when CCA certificate is disposed before MSAL can use it. See 4602
When OnBeforeTokenRequest extensibility API is used, MSAL now correctly uses the user-provided OnBeforeTokenRequestData.RequestUri to set the token request endpoint. See 4701.
4.60.1
Bug Fixes
Resolved an issue where MSAL attempts to acquire a token via certificate authentication using SHA2 and PSS resulting in a `MsalServiceException' (Error code: AADSTS5002730). See 4690.
4.60.0
New Features
AAD client assertions are computed using SHA 256 and PSS padding. See 4428.
CorrelationId is available in MsalException. See 4187.
Open telemetry records telemetry for proactive token refresh background process. See 4492.
MSAL.Net now supports generic authorities with query parameters. See 4631.
Bug Fixes
MSAL.Net now logs an error when OBO is performed over common or organizations. See 4606.
MSAL.Net now handles the v2.0 authorization endpoint. See 4416.
Improved logging and error message when the web api receives a claims challenge. See 4496.
Cloud shell error message from the managed identity endpoint is now parsed correctly. See 4402.
Improved error message when CCA certificate is disposed before MSAL can use it. See 4602.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the microsoft group with 2 updates: Microsoft.Identity.Web.UI and Microsoft.Identity.Client.Extensions.Msal.
Updates
Microsoft.Identity.Web.UI
from 2.18.1 to 2.18.2Release notes
Sourced from Microsoft.Identity.Web.UI's releases.
Changelog
Sourced from Microsoft.Identity.Web.UI's changelog.
Commits
ed8d71e
changelog for 2.18.2 (#2851)0a57985
In AddTokenAcquisition(singleton:true) an implementation of TokenAcquirerFact...2c1414b
process error for expired cert (#2840) (#2841)52889d9
M.IM 7.5.2 update (#2838)d9d0d5a
Fixing build errors (#2828) (#2830)7ac67f3
Provide an env var to disable interactive auth for AKV (#2824)dc47b22
remove M.IM 6x references on OWIN (#2808)Updates
Microsoft.Identity.Client.Extensions.Msal
from 4.59.0 to 4.60.3Release notes
Sourced from Microsoft.Identity.Client.Extensions.Msal's releases.
Changelog
Sourced from Microsoft.Identity.Client.Extensions.Msal's changelog.
Commits
413e319
Ashok's fix (#4714)0876d2b
Start updating the documentation comments (QOL) (#4689)31e8552
Add CODEOWNERS file (#4710)5b8db58
Update Selenium dependencies (#4709)726f784
Tests should run in headless modefea5538
4.60.2 changelog (#4704)894758f
Fix for #4701 - OnBeforeTokenRequest can change the URI7faa358
Update to use lab app for automation (#4700)49458ce
Delete .github/workflows/scorecard.ymlab79751
Update CHANGELOG.md for MSAL 4.60.1 (#4693)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show