Skip to content

Commit 5fcce7e

Browse files
committed
Update openid-sharedsignals-framework-1_0.md
1 parent b585ac8 commit 5fcce7e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

openid-sharedsignals-framework-1_0.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,12 @@ critical_subject_members
549549
> OPTIONAL. An array of member names in a Complex Subject which, if present in
550550
a Subject Member in an event, MUST be interpreted by a Receiver.
551551

552-
authorizationSchemes
552+
authorization_schemes
553553

554554
> OPTIONAL. A multi-valued complex type that specifies supported
555555
authorization scheme properties defined in {{authorization-scheme}}. To enable seamless discovery of
556556
configurations, the service provider SHOULD, with the appropriate
557-
security considerations, make the authorizationSchemes attribute
557+
security considerations, make the authorization_schemes attribute
558558
publicly accessible without prior authentication.
559559

560560

@@ -566,8 +566,7 @@ Authorization scheme used by the receiver to authorize with the Transmitter's ma
566566

567567
type
568568

569-
> The authorization scheme. This specification defines the values "oauth", "oauth2",
570-
"oauthbearertoken" REQUIRED.
569+
> The authorization scheme. This specification defines the values "oauth", "oauth2", "oauthbearertoken" REQUIRED.
571570

572571
The receiver will call the transmitter APIs by providing appropriate credentials as mentioned in the type.
573572

@@ -676,8 +675,12 @@ Content-Type: application/json
676675
"verification_endpoint":
677676
"https://tr.example.com/ssf/mgmt/verification",
678677
"critical_subject_members": [ "tenant", "user" ],
679-
"authenticationSchemes": {
680-
"type": "oauth2"
678+
"authorization_schemes": {
679+
[
680+
{
681+
"type": "oauth2"
682+
}
683+
]
681684
}
682685
}
683686
~~~

0 commit comments

Comments
 (0)