Skip to content

Commit

Permalink
Removed reference to permanent identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviaracil committed Oct 26, 2023
1 parent 18cd7e3 commit c3400db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ob_v3p0/impl/recommended-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,14 +526,12 @@ We propose leverage this to add a new member `iss` in the JWK for the issuer's `
##### JWK Set endpoint

Following this recommendation ultimatelly means that, for an issuer to be
trusted, the endpoint for the Issuer's Json Web Key Set should be publicly
trusted, the endpoint for the issuer's Json Web Key Set should be publicly
available at any time a credential is verified, which can happen long after
the issuing of the credential. If don't, there's a potential issue of a
valid credential not accepted because the endpoint is no longer available.

This implies a commitment for the issuer, as it should expose the JWK Set.
Issuers which didn't want to take this commitment could use different
services, such [Permanent Identifiers for the Web](https://w3id.org).
Following this recommendation, thus, implies a commitment for the issuer to maintain its JWK Set and publicly expose it throught the endpoint.

### Displayer

Expand Down

0 comments on commit c3400db

Please sign in to comment.