Skip to content
New issue

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

Add token to account #708

Merged
merged 14 commits into from Aug 28, 2023
Merged

Add token to account #708

merged 14 commits into from Aug 28, 2023

Conversation

blootsvoets
Copy link
Member

  • Adds an accessToken field to /api/account to request resources from other APIs, e.g. app-config or rest-source-authorizer.
  • Fixes client credentials authorization
  • Added DataRadarToken constructor and renamed RadarToken.copy to RadarToken.toDataRadarToken.
  • Added AuthorizationOracle.mayBeGranted for a collection of role authorities.
  • Simplified JwtAuthenticationFilter
  • Added a minimal RadarToken when logging in via password, in UserDetailsService. This effectively enables proper SSO.
  • Made a separate authorization oracle bean to avoid a circular dependency.

@blootsvoets blootsvoets merged commit bcf0ef7 into dev Aug 28, 2023
2 of 4 checks passed
@blootsvoets blootsvoets deleted the add-token-to-account branch August 28, 2023 12:33
@blootsvoets blootsvoets mentioned this pull request Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant