Remove duplicate theory data
This commit is contained in:
parent
15edb0bfe2
commit
93d1b7cc73
|
|
@ -118,7 +118,6 @@ namespace Microsoft.AspNetCore.Identity.Service
|
|||
[InlineData("nonce", null, null)]
|
||||
[InlineData("nonce", "code", null)]
|
||||
[InlineData("nonce", "code", "accesstoken")]
|
||||
[InlineData("nonce", "code", null)]
|
||||
[InlineData("nonce", null, "accesstoken")]
|
||||
public async Task JwtIdTokenIssuer_IncludesNonceAndTokenHashesWhenPresent(string nonce, string code, string accessToken)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue