IdentityServer4 icon indicating copy to clipboard operation
IdentityServer4 copied to clipboard

GrantType is Null In TokenIssuedFailureEvent on Authorize EndPoint

Open Yukimir opened this issue 3 years ago • 0 comments

Issue / Steps to reproduce the problem

  1. Make an authorize request with wrong redirect_uri and response_type is { id_token token }
  2. Catch TokenIssuedFailureEvent.
  3. GrantType is Null, and it should be implicit?

Yukimir avatar Mar 29 '21 08:03 Yukimir