-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Draft 13 specifies that authorization_details, among other claims, it must contain either
a credential_configuration_id referencing a specific credential configuration in issuer's credential_configurations_supported
or
a format claim along with profile specific extra attributes (ex.
doctypefor ISO mDL,vctfor SD-JWT VC etc.)
I was wondering if both flavors are needed.
In my understanding when format + profile_specific_extra_attribute is used it can only point to a credential configuration supported from issuer and thius advertized in its metadata. It cannot be used to request arbitrary credentials outside credential_configurations_supported. If this is the case only using the credential_configuration_id flavor of authorization_details is enough to identify specific credential supported by issuer.
Most probably I am missing something :D , can you provide your view on that?