greenpau/caddy-security

question: Is it possible only to verify KeyCloak access token

bcherkezovtf opened this issue · 0 comments

A clear and concise description of what you want to accomplish.

I have a KeyCloak instance which is used to authenticate users for a couple of services. It uses OIDC.
There a couple entry points through which you can authenticate and some others services which only depends on a valid token.
For one of this services I wrote a custom python based proxy script which verifies an access token send as Bearer, read an custom attribute from it which then append to the requests send to the service.

My question is is it possible this to be done with caddy-security?