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

Update enforcer implementation for internal keys #2153

Closed
sgayangi opened this issue Mar 22, 2024 · 0 comments · Fixed by #2154
Closed

Update enforcer implementation for internal keys #2153

sgayangi opened this issue Mar 22, 2024 · 0 comments · Fixed by #2154
Assignees
Milestone

Comments

@sgayangi
Copy link
Contributor

sgayangi commented Mar 22, 2024

  • The APIM allows internal keys to be used to test out the API prior to publishing the API.
  • On the APK side, this execution fails since the enforcer implementation checks subscription validation and scope validation, both of which fail, causing a request invoked with an internal key to fail.
  • The enforcer implementation must be updated to
  1. Remove subscription validation from JWT Authenticator
  2. Skip scope validation for internal keys
@sgayangi sgayangi self-assigned this Mar 22, 2024
CrowleyRajapakse added a commit that referenced this issue Mar 27, 2024
Update enforcer implementation for internal keys
@Krishanx92 Krishanx92 added this to the 1.1.0-alpha2 milestone Mar 28, 2024
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 a pull request may close this issue.

2 participants