Skip to content

Commit

Permalink
Merge pull request #29 from wbcsd/updated-wording
Browse files Browse the repository at this point in the history
feat: updated 6.3
  • Loading branch information
raimundo-henriques authored Nov 9, 2023
2 parents 0d75901 + ef19874 commit 9dae12d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/v2/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1546,11 +1546,11 @@ The following section briefly describes some of the additional functionality whi

A [=host system=] requires a [=data recipient=] to first authenticate before successfully calling an Action (such as [=Action ListFootprints=] or [=Action Events=]). The [=data recipient=] MUST perform the <dfn>authentication flow</dfn>:

1. [=data recipient=] attempting to authenticate through an [=AuthEndpoint=] retrieved via OpenId Connect ([[!OPENID-CONNECT]]), by
1. [=Data recipient=] retrieving and validating the [=OpenId Provider Configuration Document=] of the [=host system=] (see [[!OPENID-CONNECT]]), and then
1. data recipient attempting to perform the OpenId Connect-based flow, by
1. retrieving and validating the [=OpenId Provider Configuration Document=] of the host system (see [[!OPENID-CONNECT]]), and then
2. using as [=AuthEndpoint=] the value of the `token_endpoint` property of the [=OpenId Provider Configuration Document=]
2. otherwise, [=data recipient=] using [=AuthHostname=]`/`[=AuthSubpath=]`/auth/token` as the [=AuthEndpoint=] in the next step.
3. [=data recipient=] retrieving the [=access token=] from [=AuthEndpoint=] (see [[#api-action-auth-request]]).
2. otherwise, data recipient using [=AuthHostname=]`/`[=AuthSubpath=]`/auth/token` as the [=AuthEndpoint=] in the next step.
3. data recipient retrieving the [=access token=] from [=AuthEndpoint=] (see [[#api-action-auth-request]]).

Note: The [=authentication flow=] is defined such that a Version 2.1 data recipient can authenticate against host versions irrespective of their support for OpenID-Connect.

Expand Down

0 comments on commit 9dae12d

Please sign in to comment.