We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81aefcb commit 2beb5f9Copy full SHA for 2beb5f9
identity-model/src/IdentityModel/Client/Messages/DiscoveryDocumentResponse.cs
@@ -258,8 +258,7 @@ protected override Task InitializeAsync(object? initializationData = null)
258
/// Gets the signing algorithms supported by the token endpoint for the signature on the JWT used to authenticate
259
/// the client at the token endpoint for the "private_key_jwt" and "client_secret_jwt" authentication methods.
260
/// </summary>
261
- public IEnumerable<string> TokenEndpointAuthenticationSigningAlgorithmsSupported => [];
262
-
+ public IEnumerable<string> TokenEndpointAuthenticationSigningAlgorithmsSupported => TryGetStringArray(OidcConstants.Discovery.TokenEndpointAuthenticationSigningAlgorithmsSupported);
263
264
/// <summary>
265
/// Gets the supported backchannel token delivery modes.
0 commit comments