DID Document Provision
Description
The current implementation provides just a JWK Source as JWKS well known url (OIDC Standard). To interact with other systems the provider should provide the same JWK Source formatted as DID Document (DID:web method) which is then resolvable over the universal resolver.
Change Description
The AAS should implement an new controller or an overload of the authorization server which provides the DID document as json under an special URL. Important is that the route supports HTTP headers, to inject the DID as parameter for setting the controller and ID properly within the DID Document. This header will be set then later by the infrastructure which knows the Domain where the auth server is reachable.
All JWKs are verification methods of the DID Document.