You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Remove subscription validation from JWT Authenticator
Skip scope validation for internal keys
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: