You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Subject Identifiers for Security Event Tokens
143
143
144
+
144
145
informative:
145
146
CAEP:
146
147
author:
@@ -537,42 +538,39 @@ critical_subject_members
537
538
538
539
> OPTIONAL. An array of member names in a Complex Subject which, if present in
539
540
a Subject Member in an event, MUST be interpreted by a Receiver.
540
-
541
-
supported_scopes
542
541
543
-
> OPTIONAL. A list of OAuth {{RFC6749}} scope names that the Transmitter supports for specific endpoints. The value of this field is a JSON object that has the endpoint names as keys, and arrays of scope name strings they support as their values. OAuth tokens obtained using any of the scopes defined here MUST be accepted by the specified endpoint. Any key that is not defined as an endpoint in the Transmitter Configuration Metadata MUST be ignored. If the supported_scopes member is present in the metadata and an endpoint is not listed as a key, then that endpoint MUST not require OAuth for authorization.
542
+
authorization_schemes
544
543
545
-
authorization_servers
544
+
> OPTIONAL. A list of JSON objects that specify the supported
545
+
authorization scheme properties defined in {{authorization-scheme}}. To enable seamless discovery of
546
+
configurations, the service provider SHOULD, with the appropriate
547
+
security considerations, make the authorization_schemes attribute
548
+
publicly accessible without prior authentication.
546
549
547
-
> OPTIONAL. An array of supported authorization servers and the scopes they support. Each element of the array is a Authorization Server Descriptor JSON object defined in the section {{authz-server-descriptor}} below. If the `supported_scopes` member is present in the metadata, then the `authorization_servers` MUST also be present, and it MUST provide a server location for every supported scope.
548
550
549
551
TODO: consider adding a IANA Registry for metadata, similar to Section 7.1.1 of
550
552
{{RFC8414}}. This would allow other specs to add to the metadata.
551
553
552
-
### Authorization Server Descriptor {#authz-server-descriptor}
553
-
An Authorization Server Descriptor is a JSON object that has two keys:
554
-
555
-
scopes
554
+
### Authorization scheme {#authorization-scheme}
555
+
SSF is an HTTP based signals sharing framework. It is agnostic to the authentication and authorization schemes used to secure stream configuration APIs. It does not provide any SSF specific authentication and authorization schemes but relies on the cooperating parties' mutual security considerations. The authorization scheme section of the metadata provides discovery information related to the transmitter's stream management APIs.
556
556
557
-
> REQUIRED. An array of scope names supported by the authorization server
557
+
spec_urn
558
558
559
-
servers
559
+
> REQUIRED. A URN that describes the specification of the protocol being used.
560
560
561
-
> REQUIRED. An array of authorization server URLs. This is the URL from which the Authorization Server Metadata MAY be obtained by following the process described in Section 3 of RFC8414 {{RFC8414}}
561
+
The receiver will call the transmitter APIs by providing appropriate credentials as per the `spec_urn`.
562
562
563
-
The following is a non-normative example of an Authorization Server Descriptor
563
+
The following is a non-normative example of the `spec_urn`
564
564
565
565
~~~ json
566
-
{
567
-
"scopes": ["scope1", "scope2"],
568
-
"servers": [
569
-
"https://server1.example/base/url",
570
-
"https://server2.example/base/url",
571
-
"https://server3.example/base/url"
572
-
]
573
-
}
566
+
{
567
+
"spec_urn": "urn:ietf:rfc:6749"
568
+
}
574
569
~~~
575
-
{: #authz-descriptor-example title="Example Authorization Server Descriptor"}
570
+
571
+
In this case, the receiver may obtain an access token using the Client
572
+
Credential Grant {{CLIENTCRED}}, or any other method suitable for the Receiver and the
573
+
Transmitter.
576
574
577
575
## Obtaining Transmitter Configuration Information
0 commit comments