Skip to content

Commit 2beb5f9

Browse files
committed
Pass test for TokenEndpointAuthenticationSigningAlgorithmsSupported
1 parent 81aefcb commit 2beb5f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

identity-model/src/IdentityModel/Client/Messages/DiscoveryDocumentResponse.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ protected override Task InitializeAsync(object? initializationData = null)
258258
/// Gets the signing algorithms supported by the token endpoint for the signature on the JWT used to authenticate
259259
/// the client at the token endpoint for the "private_key_jwt" and "client_secret_jwt" authentication methods.
260260
/// </summary>
261-
public IEnumerable<string> TokenEndpointAuthenticationSigningAlgorithmsSupported => [];
262-
261+
public IEnumerable<string> TokenEndpointAuthenticationSigningAlgorithmsSupported => TryGetStringArray(OidcConstants.Discovery.TokenEndpointAuthenticationSigningAlgorithmsSupported);
263262

264263
/// <summary>
265264
/// Gets the supported backchannel token delivery modes.

0 commit comments

Comments
 (0)