Skip to content

Commit

Permalink
Remove RFC language from service instance config text.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny authored Oct 22, 2024
1 parent 4652d50 commit f81d2c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,12 +671,12 @@ <h4>OAuth 2.0</h4>
<section>
<h3>Service Instances</h3>
<p>
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.
</p>
<p>
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.
</p>
</section>
Expand Down

0 comments on commit f81d2c5

Please sign in to comment.