Versions Compared

Key

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

...

OidcKeysService returns a JWK key set containing a public verification JWK key. By default only a public key is returned but the service can also be configured for JWK key to include the corresponding  X509 certificate chain too.  Use this service if IdToken is signed by a private RSA or EC key for the client be able to fetch the verification keys without having to import them into local key stores.

 

OidcDynamicRegistrationService

 

This service is currently a work in progress and may become available in CXF 3.1.8 or CXF 3.1.9. It will support the dynamic client registration and management with OIDC specific properties being handled too.

 

OidcConfigurationService

 

This service is currently a work in progress and may become available in CXF 3.1.8 or CXF 3.1.9. It will support OIDC server configuration queries at ".well-known/openid-configuration".


Fediz OIDC IDP

Fediz OIDC project provides a reference integration between CXF OIDC IDP code and Fediz Authentication System. It has OIDC Core supported with a minimum amount of code and configuration.

...