IdentityServer4
IdentityServer4 copied to clipboard
GrantType is Null In TokenIssuedFailureEvent on Authorize EndPoint
Issue / Steps to reproduce the problem
- Make an authorize request with wrong redirect_uri and response_type is { id_token token }
- Catch TokenIssuedFailureEvent.
- GrantType is Null, and it should be implicit?