You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2021/01/26 18:37:11 UTC

[knox] branch master updated (29011d0 -> 5bcc50c)

This is an automated email from the ASF dual-hosted git repository.

smolnar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.


    from 29011d0  KNOX-2530 - Support qualifying service params for CM discovery control (#398)
     add 5bcc50c  KNOX-2527 - Added support for HMAC signature/verification in JWT token authority (#397)

No new revisions were added by this update.

Summary of changes:
 .../federation/jwt/filter/AbstractJWTFilter.java   |  15 +-
 .../jwt/filter/JWTAccessTokenAssertionFilter.java  |   2 +-
 .../jwt/filter/JWTAuthCodeAssertionFilter.java     |   2 +-
 .../provider/federation/AbstractJWTFilterTest.java |   1 +
 .../token/impl/DefaultTokenAuthorityService.java   | 132 ++++---
 .../gateway/service/knoxsso/WebSSOResource.java    |  22 +-
 .../service/knoxsso/WebSSOResourceTest.java        | 417 +++++----------------
 gateway-service-knoxtoken/pom.xml                  |   4 +
 .../gateway/service/knoxtoken/TokenResource.java   |  18 +-
 .../knoxtoken/TokenServiceResourceTest.java        | 387 ++++++-------------
 .../security/AbstractIdentityAssertionFilter.java  |  23 +-
 .../services/security/token/TokenUtils.java        |  27 ++
 .../gateway/services/security/token/impl/JWT.java  |   3 +
 .../services/security/token/impl/JWTToken.java     |   5 +
 14 files changed, 373 insertions(+), 685 deletions(-)