Hi. We are trying to migrate from cookie + oauth2_...
# talk-oathkeeper
b
Hi. We are trying to migrate from cookie + oauth2_introspection + id_token mutator to JWT Is there a way to configure oathkeeper to accept both strategies on the same endpoints. I was looking at adding multiple authenticators, both a introspect and a noop. But the mutator for generating the id_token is apparently always executed, and fails in the plain JWT case
i
This atmk not possible