-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Issue 30525 #30692
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
Issue 30525 #30692
Conversation
francis-pouatcha
commented
Jun 24, 2024
- Closes Enhance Verifiable Credential Signing Service Flexibility and Key Rotation #30525
- Removed mandatory nbf from credential as per spec.
- Changed 'code' access token request key, to 'pre-authorized_code' for the correponding grant type
…bject as defined in OpenID for Verifiable Credential Issuance specification. Signed-off-by: Francis Pouatcha <[email protected]>
vct claim is mandatory for sd-jwt. Can be ommited by other formats display shall be an array display object can be configured using an escaped json, as dot notation will be cumbersome with arrays proof_types_supported can be configured using an escaped json, as each proof type has different configuration parameters. Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
…t-type:pre-authorized_code to pre-authorized_code instead of code as per spec. Signed-off-by: Francis Pouatcha <[email protected]>
…t-type:pre-authorized_code to pre-authorized_code instead of code as per spec. Signed-off-by: Francis Pouatcha <[email protected]>
… as per spec. Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
|
@francis-pouatcha I hope to merge if @wistefan and @tnorimat approve this PR to make sure that they are fine with latest changes. |
|
@mposolda @francis-pouatcha Hello, I will re-review the PR. |
tnorimat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@francis-pouatcha Thank you. I added review commnets. Could you check them?
services/src/main/java/org/keycloak/protocol/oid4vc/OID4VCLoginProtocolFactory.java
Show resolved
Hide resolved
services/src/main/java/org/keycloak/protocol/oid4vc/issuance/OID4VCIssuerEndpoint.java
Outdated
Show resolved
Hide resolved
services/src/main/java/org/keycloak/protocol/oid4vc/issuance/OID4VCIssuerEndpoint.java
Outdated
Show resolved
Hide resolved
services/src/main/java/org/keycloak/protocol/oid4vc/issuance/OID4VCIssuerEndpoint.java
Outdated
Show resolved
Hide resolved
services/src/main/java/org/keycloak/protocol/oid4vc/issuance/OID4VCIssuerEndpoint.java
Outdated
Show resolved
Hide resolved
...test/java/org/keycloak/testsuite/oid4vc/issuance/signing/OID4VCSdJwtIssuingEndpointTest.java
Outdated
Show resolved
Hide resolved
...test/java/org/keycloak/testsuite/oid4vc/issuance/signing/OID4VCSdJwtIssuingEndpointTest.java
Outdated
Show resolved
Hide resolved
...test/java/org/keycloak/testsuite/oid4vc/issuance/signing/OID4VCSdJwtIssuingEndpointTest.java
Outdated
Show resolved
Hide resolved
...test/java/org/keycloak/testsuite/oid4vc/issuance/signing/OID4VCSdJwtIssuingEndpointTest.java
Outdated
Show resolved
Hide resolved
...test/java/org/keycloak/testsuite/oid4vc/issuance/signing/OID4VCSdJwtIssuingEndpointTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
Signed-off-by: Francis Pouatcha <[email protected]>
|
@tnorimat i shall have all review comments addressed. |
tnorimat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@francis-pouatcha Thank you. |
mposolda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@francis-pouatcha @tnorimat Thanks for the participation and review of this PR!
…ation(keycloak#30692) closes keycloak#30525 Signed-off-by: Francis Pouatcha <[email protected]>