mattrglobal / oidc-portable-identities

oidc-portable-identities
https://mattrglobal.github.io/oidc-portable-identities/
3 stars 3 forks source link

subject id type supported #5

Closed Sakurann closed 3 years ago

Sakurann commented 3 years ago

Currently, support for DIDs and concrete DID method supported are communicated separately. For example, "subject_id_types_supported": ["did"], "did_methods supported": ["peer", "ion"]

Would communicating did methods directly in subject_id_types_supported make it simpler? "subject_id_types_supported": ["did:peer:", "did:ion:"]

awoie commented 3 years ago

i created a PR that might address that issue