DEV Community

Discussion on: Setting up an Authorization Server with OpenIddict - Part VI - Refresh tokens

Collapse
 
rmaurodev profile image
Ricardo

You can use options.EnableLogoutEndpointPassthrough();

Collapse
 
uic19bca1130 profile image
Ankush

{
"error": "invalid_grant",
"error_description": "The specified token is not a refresh token.",
"error_uri": "documentation.openiddict.com/error..."
}
give me solution of this error