8.21.0
22 Jul 26
Toggle Dropdown
Version 8
8.22.0
29 Jul 26
8.21.0
22 Jul 26
8.19.2
14 Jul 26
8.19.1
3 Jun 26
8.19.0
1 Jun 26
8.18.0
30 Apr 26
8.17.0
24 Mar 26
8.16.0
13 Feb 26
8.15.0
18 Nov 25
8.14.0
15 Aug 25
Compare to version...
with 8.15.0
Toggle Dropdown
Version 8
8.22.0
29 Jul 26
8.21.0
22 Jul 26
8.19.2
14 Jul 26
8.19.1
3 Jun 26
8.19.0
1 Jun 26
8.18.0
30 Apr 26
8.17.0
24 Mar 26
8.16.0
13 Feb 26
8.15.0
18 Nov 25
8.14.0
15 Aug 25
Download Package
Open in NuGet
<
PackageReference
Include
=
"Microsoft.IdentityModel.Protocols"
Version
=
"8.21.0"
/>
API Differences between 8.21.0 and 8.15.0
6
Additions
0
Removals
Microsoft.IdentityModel.Protocols.Configuration
public
class
ConfigurationRetrievalContext
public
bool
BypassCache
{
get
;
set
; }
public
ConfigurationRetrievalContext
()
public
interface
IConfigurationEventHandlerContextAware
<
T
> :
IConfigurationEventHandler
<
T
>
Task
AfterUpdateAsync
(
string
metadataAddress
,
T
configuration
,
ConfigurationRetrievalContext
context
,
CancellationToken
cancellationToken
=
default
)
Task
<
ConfigurationEventHandlerResult
<
T
>>
BeforeRetrieveAsync
(
string
metadataAddress
,
ConfigurationRetrievalContext
context
,
CancellationToken
cancellationToken
=
default
)