[FEATURE] Add token manager to security plugin #2939
Labels
enhancement
New feature or request
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
This issue describes the addition of a feature that will add a token manager implementation to allow for the creation of auth tokens for both Users and InternalUser objects. The User objects will make use of the OnBehalfOfTokens while InternalUsers make use of a encoded basic authtoken.
After this feature is added, it will be possible for a request to get an authtoken for a User or InternalUser account and then use that token with the corresponding handling mechanism.
This change has been in progress since it is blocked by current work in the feature/extensions branch.
Current PR: #2787.
The text was updated successfully, but these errors were encountered: