Skip to content

Commit

Permalink
Add support for did:x509 format
Browse files Browse the repository at this point in the history
Extend the documentation to include did:x509 format under supported protocols. Note that it supports resolving except for the "eku" policy type, with additional handling for the "san" "otherName" policy.
  • Loading branch information
rolandgroen committed Nov 5, 2024
1 parent f9d5f5c commit 69d17de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/integrating/supported-protocols-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following DID methods are supported:
- ``did:web`` (creating and resolving)
- ``did:key`` (resolving)
- ``did:jwk`` (resolving)
- ``did:x509`` (resolving, except the "eku" policy type, additionally the "san" "otherName" policy)

Credentials
***********
Expand Down

0 comments on commit 69d17de

Please sign in to comment.