Skip to content

Commit

Permalink
Note on SIOPv2 and rework todo
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Binzer <matthias.binzer@de.bosch.com>
Co-authored-by: Jim Marino <jim.marino@gmail.com>
  • Loading branch information
matgnt and jimmarino committed Oct 11, 2023
1 parent 3f2eff0 commit 405bfd4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specifications/M1/identity.protocol.base.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ A Self-Issued ID Token is defined in
the [Self-Issued OpenID Provider v2 specification](https://openid.net/specs/openid-connect-self-issued-v2-1_0.html#section-1.1) :

> In the Self-Issued OP case, the ID Token is self-signed with a private key under the user's control, identified by the
> sub-claim.
> *sub* claim.
> NOTE: This specification does NOT require a complete implementation of the SIOPv2 specification
A client may obtain a Self-Issued ID Token using a variety or OAuth grant types. If the OAuth 2.0 Client Credential
Grant
Expand Down Expand Up @@ -107,6 +109,8 @@ an [OAuth 2.0 Client Credential Grant](https://www.rfc-editor.org/rfc/rfc6749.ht
Service (STS) Endpoint. How the participant agent obtains the endpoint address is participant-specific and beyond the
scope of this specification.

> TODO: following section needs rework. e.g. bearer_access_scope is newly defined in this spec, VP Access Token here and in in its own subsection above, is not clearly described, e.g. why "VP" access token?
The Self-Issued ID Token request MAY contain the `bearer_access_scope` authorization request parameter which is set to a
list of space-delimited scopes the response `VP Access Token` set in the `access_token` claim will be enabled for. If
no `bearer_access_scope` parameter is present, the `access_token` claim MUST not be included.
Expand Down

0 comments on commit 405bfd4

Please sign in to comment.