This document contains instructions and tips useful when upgrading VC-AuthN.
The functionality has mostly remained unchanged, however there are some details that need to be acocunted for.
-
Endpoints:
authorization
andtoken
endpoints have changed, review the new values by navigating to the.well-known
URL and update your integration accordingly. -
Proof configurations: to be moved to a
v2.0
instance, the following changes need to happen in existing proof-configurations.- The
name
identifier for disclosed attributes has been deprecated, use thenames
array instead. - If backwards-compatibility with
v1.0
tokens is required, theinclude_v1_attributes
flag should be switched totrue
(see the configuration guide).
- The
-
Client Types: VC-AuthN 2.0 currently only supports confidential clients using client id/secret. If public clients were previously registered, they will now need to use an AIM (e.g.: keycloak) as broker.