Open
Description
Recently support was added for OAuth context. It accepts a token (JWT token?). I assume the client passes this token when making a call to the app server supporting OAuth external security. A few questions:
- Is there a way to pass a new token if the one I was using expired? Unlike SAML context, there are no callbacks for oauth.
- Suppose I want my Java application to support many end users, each possessing a token. Do I have to create many DatabaseClient objects? Seems like the current approach works best if the client is created for a designated service user.
Metadata
Metadata
Assignees
Labels
No labels