clean-printer-8758
03/15/2024, 1:32 PMnoop
access-rule successfully. So I'm good on basics, but need some suggestions on production use case. In production I'm self hosting Kratos, Hydra and custom UI for auth and OIDC flows, and would love to add Oathkeeper as well. My use case is following: I want Oathkeeper to automatically redirect to unauthenticated users to my custom build auth page (which implements OAuth2 consent flow as well), after successful authentication I want Oathkeeper to verify that subject is part of the preconfigured group, and if so only then to proxy the request to the upstream service. Is that possible? From my understanding, reading authenticator and authorizers documentation this is not supported out of the box. I'm fine with implementing custom authorizers but want to make sure I'm not missing something. Any suggestions?