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

[Improvement] Lightweight apikey #12540

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

dakshina99
Copy link
Contributor

Purpose

The current API Key implementation in the API Manager includes several claims that are not essential for the API Key itself but are required during the API Key authentication process.

Solution

  • Remove the unnecessary claims from the API Key.
  • Modify the authentication process to retrieve API, Application, and Subscription-related details directly from the Data Store.
  • Remove the subscription validation-related configuration from the configs, making it mandatory to validate the subscription during the authentication process.

Resolves wso2/api-manager#3097

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.

Implement Lightweight API Key by Removing Unnecessary Claims from the Existing API Key
3 participants