You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Hi, If the OAuth2 specs allow it, can you please add a refresh_token parameter to the disconnect/revoke method or a parameter list that can extend the body? I get an error form our Auth Provider.
I see that you are passing the refresh_token to the key "token" here var params = {'token': token, 'token_type_hint': tokenType};
But for our revoke endpoint, "refresh_token" is a required parameter in the body.
For now, I can manually trigger this endpoint. But it would be great if it is readily available.
Hi, If the OAuth2 specs allow it, can you please add a refresh_token parameter to the disconnect/revoke method or a parameter list that can extend the body? I get an error form our Auth Provider.
I see that you are passing the refresh_token to the key "token" here
var params = {'token': token, 'token_type_hint': tokenType};But for our revoke endpoint, "refresh_token" is a required parameter in the body.
For now, I can manually trigger this endpoint. But it would be great if it is readily available.
Thank you in advance.