Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Request to add refresh_token to disconnect/revoke request #200

Description

@durga-nannamsetty

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions