Re: Suggestions needed to validate oauth tokens

2022-11-10 Thread Sergey A. Osokin
Hi, hope you're doing well. On Thu, Nov 10, 2022 at 10:30:58PM +0100, SA Squared wrote: [...] > Is there a way to have Nginx pass that token to Keycloak for > validation before allowing access to those files. Here's the link [1] to the reference implementation of OpenID Connect integration with

Suggestions needed to validate oauth tokens

2022-11-10 Thread SA Squared
Hello,   What I am trying to achieve: Serve downloadable content from one host behind Nginx based on the condition the user has a valid token. Basically I would like to serve the files only when the token is validated.   I'm using Nginx not Nginx+.   User -> auth request (send user:pass:grant_ty