From 05c6e1250dc6067e1c513a47f132e7ace6060246 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Thu, 11 Apr 2024 15:41:42 +0200 Subject: [PATCH 1/3] List OIDC clients in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd29ef..4cdcda1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ and supports SAML Single Sign On (SSO) including federations like More mechanisms supported by PAC4J can be added to this module if needed: Authentication mechanisms: OAuth (Facebook, Twitter, Google...) - CAS - -OpenID Connect - HTTP - Google App Engine - LDAP - SQL - JWT - MongoDB - +OIDC/OpenID Connect (Apple, Azure Ad v2, Google, Keycloak) - HTTP - Google App Engine - LDAP - SQL - JWT - MongoDB - CouchDB - IP address - Kerberos (SPNEGO) - REST API. Authorization mechanisms: Roles/permissions. From 9514c42a9ec79a59bc5d8036fe13819fdd9db05f Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 12 Apr 2024 15:37:20 +0200 Subject: [PATCH 2/3] Rewording as suggested in code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdcda1..80485eb 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ and supports SAML Single Sign On (SSO) including federations like More mechanisms supported by PAC4J can be added to this module if needed: Authentication mechanisms: OAuth (Facebook, Twitter, Google...) - CAS - -OIDC/OpenID Connect (Apple, Azure Ad v2, Google, Keycloak) - HTTP - Google App Engine - LDAP - SQL - JWT - MongoDB - +OpenID Connect (OIDC) (with Apple, Azure Ad v2, Google, Keycloak) - HTTP - Google App Engine - LDAP - SQL - JWT - MongoDB - CouchDB - IP address - Kerberos (SPNEGO) - REST API. Authorization mechanisms: Roles/permissions. From c8168c1403c02822ad65396ace4a8e34e70d539d Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 12 Apr 2024 15:42:55 +0200 Subject: [PATCH 3/3] not only listed OIDC clients are supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80485eb..d5c2e0f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ and supports SAML Single Sign On (SSO) including federations like More mechanisms supported by PAC4J can be added to this module if needed: Authentication mechanisms: OAuth (Facebook, Twitter, Google...) - CAS - -OpenID Connect (OIDC) (with Apple, Azure Ad v2, Google, Keycloak) - HTTP - Google App Engine - LDAP - SQL - JWT - MongoDB - +OpenID Connect (OIDC) (e.g. with Apple, Azure Ad v2, Google, Keycloak) - HTTP - Google App Engine - LDAP - SQL - JWT - MongoDB - CouchDB - IP address - Kerberos (SPNEGO) - REST API. Authorization mechanisms: Roles/permissions.