-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
featureNew feature or requestNew feature or request
Description
Currently VCI library is resolving (AuthorizationServerMetadataResolver) an OAuth server's metadata as CIAuthorizationServerMetadata, a typealias of nimbus' ReadOnlyAuthorizationServerMetadata.
CIAuthorizationServerMetadata is set as a property in CredentialOffer.
As ReadOnlyAuthorizationServerMetadata is not serializable this causes issues to clients of vci library when they need to serialize a resolved CredentialOffer.
- Implement
CIAuthorizationServerMetadataas a data class instead of a typealias ofReadOnlyAuthorizationServerMetadataof nimbus. Its proprties should align with those exposed byReadOnlyAuthorizationServerMetadatainterface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request