-
Notifications
You must be signed in to change notification settings - Fork 358
[FEATURE] Add token manager to security plugin #2939
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesttriagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.