Am I correct in thinking that I can use oathkeeper...
# talk-oathkeeper
c
Am I correct in thinking that I can use oathkeeper to just act as a proxy, that if the user isn't authorized then redirect them to hydra and if they are authorized generate a JWT and forward the request? It seems very flexible from all the options and want to know if it can just do the above?
d
Hello. Yes, you understand it correctly. You can use oauth2_introspection authenticator to achieve that
c
Sweet, thanks!
Can I get oathkeeper to use the same keys available from the hydra instance so I have a single point to obtain keys from?
I don't think there is any examples of this anywhere?
I can't see in the docs where you do the whole refresh tokens, accepting the callback etc