I'm sorry, but the knowledge sources provided do not contain an entry or explanation for the message "Access credentials are not sufficient to access this resource." I do see related items about insufficient/invalid credentials in Ory components: - Ory OAuth2 resource access depends on access tokens and their scopes; an invalid or insufficient token/scope results in denial at the resource server (for example, via introspection) ([Accessing APIs](https://www.ory.sh/docs/oauth2-oidc/overview/oauth2-concepts#accessing-apis)). - OAuth2 scopes reflect user consent for a client, not the user’s own permissions; a valid token can still be denied if the user lacks permissions enforced by Ory Permissions (Keto) ([Scopes represent user consent](https://www.ory.sh/docs/oauth2-oidc/overview/oauth2-concepts#oauth2-scopes-represent-user-consent), [Scopes aren’t permissions](https://www.ory.sh/blog/oauth2-openid-connect-do-you-need-use-cases-examples)). - In Ory Permissions, authorization is done by checking permissions defined in your model against relationships; lack of the required permission (e.g., view/edit) will deny access even if the user is authenticated ([How to integrate permission checks](https://www.ory.sh/docs/keto/guides/simple-access-check-guide), [Checking for permissions](https://www.ory.sh/docs/guides/permissions/overview#checking-for-permissions)). If you can share where this exact message appears (Kratos UI, Hydra/OAuth2 endpoint, Oathkeeper proxy, or Keto check), I can map it to the relevant diagnostics or error codes from the docs.
b
billions-minister-2901
09/05/2025, 5:28 PM
This is through the API/API key @chilly-king-10285