Skip to content

Commit 5a98d45

Browse files
authored
Rename IAuthorizationHeaderProvider2 to BoundAuthorizationHeaderProvider
Renamed `IAuthorizationHeaderProvider2` to `BoundAuthorizationHeaderProvider` and updated its functionality to create authorization headers with an optional certificate binding for mTLS Pop. This change is unlikely to affect users as the interface was introduced in the previous version. Signed-off-by: Jean-Marc Prieur <[email protected]>
1 parent cd2be5f commit 5a98d45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
10.0.0
2+
=======
3+
## Breaking changes
4+
Rename `IAuthorizationHeaderProvider2` to `BoundAuthorizationHeaderProvider`. This interface extends `IAuthorizationHeaderProvider` to create authorization headers with a token which is optionally bound to a certificate (for mTLS Pop). For details, see [PR #232](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/232)
5+
6+
In practice, it's unlikely that this breaking change affects anybody as the renamed interface was new in 9.6.0, and not yet used to the team's knowledge.
7+
18
9.6.0
29
======
310
## New features
@@ -259,3 +266,4 @@ Initial release of Microsoft.Identity.Abstractions which brings interfaces and P
259266

260267

261268

269+

0 commit comments

Comments
 (0)