ACE Working GroupInternet Engineering Task Force (IETF) F. PalombiniInternet-DraftRequest for Comments: 9203 Ericsson ABIntended status:Category: Standards Track L. SeitzExpires: 1 September 2022ISSN: 2070-1721 Combitech G. Selander Ericsson AB M. Gunnarsson RISE28 FebruaryAugust 2022OSCOREThe Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Frameworkdraft-ietf-ace-oscore-profile-19Abstract This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token. Status of This Memo ThisInternet-Draftissubmitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documentsan Internet Standards Track document. This document is a product of the Internet Engineering Task Force (IETF).Note that other groups may also distribute working documents as Internet-Drafts. The listIt represents the consensus ofcurrent Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents validthe IETF community. It has received public review and has been approved fora maximumpublication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841. Information about the current status ofsix monthsthis document, any errata, and how to provide feedback on it may beupdated, replaced, or obsoleted by other documentsobtained atany time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on 1 September 2022.https://www.rfc-editor.org/info/rfc9203. Copyright Notice Copyright (c) 2022 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents(https://trustee.ietf.org/ license-info)(https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License. Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . 31.1. Terminology. . . . . . . . . . . . . . . . . . . . . . . 32. Protocol Overview. . . . . . . . . . . . . . . . . . . . . . 43. Client-AS Communication. . . . . . . . . . . . . . . . . . . 73.1. C-to-AS: POST totoken endpoint . . . . . . . . . . . . . 7Token Endpoint 3.2. AS-to-C: Access Token. . . . . . . . . . . . . . . . . . 93.2.1. The OSCORE_Input_Material. . . . . . . . . . . . . . 134. Client-RS Communication. . . . . . . . . . . . . . . . . . . 164.1. C-to-RS: POST to authz-infoendpoint . . . . . . . . . . 16Endpoint 4.1.1. The Nonce 1 Parameter. . . . . . . . . . . . . . . . 184.1.2. The ace_client_recipientid Parameter. . . . . . . . 184.2. RS-to-C: 2.01 (Created). . . . . . . . . . . . . . . . . 194.2.1. The Nonce 2 Parameter. . . . . . . . . . . . . . . . 204.2.2. The ace_server_recipientid Parameter. . . . . . . . 204.3. OSCORE Setup. . . . . . . . . . . . . . . . . . . . . . 204.4. Accessrights verification . . . . . . . . . . . . . . . 23Rights Verification 5. Secure Communication with AS. . . . . . . . . . . . . . . . 236. Discarding the Security Context. . . . . . . . . . . . . . . 237. Security Considerations. . . . . . . . . . . . . . . . . . . 248. Privacy Considerations. . . . . . . . . . . . . . . . . . . 269. IANA Considerations. . . . . . . . . . . . . . . . . . . . . 269.1. ACE Profile Registry. . . . . . . . . . . . . . . . . . 279.2. OAuth Parameters Registry. . . . . . . . . . . . . . . . 279.3. OAuth Parameters CBOR Mappings Registry. . . . . . . . . 279.4. OSCORE Security Context Parameters Registry. . . . . . . 289.5. CWT Confirmation Methods Registry. . . . . . . . . . . . 299.6. JWT Confirmation Methods Registry. . . . . . . . . . . . 299.7. Expert Review Instructions. . . . . . . . . . . . . . . 2910. References. . . . . . . . . . . . . . . . . . . . . . . . . 3010.1. Normative References. . . . . . . . . . . . . . . . . . 3010.2. Informative References. . . . . . . . . . . . . . . . . 32Appendix A. Profile Requirements. . . . . . . . . . . . . . . . 33Acknowledgments. . . . . . . . . . . . . . . . . . . . . . . . . 34Authors' Addresses. . . . . . . . . . . . . . . . . . . . . . . 341. Introduction This document specifies the"coap_oscore"coap_oscore profile of the ACE framework[I-D.ietf-ace-oauth-authz].[RFC9200]. In this profile, a client (C) and a resource server (RS) use the Constrained Application Protocol (CoAP) [RFC7252] to communicate. The client uses an access token, bound to a symmetric key (the proof-of-possession (PoP) key) to authorize its access to the resource server. Note that this profile uses asymmetric- crypto-basedsymmetric-crypto- based scheme, where the symmetric secret is used as input material for keying material derivation. In order to provide communication security andproof of possession,PoP, the client and resource server use Object Security for Constrained RESTful Environments (OSCORE) as defined in [RFC8613]. Note that theproof of possessionPoP is not achieved through a dedicated protocolelement,element but rather occurs after the first message exchange using OSCORE. OSCORE specifies how to use CBOR Object Signing and Encryption (COSE)[I-D.ietf-cose-rfc8152bis-struct][I-D.ietf-cose-rfc8152bis-algs][RFC9052] [RFC9053] to secure CoAP messages. Note that OSCORE can be used to secure CoAP messages, as well as HTTP and combinations of HTTP and CoAP; a profile of ACE similar to the one described in this document, with the difference of using HTTP instead of CoAP as the communication protocol, could be specified analogously to this one. 1.1. Terminology The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. Certain security-related terms such as "authentication", "authorization", "confidentiality", "(data) integrity", "Message Authentication Code (MAC)", "Hash-based Message Authentication Code (HMAC)", and "verify" are taken from [RFC4949]. RESTful terminology follows HTTP[RFC7231].[RFC9110]. Readers are expected to be familiar with the terms and concepts defined in OSCORE [RFC8613], such as"Security Context""security context" and "Recipient ID". Terminology for entities in the architecture is defined in OAuth 2.0 [RFC6749], such as client (C), resource server (RS), and authorization server (AS). It is assumed in this document that a given resource on a specific RS is associated to a unique AS. Concise Binary Object Representation (CBOR) [RFC8949] and Concise Data Definition Language (CDDL) [RFC8610] are used in this document. CDDL predefined type names, especiallybstr"bstr" for CBOR byte strings andtstr"tstr" for CBOR text strings, are used extensively in this document. Note that the term "endpoint" is usedhere,as in[I-D.ietf-ace-oauth-authz],[RFC9200], following its OAuth definition, which is to denote resources such as token and introspect at the AS andauthz- infoauthz-info at the RS. The CoAP[RFC7252]definition, which is"An"[a]n entity participating in the CoAP protocol" [RFC7252], is not used in this document.Examples throughoutThroughout thisdocumentdocument, examples for CBOR data items are expressed in CBOR extended diagnostic notationwithoutas defined in Section 8 of [RFC8949] and Appendix G of [RFC8610] ("diagnostic notation"), unless noted otherwise. We often use diagnostic notation comments to provide a textual representation of thetagnumeric parameter names andvalue abbreviations.values. In this document, the term "base64-encoded" refers to URL-Safe base64 encoding (see Section 5 of [RFC4648]) without padding. 2. Protocol Overview This section gives an overview of how to use the ACE Framework[I-D.ietf-ace-oauth-authz][RFC9200] to secure the communication between a client and a resource server using OSCORE [RFC8613]. The parameters needed by the client to negotiate the use of this profile with theauthorization server,AS, as well as the OSCORE setup process, are described in detail in the following sections. The RS maintains a collection of OSCORESecurity Contextssecurity contexts with associated authorization information for all the clients that it is communicating with. The authorization information is maintained as policy that is used as input to processing requests from those clients. This profile requires a client to retrieve an access token from the AS for the resource it wants to access on an RS, by sending an access token request to the token endpoint, as specified insectionSection 5.8 of[I-D.ietf-ace-oauth-authz].[RFC9200]. The access token request and response MUST beconfidentiality-protectedconfidentiality protected and ensure authenticity.This profile RECOMMENDS theThe use of OSCORE between the client andAS,AS is RECOMMENDED in this profile, to reduce the number of libraries the client has to support, but other protocols fulfilling the security requirements defined insectionSection 5 of[I-D.ietf-ace-oauth-authz][RFC9200] MAY alternatively be used, such as TLS [RFC8446] or DTLS[I-D.ietf-tls-dtls13].[RFC9147]. Once the client has retrieved the access token, it generates a nonce N1, as defined in this document (see Section 4.1.1). The client also generates its own OSCORE RecipientIDID, ID1 (see Section 3.1 of [RFC8613]), for use with the keying material associated to the RS. The client posts the token,N1N1, and its Recipient ID to the RS using the authz-info endpoint and mechanisms specified insectionSection 5.8 of[I-D.ietf-ace-oauth-authz][RFC9200] and Content-Format = application/ace+cbor. When using this profile, the communication with the authz-info endpoint is not protected, except for the update of access rights. If the access token is valid, the RS replies to this request with a 2.01 (Created) response with Content-Format = application/ace+cbor, which contains a nonce N2 and its newly generated OSCORE Recipient ID, ID2, for use with the keying material associated to the client. Moreover, the server concatenates the input salt received in the token, N1, and N2 to obtain the Master Salt of the OSCORESecurity Contextsecurity context (seesectionSection 3 of [RFC8613]). The RS then derives the completeSecurity Contextsecurity context associated with the received token from the MasterSalt,Salt; the OSCORE Recipient ID generated by the client (set as its OSCORE SenderID),ID); its own OSCORE RecipientID,ID; plus the parameters received in the access token from the AS, followingsectionSection 3.2 of [RFC8613]. In a similar way, after receiving the nonce N2, the client concatenates the input salt,N1N1, and N2 to obtain the Master Salt of the OSCORESecurity Context.security context. The client then derives the completeSecurity Contextsecurity context from the MasterSalt,Salt; the OSCORE Recipient ID generated by the RS (set as its OSCORE SenderID),ID); its own OSCORE RecipientID,ID; plus the parameters received from the AS. Finally, the client starts the communication with the RS by sending a request protected with OSCORE to the RS. If the request is successfully verified, the server stores the completeSecurity Contextsecurity context state that is ready for use in protectingmessages,messages and uses it in the response, and in further communications with the client, until token deletion due to, for example, expiration. ThisSecurity Contextsecurity context is discarded when a token (whether the same or a different one) is used to successfully derive a newSecurity Contextsecurity context for that client. The use of nonces N1 and N2 during the exchange prevents the reuse of an Authenticated Encryption with Associated Data (AEAD) nonce/key pair for two different messages. Reuse might otherwise occur when the client and RS derive a newSecurity Contextsecurity context from an existing(non- expired)(non-expired) access token, as might occur when either party has just rebooted, and that might lead to loss of both confidentiality and integrity. Instead, by using the exchanged nonces N1 and N2 as part of the Master Salt, the request to the authz-info endpoint posting the same token results in a differentSecurity Context,security context, by OSCORE construction, since even though the Master Secret, SenderIDID, and Recipient ID are the same, the Master Salt is different (see Section 3.2.1 of [RFC8613]). If the exchanged nonces were reused, a node reusing a non-expired old token would be susceptible to on-path attackers provoking the creation of an OSCORE message using an old AEAD key and nonce. After the whole message exchange has taken place, the client can contact the AS to request an update of its access rights, sending a similar request to the token endpoint that also includes an identifier so that the AS can find the correct OSCOREsecurity input materialInput Material it has previously shared with the client. This specific identifier, encoded as a byte string, is assigned by the AS to be unique in the sets of its OSCOREsecurity input materials,Input Materials, and it is not used as input material to derive the full OSCORESecurity Context.security context. An overview of the profile flow for the OSCORE profile is given in Figure 1. The names of messages coincide with those of[I-D.ietf-ace-oauth-authz][RFC9200] when applicable. C RS AS | | | | ----- POST /token ----------------------------> | | | | | <---------------------------- Access Token ----- | | + Access Information | | ---- POST /authz-info ---> | | | (access_token, N1, ID1) | | | | | | <- 2.01 Created (N2, ID2)- | | | | | /Sec Context /Sec Context | derivation/ derivation/ | | | | | ---- OSCORE Request -----> | | | | | | /proof-of-possession | | Sec Context storage/ | | | | | <--- OSCORE Response ----- | | | | | /proof-of-possession | | Sec Context storage/ | | | | | | ---- OSCORE Request -----> | | | | | | <--- OSCORE Response ----- | | | | | | ... | | Figure 1: Protocol Overview 3. Client-AS Communication The following subsections describe the details of the POST request and response to the token endpoint between the client and AS. Section 3.2 of [RFC8613] defines how to derive aSecurity Contextsecurity context based on a sharedmaster secretMaster Secret and a set of other parameters, established between the client and server, which the client receives from the AS in this exchange. Theproof-of-possessionPoP key(pop-key)included in the response from the AS MUST be used asmaster secreta Master Secret in OSCORE. 3.1. C-to-AS: POST totoken endpointToken Endpoint The client-to-AS request is specified in Section 5.8.1 of[I-D.ietf-ace-oauth-authz].[RFC9200]. The client must send this POST request to the token endpoint over a secure channel that guarantees authentication, messageintegrityintegrity, and confidentiality (see Section 5). An example of such a request is shown in Figure22. Header: POST (Code=0.02) Uri-Host: "as.example.com" Uri-Path: "token" Content-Format:"application/ace+cbor"application/ace+cbor Payload: {"audience"/ audience / 5 : "tempSensor4711","scope"/ scope / 9 : "read" } Figure 2: Example C-to-AS POST /tokenrequestRequest for anaccess token boundAccess Token Bound to asymmetric key.Symmetric Key If the client wants to update its access rights without changing an existing OSCORESecurity Context,security context, it MUST include a req_cnf object in its POST request to the tokenendpoint a req_cnf object,endpoint, with the kid field carrying a CBOR byte string containing the OSCORE Input MaterialIdentifieridentifier (assigned as discussed in Section 3.2). This identifier, together with other information such as audience (see Section 5.8.1 of[I-D.ietf-ace-oauth-authz]),[RFC9200]), can be used by the AS to determine the shared secret bound to the proof-of-possessiontoken and thereforetoken; therefore, it MUST identify a symmetric key that was previously generated by the AS as a shared secret for the communication between the client and the RS. The AS MUST verify that the received value identifies aproof- of-possessionproof-of-possession key that has previously been issued to the requesting client. If that is not the case, theClient-to-ASclient-to-AS request MUST be declined with the error code invalid_request as defined in Section 5.8.3 of[I-D.ietf-ace-oauth-authz].[RFC9200]. An example of such a request is shown in Figure33. Header: POST (Code=0.02) Uri-Host: "as.example.com" Uri-Path: "token" Content-Format:"application/ace+cbor"application/ace+cbor Payload: {"audience"/ audience / 5 : "tempSensor4711","scope"/ scope / 9 : "write","req_cnf"/ req_cnf / 4 : {"kid"/ kid / 3 : h'01' } } Figure 3: Example C-to-AS POST /tokenrequestRequest forupdating rightsUpdating Rights to anaccess token boundAccess Token Bound to asymmetric key.Symmetric Key 3.2. AS-to-C: Access Token After verifying the POST request to the token endpoint and that the client is authorized to obtain an access token corresponding to its access token request, the AS responds as defined insectionSection 5.8.2 of[I-D.ietf-ace-oauth-authz].[RFC9200]. If the client request was invalid, or not authorized, the AS returns an error response as described insectionSection 5.8.3 of[I-D.ietf-ace-oauth-authz].[RFC9200]. The AS can signal that the use of OSCORE is REQUIRED for a specific access token by including the"ace_profile"ace_profile parameter with the value"coap_oscore"coap_oscore in the access token response. This means that the client MUST use OSCORE towards all resource servers for which this access token is valid, and follow Section 4.3 to derive the security context to run OSCORE.UsuallyUsually, it is assumed that constrained devices will bepre-configuredpreconfigured with the necessary profile, so that this kind of profile signaling can be omitted. Moreover, the AS MUST send the following data: * amaster secretMaster Secret * an identifier of the OSCORE Input Material Additionally, the AS MAY send the following data, in the same response. * a context identifier * an AEAD algorithm * an HMAC-based key derivation function(HKDF, [RFC5869]) algorithm,(HKDF) algorithm [RFC5869]. It is specified by the HMAC algorithm value; seesectionSection 3.1 of[I-D.ietf-cose-rfc8152bis-algs][RFC9053]. * a salt * the OSCORE version number This data is transported in the OSCORE_Input_Material. The OSCORE_Input_Material is a CBOR map object, defined in Section 3.2.1. This object is transported in the cnf parameter of the access tokenresponseresponse, as defined in Section 3.2 of[I-D.ietf-ace-oauth-params],[RFC9201], as the value of a field named osc, which is registered inSectionSections 9.5 andSection9.6. The AS MAY assign an identifier to the context (context identifier). This identifier is used as ID Context in the OSCORE context as described insectionSection 3.1 of [RFC8613]. If assigned,thisthese parameters MUST be communicated as the contextId field in the OSCORE_Input_Material. The application needs to consider that this identifier is sent in the clear and may reveal information about the endpoints, as mentioned insectionSection 12.8 of [RFC8613]. Themaster secretMaster Secret and the identifier of the OSCORE_Input_Material MUST be communicated as the ms and id field in the osc field in the cnf parameter of the access token response. If included, the following are sent: the AEAD algorithmis sentin the alg parameter in the OSCORE_Input_Material; the HKDF algorithm in the hkdf parameter of the OSCORE_Input_Material; a salt in the salt parameter of the OSCORE_Input_Material; and the OSCORE version in the version parameter of the OSCORE_Input_Material. The same parameters MUST be included in the claims associated with the access token. The OSCOREmaster secretMaster Secret MUST be encrypted by the authorization server so that only the resource server can decrypt it (see Section6.1.6.1 of[I-D.ietf-ace-oauth-authz]). This profile RECOMMENDS the[RFC9200]). The use of a CBORweb tokenWeb Token (CWT) protected with COSE_Encrypt/COSE_Encrypt0 as specified in[RFC8392].[RFC8392] is RECOMMENDED in this profile. If the token is a CWT, the same OSCORE_Input_Material structure defined above MUST be placed in the osc field of the cnf claim of this token. The AS MUST send a different OSCORE_Input_Material (and therefore different access tokens) to different authorized clients, in order for the RS to differentiate between clients. Figure 4 shows an example of an AS response. The access token has been truncated for readability. Header: Created (Code=2.01) Content-Type:"application/ace+cbor"application/ace+cbor Payload: {"access_token"/ access_token / 1 :h'8343a1010aa2044c53 ...h'8343a1010aa2044c53/... (remainder of access token (CWT) omitted forbrevity)', "ace_profile"brevity)/', / ace_profile / 38 :"coap_oscore", "expires_in"/ coap_oscore / 2, / expires_in / 2 :"3600", "cnf"3600, / cnf / 8 : {"osc"/ osc / 4 : {"id"/ id / 0 : h'01',"ms"/ ms / 2 : h'f9af838368e353e78888e1426bd94e6f' } } } Figure 4: Example AS-to-C Access TokenresponseResponse with an OSCOREprofile.Profile Figure 5 shows an example CWT Claims Set, including the relevant OSCORE parameters in the cnf claim. {"aud"/ aud / 3 : "tempSensorInLivingRoom","iat"/ iat / 6 :"1360189224", "exp"1360189224, / exp / 4 :"1360289224", "scope"1360289224, / scope / 9 : "temperature_g firmware_p","cnf"/ cnf / 8 : {"osc"/ osc / 4 : {"ms"/ id / 0 :h'f9af838368e353e78888e1426bd94e6f', "id"h'01', / ms / 2 :h'01'h'f9af838368e353e78888e1426bd94e6f' } } } Figure 5: Example CWT Claims Set with OSCOREparameters.Parameters The same CWT Claims Set as in Figure 5, using the value abbreviations defined in[I-D.ietf-ace-oauth-authz][RFC9200] and [RFC8747] and encoded inCBORCBOR, is shown in Figure 6. The bytes in hexadecimal are reported in the first column, while their corresponding CBOR meaning is reported after the # sign on the second column, foreasiness ofreadability.NOTE TO THE RFC EDITOR: before publishing, it should be checked (and in case fixed) that the values used below (which are not yet registered) are the final values registered in IANA.A5 # map(5)6303 #text(3) 617564 # "aud"unsigned(3) 76 # text(22) 74656D7053656E736F72496E4C6976696E67526F6F6D # "tempSensorInLivingRoom"63 # text(3) 696174 # "iat" 6A # text(10) 3133363031383932323406 #"1360189224" 63unsigned(6) 1A 5112D728 #text(3) 657870unsigned(1360189224) 04 #"exp" 6Aunsigned(4) 1A 51145DC8 #text(10) 31333630323839323234unsigned(1360289224) 09 #"1360289224" 65 # text(5) 73636F7065 # "scope"unsigned(9) 78 18 # text(24) 74656D70657261747572655F67206669726D776172655F70 # "temperature_g firmware_p"63 # text(3) 636E6608 #"cnf"unsigned(8) A1 # map(1)63 # text(3) 6F736304 #"osc"unsigned(4) A2 # map(2)62 # text(2) 6D73 # "ms" 50 # bytes(16) F9AF838368E353E78888E1426BD94E6F00 #"\xF9\xAF\x83\x83h\xE3S\xE7 \x88\x88\xE1Bk\xD9No" 62 # text(2) 6964 # "id"unsigned(0) 41 # bytes(1) 01 02 #"\x01"unsigned(2) 50 # bytes(16) F9AF838368E353E78888E1426BD94E6F Figure 6: Example CWT Claims Set with OSCOREparameters,Parameters Using CBORencoded.Encoding If the client has requested an update to its access rights using the same OSCORESecurity Context,security context, which is valid and authorized, the AS MUST omit the cnf parameter in theresponse,response and MUST carry the OSCORE Input Material identifier in the kid field in the cnf claim of the token. This identifier needs to be included in the token in order for the RS to identify the correct OSCORE Input Material. Figure 7 shows an example of such an ASresponseresponse. The access token has been truncated for readability. Header: Created (Code=2.01) Content-Type:"application/ace+cbor"application/ace+cbor Payload: {"access_token"/ access_token / 1 :h'8343a1010aa2044c53h'8343a1010aa2044c53/ ... (remainder of access token (CWT) omitted forbrevity)', "ace_profile"brevity)/', / ace_profile / 38 :"coap_oscore", "expires_in"/ coap_oscore / 2, / expires_in / 2 :"3600"3600 } Figure 7: Example AS-to-C Access TokenresponseResponse with an OSCOREprofile,Profile forupdatethe Update ofaccess rights.Access Rights Figure 8 shows an example CWT ClaimsSet, containingSet that contains the necessary OSCORE parameters in the cnf claim for the update of access rights. {"aud"/ aud / 3 : "tempSensorInLivingRoom","iat"/ iat / 6 :"1360189224", "exp"1360189224, / exp / 4 :"1360289224", "scope"1360289224, / scope / 9 : "temperature_h","cnf"/ cnf / 8 : {"kid"/ kid / 3 : h'01' } } Figure 8: Example CWT Claims Set with OSCOREparametersParameters forupdatethe Update ofaccess rights.Access Rights 3.2.1. The OSCORE_Input_Material An OSCORE_Input_Material is an object that represents the input material to derive an OSCORESecurity Context,security context, i.e., the local set of information elements necessary to carry out the cryptographic operations in OSCORE (Section 3.1 of [RFC8613]). In particular, the OSCORE_Input_Material is defined to be serialized and transported between nodes, as specified by this document, but it can also be used by other specifications if needed. The OSCORE_Input_Material caneitherbe encoded as either a JSON object orasa CBOR map. The set of common parameters that can appear in an OSCORE_Input_Material can be found in the IANA "OSCORE Security Context Parameters" registry (Section 9.4), defined for extensibility, and the initial set of parameters defined in this document is specified below. All parameters are optional. Table 1 provides a summary of the OSCORE_Input_Material parameters defined in this section. +===========+=======+==========+===================+===============+ | name | CBOR | CBOR | registry | description | | | label | type | | | +===========+=======+==========+===================+===============+ | id | 0 | byte | | OSCORE Input | | | | string | | Material | | | | | |Identifieridentifier | +-----------+-------+----------+-------------------+---------------+ | version | 1 | unsigned | | OSCORE | | | | integer | |Versionversion | +-----------+-------+----------+-------------------+---------------+ | ms | 2 | byte | | OSCORE Master | | | | string | | Secret value | +-----------+-------+----------+-------------------+---------------+ | hkdf | 3 | text | [COSE.Algorithms] | OSCORE HKDF | | | | string / |Valuesvalues (HMAC- | value | | | | integer | based) | | +-----------+-------+----------+-------------------+---------------+ | alg | 4 | text | [COSE.Algorithms] | OSCORE AEAD | | | | string / |Valuesvalues (AEAD) | Algorithm | | | | integer | | value | +-----------+-------+----------+-------------------+---------------+ | salt | 5 | byte | | an input to | | | | string | | OSCORE Master | | | | | | Salt value | +-----------+-------+----------+-------------------+---------------+ | contextId | 6 | byte | | OSCORE ID | | | | string | | Context value | +-----------+-------+----------+-------------------+---------------+ Table 1: OSCORE_Input_Material Parameters id: This parameter identifies the OSCORE_Input_Material and is encoded as a byte string. In JSON, the"id"id value is aBase64 encodedbase64-encoded byte string. In CBOR, the"id"id type is a byte string, and it has label 0. version: This parameter identifies the OSCOREVersionversion number, which is an unsigned integer. For more information about this field, seesectionSection 5.4 of [RFC8613]. In JSON, the"version"version value is an integer. In CBOR, the"version"version type is an integer, and it has label 1. ms: This parameter identifies the OSCORE Master Secret value, which is a byte string. For more information about this field, seesectionSection 3.1 of [RFC8613]. In JSON, the"ms"ms value is aBase64 encodedbase64-encoded byte string. In CBOR, the"ms"ms type is byte string, and it has label 2. hkdf: This parameter identifies the OSCORE HKDF Algorithm. For more information about this field, seesectionSection 3.1 of [RFC8613]. The values used MUST be registered in the IANA "COSE Algorithms" registry (see [COSE.Algorithms]) and MUST be HMAC-based HKDF algorithms (seesectionSection 3.1 of[I-D.ietf-cose-rfc8152bis-algs]).[RFC9053]). The value caneitherbe either the integer or thetext stringtext-string value of the HMAC-based HKDF algorithm in the "COSE Algorithms" registry. In JSON, the"hkdf"hkdf value is a case-sensitive ASCII string or an integer. In CBOR, the"hkdf"hkdf type is a text string or integer, and it has label 3. alg: This parameter identifies the OSCORE AEAD Algorithm. For more information about this field, seesectionSection 3.1 of[RFC8613][RFC8613]. The values used MUST be registered in the IANA "COSE Algorithms" registry (see [COSE.Algorithms]) and MUST be AEAD algorithms. The value caneitherbe either the integer or thetext stringtext-string value of the HMAC-based HKDF algorithm in the "COSE Algorithms" registry. In JSON, the"alg"alg value is a case-sensitive ASCII string or an integer. In CBOR, the"alg"alg type is a text string or integer, and it has label 4. salt: This parameter identifies an input to the OSCORE Master Salt value, which is a byte string. For more information about this field, seesectionSection 3.1 of [RFC8613]. In JSON, the"salt"salt value is aBase64 encodedbase64-encoded byte string. In CBOR, the"salt"salt type is a byte string, and it has label 5. contextId: This parameter identifies the security context as a byte string. This identifier is used as OSCORE ID Context. For more information about this field, seesectionSection 3.1 of [RFC8613]. In JSON, the"contextID"contextID value is aBase64 encodedbase64-encoded byte string. In CBOR, the"contextID"contextID type is a byte string, and it has label 6. An example of JSON OSCORE_Input_Material is given in Figure 9. "osc" : { "alg" : "AES-CCM-16-64-128", "id" :b64'AQ=='"AQ", "ms" :b64'+a+Dg2jjU+eIiOFCa9lObw'"-a-Dg2jjU-eIiOFCa9lObw" } Figure 9: Example JSON OSCORE_Input_Material The CDDL grammar describing the CBOR OSCORE_Input_Materialis:is shown in Figure 10. OSCORE_Input_Material = { ? 0 => bstr, ; id ? 1 => int, ; version ? 2 => bstr, ; ms ? 3 => tstr / int, ; hkdf ? 4 => tstr / int, ; alg ? 5 => bstr, ; salt ? 6 => bstr, ; contextId *int(int /tstrtstr) => any } Figure 10: CDDL Grammar of the OSCORE_Input_Material 4. Client-RS Communication The following subsections describe the details of the POST request and response to the authz-info endpoint between the client and RS. The client generates a nonce N1 and an identifier ID1 that is unique in the sets of its own RecipientIDs,IDs and posts them together with the token that includes the materials (e.g., OSCORE parameters) received from the AS to the RS. The RS then generates a nonce N2 and an identifier ID2 that is unique in the sets of its own RecipientIDs,IDs and uses Section 3.2 of [RFC8613] to derive a security context based on a sharedmaster secret,Master Secret, the two exchangednoncesnonces, and the two identifiers, established between the client and server. The exchanged nonces and identifiers are encoded as a CBOR byte string if CBOR isused,used and asBase64a base64 string if JSON is used. This security context is used to protect all future communication between the client and RS using OSCORE, as long as the access token is valid. Note that the RS and client authenticate each other by generating the shared OSCORESecurity Contextsecurity context using thepop-keyPoP key asmaster secret.the Master Secret. An attacker posting a valid token to the RS will not be able to generate a valid OSCORESecurity Contextsecurity context and thus will not be able to prove possession of thepop-key.PoP key. Additionally, the mutual authentication is only achieved after the client has successfully verified a response from the RS protected with the generated OSCORESecurity Context.security context. 4.1. C-to-RS: POST to authz-infoendpointEndpoint The client MUST generate a nonce value N1 that is very unlikely to have been previously used with the same input keying material.This profile RECOMMENDS usingThe use of a 64-bit long random number as the nonce'svalue.value is RECOMMENDED in this profile. The client MUST store the nonce N1 as long as the response from the RS is not received and the access token related to it is still valid (to the best of the client's knowledge). The client generates its own Recipient ID, ID1, for the OSCORESecurity Contextsecurity context that it is establishing with the RS. By generating its own Recipient ID, the client makes sure that it does not collide with any of its Recipient IDs, nor with any other identifier ID1 if the client is executing this exchange with a different RS at the same time. The client MUST use CoAP and theAuthorization Informationauthorization information resource as described insectionSection 5.8.1 of[I-D.ietf-ace-oauth-authz][RFC9200] to transport the token,N1N1, and ID1 to the RS. Note that the use of the payload and the Content-Format is different from what is described insectionSection 5.8.1 of[I-D.ietf-ace-oauth-authz],[RFC9200], which only transports the token without any CBOR wrapping. In this profile, the client MUST wrap the token,N1N1, and ID1 in a CBOR map. The client MUST use the Content-Format"application/ace+cbor"application/ace+cbor defined insection 8.14Section 8.16 of[I-D.ietf-ace-oauth-authz].[RFC9200]. The client MUST include the access token using the access_tokenparameter,parameter; N1 using the nonce1 parameter defined in Section4.1.1,4.1.1; and ID1 using the ace_client_recipientid parameter defined in Section 4.1.2. The communication with the authz-info endpoint does not have to be protected, except for the update of access rights case described below. Note that a client may be required tore-POSTrepost the access token in order to complete a request, since an RS may delete a stored access token (and associatedSecurity Context)security context) at any time, forexampleexample, due to all storage space being consumed. This situation is detected by the client when it receives an AS Request Creation Hints response. Reposting the same access token will result in deriving a new OSCORESecurity Contextsecurity context to be used with the RS, as different exchanged nonces will be used. The client may also choose tore-POSTrepost the access token in order to update its OSCORESecurity Context.security context. In that case, the client and the RS will exchange newly generated nonces,re-negotiaterenegotiate identifiers, and derive new keying material. The client and RS might decide to keep the same identifiers or renew them during there-negotiation.renegotiation. Figure1011 shows an example of the request sent from the client to the RS. The access token has been truncated for readability. Header: POST (Code=0.02) Uri-Host: "rs.example.com" Uri-Path: "authz-info" Content-Format:"application/ace+cbor"application/ace+cbor Payload: {"access_token": h'8343a1010aa2044c53 .../ access_token / 1 : h'8343a1010aa2044c53/... (remainder of access token (CWT) omitted forbrevity)', "nonce1":brevity)/', / nonce1 / 40 : h'018a278f7faab55a',"ace_client_recipientid"/ ace_client_recipientid / 43 : h'1645' } Figure10:11: Example C-to-RS POST /authz-inforequest usingRequest Using CWT If the client has already posted a valid token, has already established a security association with the RS, and wants to update its access rights, the client can do so by posting the new token (retrieved from the AS and containing the update of access rights) to the /authz-info endpoint. The client MUST protect the request using the OSCORESecurity Contextsecurity context established during the first token exchange. The client MUST only send the access_token field in the CBOR map in thepayload,payload; no nonce or identifierareis sent. After proper verification (see Section 4.2), the RS will replace the old token with the new one, maintaining the sameSecurity Context.security context. 4.1.1. The Nonce 1 ParameterThisThe nonce1 parameter MUST be sent from the client to the RS, together with the access token, if theaceACE profile used is coap_oscore, and the message is not an update of access rights, protected with an existing OSCORESecurity Context.security context. The parameter is encoded as a byte string for CBOR-basedinteractions,interactions and as a string(Base64 encoded(base64-encoded binary) for JSON-based interactions. This parameter is registered in Section 9.2. 4.1.2. The ace_client_recipientid ParameterThisThe ace_client_recipientid parameter MUST be sent from the client to the RS, together with the access token, if theaceACE profile used is coap_oscore, and the message is not an update of access rights, protected with an existing OSCORESecurity Context.security context. The parameter is encoded as a byte string for CBOR-basedinteractions,interactions and as a string(Base64 encoded(base64-encoded binary) for JSON-based interactions. This parameter is registered in Section 9.2. 4.2. RS-to-C: 2.01 (Created) The RS MUST follow the procedures defined insectionSection 5.8.1 of[I-D.ietf-ace-oauth-authz]:[RFC9200]: the RS must verify the validity of the token. If the token is valid, the RS must respond to the POST request with 2.01 (Created). If the token is valid but is associated to claims that the RS cannot process (e.g., an unknown scope), or if any of the expected parametersisare missing (e.g., any of the mandatory parameters from the AS or the identifierid1),ID1), or if any parameters received in the osc fieldisare unrecognized, the RS must respond with an error response code equivalent to the CoAP code 4.00 (Bad Request). In the latter two cases, the RS may provide additional information in the error response, in order to clarify what went wrong. The RS may make an introspection request (see Section 5.9.1 of[I-D.ietf-ace-oauth-authz])[RFC9200]) to validate the token before responding to the POST request to the authz-info endpoint. Additionally, the RS MUST generate a nonce N2 that is very unlikely to have been previously used with the same input keyingmaterial,material and its own Recipient ID, ID2. The RS makes sure that ID2 does not collide with any of its Recipient IDs. The RS MUST ensure that ID2 is different from the value received in the ace_client_recipientid parameter. The RS sends N2 and ID2 within the 2.01 (Created) response. The payload of the 2.01 (Created) response MUST be a CBOR map containing the nonce2 parameter defined in Section 4.2.1, set to N2, and the ace_server_recipientid parameter defined in Section 4.2.2, set to ID2.This profile RECOMMENDS usingThe use of a 64-bit long random number as the nonce'svalue.value is RECOMMENDED in this profile. The RS MUST use the Content-Format"application/ ace+cbor"application/ace+cbor defined insection 8.14Section 8.16 of[I-D.ietf-ace-oauth-authz].[RFC9200]. Figure1112 shows an example of the response sent from the RS to the client. Header: Created (Code=2.01) Content-Format:"application/ace+cbor"application/ace+cbor Payload: {"nonce2":/ nonce2 / 42 : h'25a8991cd700ac01',"ace_server_recipientid"/ ace_server_recipientid / 44 : h'0000' } Figure11:12: Example RS-to-C 2.01 (Created)responseResponse As specified insectionSection 5.8.3 of[I-D.ietf-ace-oauth-authz],[RFC9200], the RS must notify the client with an error response with code 4.01 (Unauthorized) for any long running request before terminating the session, when the access token expires. If the RS receives the token ina OSCORE protectedan OSCORE-protected message, it means that the client is requesting an update of access rights. The RS MUST ignore any nonce and identifiers in the request, if anywaswere sent. The RS MUST check that the"kid"kid of the cnf claim of the new access token matches the identifier of the OSCORE Input Material of the context used to protect the message. If that is the case, the RS MUST overwrite the old token and associate the new token to theSecurity Contextsecurity context identified by the"kid"kid value in the cnf claim. The RS MUST respond with a 2.01 (Created) response protected with the sameSecurity Context,security context, with no payload. If any verification fails, the RS MUST respond with a 4.01 (Unauthorized) error response. As specified insectionSection 5.8.1 of[I-D.ietf-ace-oauth-authz],[RFC9200], when receiving an updated access token with updated authorization information from the client (see Section 3.1), it is recommended that the RS overwrites the previoustoken,token; thatisis, only the latest authorization information in the token received by the RS is valid. This simplifies the process needed by the RS to keep track of authorization information for a given client. 4.2.1. The Nonce 2 ParameterThisThe nonce2 parameter MUST be sent from the RS to the client if theaceACE profile used iscoap_oscore,coap_oscore and the message is not a response to an update of access rights, protected with an existing OSCORESecurity Context.security context. The parameter is encoded as a byte string for CBOR-basedinteractions,interactions and as a string(Base64 encoded(base64-encoded binary) for JSON-based interactions. This parameter is registered in Section 9.2 4.2.2. The ace_server_recipientid ParameterThisThe ace_server_recipientid parameter MUST be sent from the RS to the client if theaceACE profile used iscoap_oscore,coap_oscore and the message is not a response to an update of access rights, protected with an existing OSCORESecurity Context.security context. The parameter is encoded as a byte string for CBOR-basedinteractions,interactions and as a string(Base64 encoded(base64-encoded binary) for JSON-based interactions. This parameter is registered in Section 9.2 4.3. OSCORE Setup Once the 2.01 (Created) response is received from the RS, following the POST request to authz-info endpoint, the client MUST extract the bstr nonce N2 from the nonce2 parameter in the CBOR map in the payload of the response. Then, the client MUST set the Master Salt of theSecurity Contextsecurity context created to communicate with the RS to the concatenation of salt, N1, andN2,N2 in this order: Master Salt = salt | N1 | N2, where | denotes byte string concatenation,wheresalt is the CBOR byte string received from the AS in Section 3.2, andwhereN1 and N2 are the two nonces encoded as CBOR byte strings. An example of Master Salt construction using CBOR encoding is given in Figure12.13. N1,N2N2, and input salt expressed in CBOR diagnostic notation: nonce1 = h'018a278f7faab55a' nonce2 = h'25a8991cd700ac01' input salt = h'f9af838368e353e78888e1426bd94e6f' N1,N2N2, and input salt as CBOR encoded byte strings: nonce1 = 0x48018a278f7faab55a nonce2 = 0x4825a8991cd700ac01 input salt = 0x50f9af838368e353e78888e1426bd94e6f Master Salt = 0x50 f9af838368e353e78888e1426bd94e6f 48 018a278f7faab55a 48 25a8991cd700ac01 Figure12:13: Example of Master Saltconstruction usingConstruction Using CBORencodingEncoding If JSON is used instead of CBOR, the Master Salt of theSecurity Contextsecurity context is theBase64base64 encoding of the concatenation of the same parameters, each of them prefixed by their size, encoded in 1 byte. When using JSON, the nonces and input salt have a maximum size of 255 bytes. An example of Master Salt construction usingBase64base64 encoding is given in Figure13.14. N1,N2N2, and input salt values: nonce1 = 0x018a278f7faab55a (8 bytes) nonce2 = 0x25a8991cd700ac01 (8 bytes) input salt = 0xf9af838368e353e78888e1426bd94e6f (16 bytes) Input toBase64base64 encoding: 0x10 f9af838368e353e78888e1426bd94e6f 08 018a278f7faab55a 08 25a8991cd700ac01 Master Salt = b64'EPmvg4No41PniIjhQmvZTm8IAYonj3+qtVoIJaiZHNcArAE=' Figure13:14: Example of Master Saltconstruction usingConstruction Using Base64encodingEncoding The client MUST set the Sender ID to the ace_server_recipientid received in Section4.2,4.2 and set the Recipient ID to the ace_client_recipientid sent in Section 4.1. The client MUST set the Master Secret from the parameter received from the AS in Section 3.2. The client MUST set the AEADAlgorithm,algorithm, ID Context, HKDF, and OSCOREVersionversion from the parameters received from the AS in Section 3.2, if present. In case an optional parameter is omitted, the default value SHALL be used as described insectionsSections 3.2 and 5.4 of [RFC8613]. After that, the client MUST derive the completeSecurity Contextsecurity context followingsectionSection 3.2.1 of [RFC8613]. From this point on, the client MUST use thisSecurity Contextsecurity context to communicate with the RS when accessing the resources as specified by the authorization information. If any of the expected parametersisare missing (e.g., any of the mandatory parameters from the AS or the RS), or if ace_client_recipientid equals ace_server_recipientid (and as aconsequenceconsequence, the Sender and Recipient Keys derived would beequal,equal; seesectionSection 3.3 of [RFC8613]), then the client MUST stop theexchange,exchange and MUST NOT derive theSecurity Context.security context. The client MAY restart the exchange, to get the correct security material. The client then uses thisSecurity Contextsecurity context to send requests to the RS using OSCORE. After sending the 2.01 (Created) response, the RS MUST set the Master Salt of theSecurity Contextsecurity context created to communicate with the client to the concatenation of salt, N1, andN2,N2 in the same way described above. An example of Master Salt construction using CBOR encoding is given in Figure1213 and usingBase64base64 encoding is given in Figure13.14. The RS MUST set the Sender ID from the ace_client_recipientid received in Section4.1,4.1 and set the Recipient ID from the ace_server_recipientid sent in Section 4.2. The RS MUST set the Master Secret from the parameter received from the AS and forwarded by the client in the access token in Section 4.1 after validation of the token as specified in Section 4.2. The RS MUST set the AEADAlgorithm,algorithm, ID Context, HKDF, and OSCOREVersionversion from the parameters received from the AS and forwarded by the client in the access token in Section 4.1 after validation of the token as specified in Section 4.2, if present. In case an optional parameter is omitted, the default value SHALL be used as described insectionsSections 3.2 and 5.4 of [RFC8613]. After that, the RS MUST derive the completeSecurity Contextsecurity context followingsectionSection 3.2.1 of[RFC8613],[RFC8613] and MUST associate thisSecurity Contextsecurity context with the authorization information from the access token. The RS then uses thisSecurity Contextsecurity context to verify requests and send responses to the client using OSCORE. If OSCORE verification fails, error responses are used, as specified insectionSection 8 of [RFC8613]. Additionally, if OSCORE verification succeeds, the verification of access rights is performed as described insectionSection 4.4. The RS MUST NOT use theSecurity Contextsecurity context after the related token hasexpired,expired and MUST respond withaan unprotected 4.01 (Unauthorized) error message to requests received that correspond to aSecurity Contextsecurity context with an expired token. Note that the ID Context can be assigned by the AS, communicated and set in both the RS and client after the exchange specified in this profile is executed. Subsequently, the client and RS can update their ID Context by running a mechanism such as the one defined in Appendix B.2 of [RFC8613] if they both support it and are configured to do so. In that case, the ID Context in the OSCORESecurity Contextsecurity context will not match the"contextId"contextId parameter of the corresponding OSCORE_Input_Material. Running Appendix B.2 results in the keying material being updated in theSecurity Contextssecurity contexts of the client andRS being updated;RS; this same result can also be achieved by the client reposting the access token to the unprotected /authz-info endpoint at the RS, as described in Section 4.1, but without updating the ID Context. 4.4. Accessrights verificationRights Verification The RS MUST follow the procedures defined insectionSection 5.8.2 of[I-D.ietf-ace-oauth-authz]:[RFC9200]: if an RS receives an OSCORE-protected request from a client, then the RS processes it according to [RFC8613]. If OSCORE verification succeeds, and the target resource requires authorization, the RS retrieves the authorization information using the access token associated to theSecurity Context.security context. The RS then must verify that the authorization information covers the resource and the action requested. 5. Secure Communication with AS As specified in the ACE framework(section(Section 5.9 of[I-D.ietf-ace-oauth-authz]),[RFC9200]), the requesting entity (RS and/or client) and the AS communicates via the introspection or token endpoint. The use of CoAP and OSCORE([RFC8613])[RFC8613] for this communication is RECOMMENDED in this profile; other protocols fulfilling the security requirements defined insectionSection 5 of[I-D.ietf-ace-oauth-authz][RFC9200] (such as HTTP and DTLS or TLS) MAY be used instead. If OSCORE is used, the requesting entity and the AS are expected to havepre-establishedpreestablished security contexts in place. How these security contexts are established is out of scope for this profile.FurthermoreFurthermore, the requesting entity and the AS communicate through the introspection endpoint as specified insectionSection 5.9 of[I-D.ietf-ace-oauth-authz][RFC9200] and through the token endpoint as specified insectionSection 5.8 of[I-D.ietf-ace-oauth-authz].[RFC9200]. 6. Discarding the Security Context There are a number of scenarios where a client or RS needs to discard the OSCORE securitycontext,context and acquire a new one. The client MUST discard the currentSecurity Contextsecurity context associated with an RS when any of the following occurs: * theSequence Numbersequence number space ends. * the access token associated with the context becomes invalid due to, for example, expiration. * the client receives a number of 4.01 Unauthorized responses to OSCORE requests using the sameSecurity Context.security context. The exact number needs to be specified by the application. * the client receives a new nonce in the 2.01 (Created) response (see Section 4.2) to a POST request to the authz-info endpoint, whenre-postingreposting a (non-expired) token associated to the existing context. The RS MUST discard the currentSecurity Contextsecurity context associated with a client when any of the following occurs: * theSequence Numbersequence number space ends. * the access token associated with the context expires. * the client has successfully replaced the current security context with a newer one by posting an access token to the unprotected /authz-info endpoint at the RS, e.g., byre-postingreposting the same token, as specified in Section 4.1. Whenever one more access token is successfully posted to the RS, and a newSecurity Contextsecurity context is derived between the client and RS, messages in transit that were protected with the previousSecurity Contextsecurity context might not pass verification, as the old context is discarded. That means that messages sent shortly before the client posts one more accesstokentokens to the RS might not successfully reach the destination. Analogously, implementations may want to cancel CoAP observations at the RS registered before theSecurity Contextsecurity context is replaced, orconverselyconversely, they will need to implement a mechanism to ensure that those observations are to be protected with the newly derivedSecurity Context.security context. 7. Security Considerations This document specifies a profile for theAuthentication and Authorization for Constrained Environments (ACE)ACE framework[I-D.ietf-ace-oauth-authz]. Thus[RFC9200]. Thus, the general security considerations from the framework also apply to this profile.FurthermoreFurthermore, the general security considerations of OSCORE [RFC8613] also apply to this specific use of the OSCORE protocol. As previously stated, theproof-of-possessionproof of possession in this profile is performed by both parties verifying that they have established the sameSecurity Context,security context, as specified in Section 4.3, which means that both the OSCORE request and the OSCORE response passes verification. RS authentication requires both that the client trusts the AS and that the OSCORE response from the RS passes verification. OSCORE is designed to secure point-to-point communication, providing a secure binding between the request and the response(s).ThusThus, the basic OSCORE protocol is not intended for use in point-to-multipoint communication (e.g., multicast, publish-subscribe). Implementers of this profile should make sure that their use case corresponds to the expected use of OSCORE, to prevent weakening the security assurances provided by OSCORE. Since the use of nonces N1 and N2 during the exchange guarantees uniqueness of AEAD keys and nonces, it is REQUIRED that the exchanged nonces are not reused with the same input keying material even in case ofre-boots. This document RECOMMENDS thereboots. The exchange of64 bit64-bit randomnonces.nonces is RECOMMENDED in this document. Considering the birthday paradox, the average collision for each nonce will happen after 2^32 messages, which is considerably more tokenprovisionedprovisionings than would be expected for intended applications. If applications use something else, such as a counter, they need to guarantee that reboot and loss of state on either node does not provoke reuse. If that is not guaranteed, nodes are susceptible to reuse of AEAD (nonce, key) pairs, especially since an on-path attacker can cause the use of a previously exchanged client nonce N1 forSecurity Contextsecurity context establishment by replaying the corresponding client-to-server message.This profile RECOMMENDSIn this profile, it is RECOMMENDED that the RS maintains a single access token for each client. The use of multiple access tokens for a single client increases the strain on the resource server as it must consider every access token and calculate the actual permissions of the client. Also, tokens indicating different or disjoint permissions from each other may lead the server to enforce wrong permissions. If one of the access tokens expires earlier than others, the resulting permissions may offer insufficient protection. Developers SHOULD avoid using multiple access tokens forathe same client. If a single OSCORE Input Material is used with multiple RSs, the RSs can impersonate the client to one of the otherRS,RSs and impersonate another RS to the client. If amaster secretMaster Secret is used with several clients, the clients can impersonate RS to one of the other clients.SimilarlySimilarly, if symmetric keys are used to integrity protect the token between AS and RS and the token can be used with multiple RSs, the RSs can impersonate AS to one of the otherRS.RSs. If the token key is used for any other communication between the RSs and AS, the RSs can impersonate each other to the AS. 8. Privacy Considerations This document specifies a profile for theAuthentication and Authorization for Constrained Environments (ACE)ACE framework[I-D.ietf-ace-oauth-authz]. Thus[RFC9200]. Thus, the general privacy considerations from the framework also apply to this profile. As this document uses OSCORE,thusthe privacy considerations from [RFC8613] apply here as well. An unprotected response to an unauthorized request may disclose information about the resource server and/or its existing relationship with the client. It is advisable to include as little information as possible in an unencrypted response. When an OSCORESecurity Contextsecurity context already exists between the client and the resource server, more detailed information may be included. The token is sent in the clear to the authz-info endpoint, so if a client uses the same single token from multiple locations with multipleResource Servers,resource servers, it can risk being tracked by the token's value even when the access token is encrypted. The nonces exchanged in the request and response to the authz-info endpoint are also sent in the clear, so using random nonces is best for privacy (as opposed to, e.g., a counter,thatwhich might leak some information about the client). The identifiers used in OSCORE, negotiated between the client andRSRS, are privacy sensitive (see Section 12.8 of[RFC8613]),[RFC8613]) and could reveal information about the client, or they may be used for correlating requests from one client. Note that some information might still leak after OSCORE is established, due to observable message sizes, the source, and the destination addresses. 9. IANA ConsiderationsNote to RFC Editor: Please replace all occurrences of "[[this document]]" with the RFC number of this document. Please add a reference to the IANA ACE Profile registry in the nextt subsection once it has been created by IANA, and then delete this paragraph.9.1. ACE Profile Registry The following registrationis done forhas been made in theACE Profile Registry"ACE Profiles" registry following the procedure specified insectionSection 8.8 of[I-D.ietf-ace-oauth-authz]: *[RFC9200]: Name: coap_oscore*Description: Profile for using OSCORE to secure communication between constrained nodes using the Authentication and Authorization for Constrained Environments framework.*CBOR Value:TBD (value between 1 and 255) *2 Reference:[[this document]]RFC 9203 9.2. OAuth Parameters Registry The following registrationsare done forhave been made in theOAuth Parameters Registry"OAuth Parameters" registry [IANA.OAuthParameters] following the procedure specified insectionSection 11.2 of [RFC6749]:*Parameter name: nonce1*Parameter usage location: client-rs request*Change Controller:IESG *IETF Specification Document(s):[[this document]] *RFC 9203 Parameter name: nonce2*Parameter usage location: rs-client response*Change Controller:IESG *IETF Specification Document(s):[[this document]] *RFC 9203 Parameter name: ace_client_recipientid*Parameter usage location: client-rs request*Change Controller:IESG *IETF Specification Document(s):[[this document]] *RFC 9203 Parameter name: ace_server_recipientid*Parameter usage location: rs-client response*Change Controller:IESG *IETF Specification Document(s):[[this document]]RFC 9203 9.3. OAuth Parameters CBOR Mappings Registry The following registrationsare done forhave been made in theOAuth"OAuth Parameters CBORMappings RegistryMappings" registry following the procedure specified insectionSection 8.10 of[I-D.ietf-ace-oauth-authz]: *[RFC9200]: Name: nonce1*CBOR Key:TBD1 *40 Value Type: bstr*Reference:[[this document]] *RFC 9203 Name: nonce2*CBOR Key:TBD2 *42 Value Type: bstr*Reference:[[this document]] *RFC 9203 Name: ace_client_recipientid*CBOR Key:TBD3 *43 Value Type: bstr*Reference:[[this document]] *RFC 9203 Name: ace_server_recipientid*CBOR Key:TBD4 *44 Value Type: bstr*Reference:[[this document]]RFC 9203 9.4. OSCORE Security Context Parameters RegistryIt is requested thatIANAcreatehas created a new registry entitled "OSCORE Security ContextParameters" registry.Parameters". Theregistry is to be created as Expert Review Required.registration procedure depends on the range of CBOR label values, following [RFC8126]. Guidelines for the expertsisare provided in Section 9.7.It should be noted that in addition to the expert review, some portions of the registry require a specification, potentially on standards track, be supplied as well.The columns of the registry are:nameName: The JSON name requested (e.g., "ms"). Because a core goal of this document is for the resulting representations to be compact, it is RECOMMENDED that the name be short. This name is case sensitive. Names may not match other registered names in a case- insensitive manner unless theDesignated Expertsdesignated experts determine that there is a compelling reason to allow an exception. The name is not used in the CBOR encoding. CBORlabelLabel: The value to be used to identify thisalgorithm.name. Map key labels MUST be unique. The label can be a positive integer, a negativeintegerinteger, or a string. Integer values between -256 and 255 and strings of length 1 are designated as Standards TrackDocumentdocument required. Integer values from -65536 to -257 and from 256 to 65535 and strings of length 2 are designated as Specification Required. Integer values greater than 65535 and strings of length greater than 2 are designated asexpert review.Expert Review. Integer values less than -65536 are marked asprivate use.Private Use. CBORTypeType: This field contains the CBOR type for the field.registryRegistry: This field denotes the registry that values may come from, if one exists.descriptionDescription: This field contains a brief description for the field.specificationReference: This contains a pointer to the public specification for thefieldfield, if oneexistsexists. This registrywill behas been initially populated by the values in Table 1. ThespecificationReference column for all of these entrieswill beis thisdocument and [RFC8613].document. 9.5. CWT Confirmation Methods Registry The following registrationis done forhas been made in theCWT"CWT ConfirmationMethods RegistryMethods" registry [IANA.CWTConfirmationMethods] following the procedure specified insectionSection 7.2.1 of [RFC8747]:*Confirmation Method Name:"osc" *osc Confirmation Method Description: OSCORE_Input_Material carrying the parameters for using OSCORE per-message security with implicit key confirmation*JWT Confirmation Method Name: osc Confirmation Key:TBD (value between4and 255) *Confirmation Value Type(s): map*Change Controller:IESG *IETF Specification Document(s): Section 3.2.1 of[[this document]]RFC 9203 9.6. JWT Confirmation Methods Registry The following registrationis done forhas been made in theJWT"JWT ConfirmationMethods RegistryMethods" registry [IANA.JWTConfirmationMethods] following the procedure specified insectionSection 6.2.1 of [RFC7800]:*Confirmation Method Value:"osc" *osc Confirmation Method Description: OSCORE_Input_Material carrying the parameters for using OSCORE per-message security with implicit key confirmation*Change Controller:IESG *IETF Specification Document(s): Section 3.2.1 of[[this document]]RFC 9203 9.7. Expert Review Instructions The IANA registry established in this document is defined to use the Expert Review registration policy. This section gives some general guidelines for what the experts should be looking for, but they are being designated as experts for areasonreason, so they should be given substantial latitude. Expert reviewers should take into consideration the following points: * Point squatting should be discouraged. Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered and that the point is likely to be used in deployments. The zones tagged asprivate usePrivate Use are intended for testing purposes and closed environments. Code points in other ranges should not be assigned for testing. * Specifications are required for thestandards trackStandards Track range of point assignment. Specifications should exist for specification required ranges, but early assignment before a specification is available is considered to be permissible. Specifications are needed for thefirst-come, first-serveFirst Come First Served range if they are expected to be used outside of closed environments in an interoperable way. When specifications are not provided, the description provided needs to have sufficient information to identify what the point is being used for. * Experts should take into account the expected usage of fields when approving point assignment. The fact that there is a range forstandards trackStandards Track documents does not mean that astandards trackStandards Track document cannot have points assigned outside of that range. The length of the encoded value should be weighed against how many code points of that length are left, the size of device it will be used on, and the number of code points left that encode to that size. 10. References 10.1. Normative References [COSE.Algorithms] IANA, "COSE Algorithms",<https://www.iana.org/assignments/cose/ cose.xhtml#algorithms>. [I-D.ietf-ace-oauth-authz] Seitz, L., Selander, G., Wahlstroem, E., Erdtman, S., and H. Tschofenig, "Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)", Work in Progress, Internet-Draft, draft-ietf-ace-oauth-authz-40, 26 April 2021, <https://www.ietf.org/archive/id/draft-ietf-ace-oauth- authz-40.txt>. [I-D.ietf-ace-oauth-params] Seitz, L., "Additional OAuth Parameters for Authorization in Constrained Environments (ACE)", Work in Progress, Internet-Draft, draft-ietf-ace-oauth-params-14, 25 March 2021, <https://www.ietf.org/archive/id/draft-ietf-ace- oauth-params-14.txt>. [I-D.ietf-cose-rfc8152bis-algs] Schaad, J., "CBOR Object Signing and Encryption (COSE): Initial Algorithms", Work in Progress, Internet-Draft, draft-ietf-cose-rfc8152bis-algs-12, 24 September 2020, <https://www.ietf.org/archive/id/draft-ietf-cose- rfc8152bis-algs-12.txt>. [I-D.ietf-cose-rfc8152bis-struct] Schaad, J., "CBOR Object Signing and Encryption (COSE): Structures and Process", Work in Progress, Internet-Draft, draft-ietf-cose-rfc8152bis-struct-15, 1 February 2021, <https://www.ietf.org/archive/id/draft-ietf-cose- rfc8152bis-struct-15.txt>.<https://www.iana.org/assignments/cose>. [IANA.CWTConfirmationMethods] IANA, "CWT Confirmation Methods",<https://www.iana.org/assignments/cwt/ cwt.xhtml#confirmation-methods>.<https://www.iana.org/assignments/cwt>. [IANA.JWTConfirmationMethods] IANA, "JWT Confirmation Methods",<https://www.iana.org/assignments/jwt/ jwt.xhtml#confirmation-methods>.<https://www.iana.org/assignments/jwt>. [IANA.OAuthParameters] IANA, "OAuth Parameters",<https://www.iana.org/assignments/oauth-parameters/oauth- parameters.xhtml#parameters>.<https://www.iana.org/assignments/oauth-parameters>. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, <https://www.rfc-editor.org/info/rfc2119>. [RFC4648] Josefsson, S., "The Base16, Base32, and Base64 Data Encodings", RFC 4648, DOI 10.17487/RFC4648, October 2006, <https://www.rfc-editor.org/info/rfc4648>. [RFC5869] Krawczyk, H. and P. Eronen, "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)", RFC 5869, DOI 10.17487/RFC5869, May 2010, <https://www.rfc-editor.org/info/rfc5869>. [RFC7252] Shelby, Z., Hartke, K., and C. Bormann, "The Constrained Application Protocol (CoAP)", RFC 7252, DOI 10.17487/RFC7252, June 2014, <https://www.rfc-editor.org/info/rfc7252>. [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, <https://www.rfc-editor.org/info/rfc8174>. [RFC8392] Jones, M., Wahlstroem, E., Erdtman, S., and H. Tschofenig, "CBOR Web Token (CWT)", RFC 8392, DOI 10.17487/RFC8392, May 2018, <https://www.rfc-editor.org/info/rfc8392>. [RFC8610] Birkholz, H., Vigano, C., and C. Bormann, "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures", RFC 8610, DOI 10.17487/RFC8610, June 2019, <https://www.rfc-editor.org/info/rfc8610>. [RFC8613] Selander, G., Mattsson, J., Palombini, F., and L. Seitz, "Object Security for Constrained RESTful Environments (OSCORE)", RFC 8613, DOI 10.17487/RFC8613, July 2019, <https://www.rfc-editor.org/info/rfc8613>. [RFC8949] Bormann, C. and P. Hoffman, "Concise Binary Object Representation (CBOR)", STD 94, RFC 8949, DOI 10.17487/RFC8949, December 2020, <https://www.rfc-editor.org/info/rfc8949>.10.2. Informative References [I-D.ietf-tls-dtls13] Rescorla,[RFC9052] Schaad, J., "CBOR Object Signing and Encryption (COSE): Structures and Process", STD 96, RFC 9052, DOI 10.17487/RFC9052, August 2022, <https://www.rfc-editor.org/info/rfc9052>. [RFC9053] Schaad, J., "CBOR Object Signing and Encryption (COSE): Initial Algorithms", RFC 9053, DOI 10.17487/RFC9053, August 2022, <https://www.rfc-editor.org/info/rfc9053>. [RFC9200] Seitz, L., Selander, G., Wahlstroem, E., Erdtman, S., and H. Tschofenig,H.,"Authentication andN. Modadugu, "The Datagram Transport Layer Security (DTLS) Protocol Version 1.3", Work in Progress, Internet-Draft, draft-ietf-tls- dtls13-43, 30 April 2021, <https://www.ietf.org/internet- drafts/draft-ietf-tls-dtls13-43.txt>.Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)", RFC 9200, DOI 10.17487/RFC9200, August 2022, <https://www.rfc-editor.org/info/rfc9200>. [RFC9201] Seitz, L., "Additional OAuth Parameters for Authentication and Authorization for Constrained Environments (ACE)", RFC 9201, DOI 10.17487/RFC9201, August 2022, <https://www.rfc-editor.org/info/rfc9201>. 10.2. Informative References [RFC4949] Shirey, R., "Internet Security Glossary, Version 2", FYI 36, RFC 4949, DOI 10.17487/RFC4949, August 2007, <https://www.rfc-editor.org/info/rfc4949>. [RFC6749] Hardt, D., Ed., "The OAuth 2.0 Authorization Framework", RFC 6749, DOI 10.17487/RFC6749, October 2012, <https://www.rfc-editor.org/info/rfc6749>.[RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content", RFC 7231, DOI 10.17487/RFC7231, June 2014, <https://www.rfc-editor.org/info/rfc7231>.[RFC7800] Jones, M., Bradley, J., and H. Tschofenig, "Proof-of- Possession Key Semantics for JSON Web Tokens (JWTs)", RFC 7800, DOI 10.17487/RFC7800, April 2016, <https://www.rfc-editor.org/info/rfc7800>. [RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 8126, DOI 10.17487/RFC8126, June 2017, <https://www.rfc-editor.org/info/rfc8126>. [RFC8446] Rescorla, E., "The Transport Layer Security (TLS) Protocol Version 1.3", RFC 8446, DOI 10.17487/RFC8446, August 2018, <https://www.rfc-editor.org/info/rfc8446>. [RFC8747] Jones, M., Seitz, L., Selander, G., Erdtman, S., and H. Tschofenig, "Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)", RFC 8747, DOI 10.17487/RFC8747, March 2020, <https://www.rfc-editor.org/info/rfc8747>. [RFC9110] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., "HTTP Semantics", STD 97, RFC 9110, DOI 10.17487/RFC9110, June 2022, <https://www.rfc-editor.org/info/rfc9110>. [RFC9147] Rescorla, E., Tschofenig, H., and N. Modadugu, "The Datagram Transport Layer Security (DTLS) Protocol Version 1.3", RFC 9147, DOI 10.17487/RFC9147, April 2022, <https://www.rfc-editor.org/info/rfc9147>. Appendix A. Profile Requirements This section lists the specificationsonof this profile based on the requirementsonof the framework, as requested in Appendix C of[I-D.ietf-ace-oauth-authz].[RFC9200]. *OptionallyOptionally, define new methods for the client to discover the necessary permissions and AS for accessing a resource, different from the one proposedin:in [RFC9200]: Not specified *OptionallyOptionally, specify new grant types: Not specified *OptionallyOptionally, define the use of client certificates as client credential type: Not specified * Specify the communication protocol the client and RSthemust use: CoAP * Specify the security protocol the client and RS must use to protect their communication: OSCORE * Specify how the client and the RS mutually authenticate: Implicitly by possession of a common OSCORE security context. Note that the mutual authentication is not completed before the client has verified an OSCORE response using this security context. * Specify the proof-of-possession protocol(s) and how to select one, if several are available. Also specify which key types (e.g., symmetric/asymmetric) are supported by a specific proof-of- possession protocol: OSCORE algorithms;pre-establishedpreestablished symmetric keys * Specify a unique ace_profile identifier: coap_oscore * If introspection issupported: Specifysupported, specify the communication and security protocol for introspection: HTTP/CoAP (+ TLS/DTLS/OSCORE) * Specify the communication and security protocol for interactions between client and AS: HTTP/CoAP (+ TLS/DTLS/OSCORE) * Specifyhow/ifif/how the authz-info endpoint is protected, including how error responses are protected: Notprotected.protected *OptionallyOptionally, defineothermethods of token transport other than theauthz- infoauthz-info endpoint: Not defined Acknowledgments The authors wish to thank Jim Schaad and Marco Tiloca for the substantial input to this document, as well as Carsten Bormann, Elwyn Davies, Linda Dunbar, Roman Danyliw, Martin Duke, Lars Eggert, Murray Kucherawy, and Zaheduzzaman Sarker for their reviews and feedback. Special thanks to the responsible area director Benjamin Kaduk for his extensive review and contributed text. Ludwig Seitz worked on this document as part of the CelticNext projectsCyberWI,CyberWI and CRITISEC with funding from Vinnova. The work on this document has been partly supported also by the H2020 project SIFIS-Home (Grant agreement 952652). Authors' Addresses Francesca Palombini Ericsson AB Email: francesca.palombini@ericsson.com Ludwig Seitz CombitechDjaeknegatanDjäknegatan 31 SE-211 35MalmoeMalmö Sweden Email: ludwig.seitz@combitech.com Göran Selander Ericsson AB Email: goran.selander@ericsson.com Martin Gunnarsson RISEScheelevagenScheelevägen 17 SE-22370 Lund Sweden Email: martin.gunnarsson@ri.se