We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Let users do
@Inject AccessTokenCredential at;
instead of
@Inject SecurityIdentity identity; ... AccessTokenCredential at = identity.getTokenCredential(AccessTokenCredential.class);
and the same for IdTokenCredential.
IdTokenCredential
A bit simpler when nothing else is required from SecurityIdentity. (Based on Pedro's idea to inject refresh tokens as token creds)
SecurityIdentity
Implementation ideas Add a simple producer
The text was updated successfully, but these errors were encountered:
sberyozkin
Successfully merging a pull request may close this issue.
Description
Let users do
instead of
and the same for
IdTokenCredential
.A bit simpler when nothing else is required from
SecurityIdentity
.(Based on Pedro's idea to inject refresh tokens as token creds)
Implementation ideas
Add a simple producer
The text was updated successfully, but these errors were encountered: