Spring security authorization server JWT token from introspection for opaque access token
I struggle to add claims to OAuth JWT returned from a spring security authorization server at the introspection endpoint (required when using OAuth2TokenFormat.REFERENCE for the access token.
Can I use OAuth2 in combination with JWT for my frontend app?
So, I’m building an app that only has “Sign In with Google” in order in the name of the authenticated user to upload files to his google drive.