Skip to content

OAuth2: invalidateToken() revokes the token without checking the client credentials #112

@ivan-novakov

Description

@ivan-novakov

When I call the invalidateToken() function with options:

{ 
  clientId: 'invalid-id',
  clientSecret: 'invalid-secret',
  token: '<token>' 
}

The token gets revoked even though the clientId and clientSecret fields are wrong.

So it seems, that Apigee does not check the client credentials for some reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions