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
damp-sunset-69236
06/27/2022, 9:47 AM
Hello. Yes, you understand it correctly. You can use oauth2_introspection authenticator to achieve that
c
colossal-whale-56336
06/27/2022, 12:12 PM
Sweet, thanks!
colossal-whale-56336
06/27/2022, 12:52 PM
Can I get oathkeeper to use the same keys available from the hydra instance so I have a single point to obtain keys from?
colossal-whale-56336
06/28/2022, 9:53 AM
I don't think there is any examples of this anywhere?
colossal-whale-56336
06/28/2022, 9:54 AM
I can't see in the docs where you do the whole refresh tokens, accepting the callback etc