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

Refactor auth extensions #4294

Closed
wolf4ood opened this issue Jun 20, 2024 · 0 comments · Fixed by #4321
Closed

Refactor auth extensions #4294

wolf4ood opened this issue Jun 20, 2024 · 0 comments · Fixed by #4321
Assignees
Labels
enhancement New feature or request

Comments

@wolf4ood
Copy link
Contributor

wolf4ood commented Jun 20, 2024

Feature Request

Apart from the BasicAuthenticationExtension which is deprecated and marked for removal, we have two auth extension

  • DelegatedAuthenticationExtension
  • TokenBasedAuthenticationExtension

Currently those two extension, after the refactor of the ApiAuthenticationRegistry, are bound to the management-api context.
So reusing token based auth or delegated one in other contexts cannot be easily done.

Introduce

Which Areas Would Be Affected?

auth, api

Why Is the Feature Desired?

Are there any requirements?

Solution Proposal

Introduce another extension for configuring the association between web context and AuthenticationService as described here

@wolf4ood wolf4ood added the enhancement New feature or request label Jun 20, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Jun 20, 2024
@paullatzelsperger paullatzelsperger removed the triage all new issues awaiting classification label Jun 26, 2024
@wolf4ood wolf4ood self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants