lmccay opened a new pull request, #1011: URL: https://github.com/apache/knox/pull/1011
## What changes were proposed in this pull request? This is a specialized extension of the KNOXTOKEN API to request CLIENT_ID and CLIENT_SECRET. This requires the use of Passcode tokens as the CLIENT_SECRET and the TokenID as the CLIENT_ID. One of the motivations for this is to provide this extension so that it can be deployed separately within the same topology as the KNOXTOKEN API. Another is to codify the conventions being used in order to use the pattern described above for CLIENT_ID and CLIENT_SECRET without having to leave it to the consumer to interpret how to do so. ## How was this patch tested? New unit tests were added for the API extension and run along with all existing unit tests. Manual testing of the use of CLIENT_ID and CLIENT_SECRET was done with the JWTProvider. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org