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

clarifications about how many credentials can be issued using the same AT #326

Closed
wants to merge 1 commit into from

Conversation

peppelinux
Copy link
Member

This PR aims to resolve part of the comments shared in the issue #313

@@ -698,7 +698,7 @@ The Credential Endpoint issues a Credential as approved by the End-User upon pre

Communication with the Credential Endpoint MUST utilize TLS.

The Client can request issuance of a Credential of a certain type multiple times, e.g., to associate the Credential with different public keys/Decentralized Identifiers (DIDs) or to refresh a certain Credential.
The Client can request issuance of a Credential of a certain type multiple times, e.g., to associate the Credential with different public keys/Decentralized Identifiers (DIDs) or to refresh a certain Credential. It is at the Credential Issuer's discretion how many copies of a Credential it is willing to issue, how often, and whether reissued Credentials automatically update if the underlying claims have changed.
Copy link
Collaborator

Choose a reason for hiding this comment

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

err, PR #293 here on line 1399 introduces batch_size, so there is a way for the issuer to communicate how many credentials it is willing to issue in a batch, so it is a little more than "at the discretion of the issuer".

also I am not sure what "automatically update" means. there is no way for the issuer to push into the wallet an updated credential, the wallet need to talk to the credential endpoint explicitly to get credentials refreshed.

Copy link
Member Author

@peppelinux peppelinux May 27, 2024

Choose a reason for hiding this comment

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

I would be ok with this

The Client can request the issuance of a Credential of a certain type multiple times,
for example, to associate the Credential with different public keys or Decentralized
Identifiers (DIDs), or to refresh a certain Credential. However, it is important to
note that the ability to do so depends on whether the Issuer supports the multiple
issuance of the same Credential Type or the refresh of the Credential.

Copy link
Contributor

Choose a reason for hiding this comment

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

I would rather prefer this as a suggestion in PR#293 to avoid the merge conflict.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes we can do this, see: #293 (comment)

Copy link
Contributor

Choose a reason for hiding this comment

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

Is this PR still relevant?

Copy link
Collaborator

@Sakurann Sakurann left a comment

Choose a reason for hiding this comment

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

@jogu
Copy link
Contributor

jogu commented Sep 27, 2024

I believe this was resolved in PR #293 as per #293 (comment) - closing.

@jogu jogu closed this Sep 27, 2024
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.

5 participants