Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CXF-based clients can use a helper RefreshTokenGrant bean to request a new access token with OAuthClientUtils.

SAML and JWT Assertions

SAML2 Bearer assertions and JWT assertions can be used as token grants.

JWT assertion grants are supported in this package. JwtBearerClientCredentialsGrant is AccessTokenGrantHandler one can register with AccessTokenService. JwtBearerGrantHandler is a client side helper once can use with OAuthClientUtils. JwtBearerAuthHandler can be used as a generic client authentication filter (where the client authenticated with JWT token as opposed to with a username:password pair, etc).

Please also see JAXRS OAuth2 Assertions section for more information.

...

OAuth2 and OIDC

 

CXF shipis OIDC RP and IDP service code which depends on its OAuth2 and JOSE implementations. See this page for more information.

...