From e29f6b7d17186d74474cea7074267b2507d41fb7 Mon Sep 17 00:00:00 2001 From: jrhender Date: Tue, 8 Oct 2024 12:43:47 -0400 Subject: [PATCH] Add Service Instances Configuration text. --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 335285b..070c3f4 100644 --- a/index.html +++ b/index.html @@ -668,6 +668,18 @@

OAuth 2.0

+
+

Service Instances

+

+Service configuration MAY be determined by administrators on per instance basis. +Instance configuration MAY include, but is not limited to, credential format, key options, credential status mechanisms or credential templates. +Administrators SHOULD configure service instances such that `options` included in client requests cannot result in incorrect action or problematic responses by the service. +

+

+A coordinator instance MAY have access to multiple service instances in order to support different use cases. +Runtime discovery of service instance configuration is not supported by the VC API as it is expected that services are known to coordinator at the time of coordinator deployment. +

+

Options