smolnar82 opened a new pull request #532: URL: https://github.com/apache/knox/pull/532
## What changes were proposed in this pull request? Knox supports two new topology-level properties from now on: - `knox.token.type` - this can be set as a `KNOXTOKEN` service parameter. If this is configured the generated JWT header will have this as the `typ` property - `knox.token.allowed.jws.types` - this can be set as a `JWTProvider` provider parameter. Defaults to `JWT`. Please note, this configuration is only applied if token verification goes through the JWKS verification path as described in #216 . ## How was this patch tested? Unit tested as well as executed manual test runs w/ different combinations of these new params. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
