This message was deleted.
# general
m
This message was deleted.
l
Created an account 🙂 Hmm. I might be dumb but how do I do that with just Hydra? 🤔 In my head it will be like this. I need to make sure the OAuth Client (i.e. Client X with ID=YYY) that I create within my project should only be allowed to access an object AAA and not object BBB. Something like.
client-id:YYY has read access to object:AAA
In this phase, I am confused because I don't see where the
scope
when defining the OAuth client will be useful for my case. I am led to Ory Keto based on my reading. So I have believed I needed Ory Permissions(Keto) https://www.ory.sh/permissions/
s
m
Hey @lemon-balloon-30664 to expand on the above, take a look at the oathkeeper examples here: https://github.com/ory/examples/tree/master/oathkeeper You do not need Ory Keto for this use case, Ory Hydra acts as OAuth2 server - creating the M2M client credentials flows / tokens. Ory Oathkeeper acts as “access proxy” checking the M2M tokens on every API call.