[java-idp-plugin-vci] branch main updated: Refer to OAuth2 and not to OpenId Connect

Codeberg noreply at shibboleth.net
Mon Sep 7 15:44:48 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-plugin-vci.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/c76522d03e0b5cbd3741ae741399b7b6211cefcf

The following commit(s) were added to refs/heads/main by this push:
     new c76522d  Refer to OAuth2 and not to OpenId Connect
c76522d is described below

commit c76522d03e0b5cbd3741ae741399b7b6211cefcf
Author: Janne Lauros <janne.lauros at csc.fi>
AuthorDate: Mon Sep 7 18:44:37 2026 +0300

    Refer to OAuth2 and not to OpenId Connect
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4e06ab1..0701612 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Both issuance flows of the specification are implemented:
   where something in your deployment creates a Credential Offer for a user that has already
   authenticated and the wallet redeems the code of that offer
 - the [Authorization Code Flow](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-authorization-code-flow),
-  where the wallet makes a normal OpenID Connect authorization request and the credential
+  where the wallet makes a normal OAuth2 authorization request and the credential
   content comes in an IdP attribute
 
 Two credential formats are issued, `dc+sd-jwt` (IETF SD-JWT VC) and `vc+sd-jwt` (W3C VCDM 2.0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list