Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve EUDIW interop #48

Merged
merged 12 commits into from
Apr 10, 2024
Merged

Improve EUDIW interop #48

merged 12 commits into from
Apr 10, 2024

Conversation

nodh
Copy link
Contributor

@nodh nodh commented Apr 8, 2024

Updates the implementation of OIDC SIOPv2 and OpenID for Verifiable Presentations, refactors interfaces of public classes to further improve the interoperability with EUDIW reference implementation.

These changes should allow Wallet implementations to generate a correct response to EUDIW verifier at https://verifier.eudiw.dev/home

Fixes #47

@@ -240,35 +240,3 @@ data class AuthenticationRequestParameters(
}
}
}

// restricted to internal as there is no reason to make this public for now
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we completely removing those instead of just renaming them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because with this class you don't see the serial name of the property at a glance (which is quite useful for OID obejcts). Additionally, it is different from all other classes then. Also, nobody needs the serial names.

val constraintFields = attributeConstraint + typeConstraint
val schemaReference = SchemaReference(
requestOptions.credentialScheme?.schemaUri ?: "https://example.com"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems off

@JesusMcCloud
Copy link
Collaborator

JesusMcCloud commented Apr 9, 2024

As a general remark which does not need to be addressed here: would you mind upgrading to the latest conventions (1.9.23+20240409+1) for automated version catalog publishing?

@nodh
Copy link
Contributor Author

nodh commented Apr 10, 2024

As a general remark which does not need to be addressed here: would you mind upgrading to the latest conventions (1.9.23+20240409+1) for automated version catalog publishing?

This should be handled in a separate PR imho

@nodh nodh requested a review from JesusMcCloud April 10, 2024 08:23
Copy link
Contributor

@acrusage-iaik acrusage-iaik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nodh nodh merged commit b87cace into develop Apr 10, 2024
3 checks passed
@nodh nodh deleted the feature/eudi-further-interop branch April 10, 2024 12:44
acrusage-iaik

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants