caddy-security icon indicating copy to clipboard operation
caddy-security copied to clipboard

question: Is it possible only to verify KeyCloak access token

Open bcherkezovtf opened this issue 1 year ago • 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?

bcherkezovtf avatar Feb 18 '24 14:02 bcherkezovtf