Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Master] Add Internal Token Revocation implementation for token persistence removal feature #12174

Conversation

Lakith-Rambukkanage
Copy link
Contributor

Purpose

This PR adds the implementation for the indirect token revocations due to internal events. The internal events are of two types.

  • Application Events (Consumer Key Events) [1]
  • User Events [2]

With the token persistence removal feature [3], such revocations has to be handled in the form of attribute(rule) base validation, since the tokens are not available in the db. Therefore the attributes to be considered for the revocation is propagated to CP from the KM then to the GW cache.

[1] - wso2/api-manager#1678
[2] - wso2/api-manager#2159
[3] - wso2/api-manager#1664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants