From 66842d12792f6bf95ec602ac50cd232e3ebc15c3 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 22 Oct 2024 15:39:56 -0400 Subject: [PATCH] Remove RFC language from service instance config text. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0a01ff5..65638b8 100644 --- a/index.html +++ b/index.html @@ -671,12 +671,12 @@

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, and/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. +Service configuration is determined by administrators on per instance basis. +Instance configuration can include, but is not limited to, credential format, key options, credential status mechanisms, and/or credential templates. +Administrators are expected to 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. +A coordinator instance can 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 services are expected to be known by the coordinator at the time of coordinator deployment.