aloof-cartoon-86581
08/03/2023, 8:10 AMmsg=The authentication handler encountered an error audience=application authentication_handler=oauth2_introspection error=map[message:Introspection returned status code 401 but expected 200] granted=false
So, I suppose we need to pass the API Key (which we have) to the oauthkeepr in order to be able to use mentioned endpoint. Does anyone know how to do this?steep-lamp-91158
aloof-cartoon-86581
08/03/2023, 9:24 AMaloof-cartoon-86581
08/03/2023, 10:04 AMsteep-lamp-91158
remote_json
authorizer, which then allows you to include the Ory Network API key to do the call.faint-terabyte-48594
08/03/2023, 12:48 PMsteep-lamp-91158
faint-terabyte-48594
08/03/2023, 1:56 PMfaint-terabyte-48594
08/03/2023, 1:57 PMsteep-lamp-91158
faint-terabyte-48594
08/03/2023, 1:58 PMpre_authentication
configuration block it seems it should be possible to work around this issue by creating a dummy client and using its credentials to obtain the token, but we wondered if there isn't any better (i.e. api key-based) approach possiblefaint-terabyte-48594
08/03/2023, 1:59 PMfaint-terabyte-48594
08/03/2023, 1:59 PMfaint-terabyte-48594
08/10/2023, 1:38 PMintrospection_request_headers
config option. More details in the ticket: https://github.com/ory/oathkeeper/issues/1126steep-lamp-91158
faint-terabyte-48594
08/10/2023, 2:51 PM