This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4k
Refresh token response does not contain custom fields from custom token request validator #1831
Comments
What's an example of this custom data, and how in the custom token request validator are you setting this data to be included in the response? |
Response (with password grant):
Response (with refresh_token grant):
|
OK - I can repro the problem. Need to have a closer look. |
leastprivilege
changed the title
ICustomTokenRequestValidator + Refresh Token
Refresh token response does not contain custom fields from custom token request validator
Dec 6, 2017
Found the bug. Will be included in the next bug fix release. |
Thanks for reporting! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an implementation of ICustomTokenRequestValidator in which I add additional data in the custom response. So, when I make request for an access token (using password grant), I'm able to get my custom data in the response. But when I use use the refresh_token grant, I'm unable to get my custom response (even though the ValidateAsync method actually gets called. Is this a bug, or am I supposed to override something else?
The text was updated successfully, but these errors were encountered: