You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/07/15 11:00:05 UTC

[cxf-fediz] branch master updated: update readme

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new baf69cb  update readme
baf69cb is described below

commit baf69cbf62b7a90bc60a65c48a175ce3db4324cb
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jul 15 13:59:16 2020 +0300

    update readme
---
 README.md         | 1 +
 release_notes.txt | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ad8d268..71fb7f8 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Fediz includes the following feature set:
     Publish WS-Federation Metadata document
     Role information encoded as AttributeStatement in SAML 1.1/2.0 tokens
     Claims information provided by FederationPrincipal interface
+    OpenId Connect (OIDC)
 
 
 Export Notice
diff --git a/release_notes.txt b/release_notes.txt
index f146a38..93b6491 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -12,7 +12,7 @@ Apache CXF Fediz provide the following features:
 * Role information encoded as AttributeStatement in SAML 1.1/2.0 tokens
 * Claims information provided by FederationPrincipal interface
 * Fediz IdP supports Resource and Requestor IDP role, Home Realm Discovery Service, ...
-* Support for Jetty, Tomcat, Websphere and Spring Security 2.0/3.1
+* Support for Jetty, Tomcat, Websphere and Spring Security 4.x
 * Support for logout in the RP and IdP
 * Support for logging on to the IdP via UsernamePassword, Kerberos and TLS
 client authentication
@@ -21,6 +21,7 @@ client authentication
 * Support to use the IDP as an identity broker with a remote SAML SSO IdP
 * Support to use the IDP as an identity broker with a remote OpenId Connect IdP
 * SAML SSO support in the IdP
+* OpenId Connect (OIDC)
 
 
 2. Installation Prerequisites