You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Feature Request
Apart from the
BasicAuthenticationExtension
which is deprecated and marked for removal, we have two auth extensionDelegatedAuthenticationExtension
TokenBasedAuthenticationExtension
Currently those two extension, after the refactor of the
ApiAuthenticationRegistry
, are bound to themanagement-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 hereThe text was updated successfully, but these errors were encountered: