[ https://issues.apache.org/jira/browse/KNOX-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Larry McCay updated KNOX-3109: ------------------------------ Description: Currently, passcode tokens can only be used as passwords with HTTP Basic authentication headers. This change will enable them to be accepted as Authorization: Bearer tokens. Will need to be able to distinguish between a JWT and a Passcode token when presented as a Bearer token. was: Currently, passcode tokens can only be used as passwords with HTTP Basic authentication headers. This change will enable them to be accepted as Authorization: Bearer tokens as well as introduce TokenMetadataType API_KEY. The latter enabling the creation and management of tokens within the Token Management page and API by API_KEY for those that want to put a specific user experience in front of the API or want to use the generic Knox Token Management page with the additional metadata via search, etc. This will require a change to both the token metadata and the JWTProvider. > Passcode Tokens to use as Bearer Token > -------------------------------------- > > Key: KNOX-3109 > URL: https://issues.apache.org/jira/browse/KNOX-3109 > Project: Apache Knox > Issue Type: Improvement > Components: Server > Reporter: Larry McCay > Assignee: Larry McCay > Priority: Major > > Currently, passcode tokens can only be used as passwords with HTTP Basic > authentication headers. > This change will enable them to be accepted as Authorization: Bearer tokens. > Will need to be able to distinguish between a JWT and a Passcode token when > presented as a Bearer token. -- This message was sent by Atlassian Jira (v8.20.10#820010)