average-policeman-69189
08/30/2023, 7:12 PMbearer_token
and a specific session store to validate both token. The `jwt`authenticator is not able to validate both token, right ?icy-manchester-83109
08/30/2023, 7:50 PMaverage-policeman-69189
09/01/2023, 5:23 PMauthorization
header: authentifies the original caller application and describes its permissions through the scope claim; then `x-caller-jwt`certifies that the request has been routed through an authorized gateway
So the identification is based on the `authorization`header, but I should invalid the identification if the x-caller-jwt
is not valid.
I can create a slim micro service to do the validate of both token and send a 200 response in case of success, with the appropriate metadata, the question is how to integrate the micro service in Oathkeeper:
@icy-manchester-83109 Any idea ?steep-lamp-91158