CLIENT AUTHENTICATION AND OWNER VALIDATION OF ACCESS TOKENS
Patent Information
- Authority / Receiving Office
- DE · DE
- Patent Type
- Patents
- Current Assignee / Owner
- MAVENIR NETWORKS INC
- Filing Date
- 2021-03-03
- Publication Date
- 2026-05-27
AI Technical Summary
Current OAuth 2.0 validation schemes in 5G Core networks fail to validate access token ownership during indirect communication through proxy nodes, leading to security vulnerabilities.
Implement a trust model between the pNF, cNF, and proxy nodes using static or dynamic configuration to ensure secure hop-by-hop communication, involving timestamp addition, signature, and hash-based mechanisms to authenticate access tokens.
Ensures secure and reliable validation of access token ownership, preventing token misuse and attacks, even in indirect communication scenarios with multiple proxy nodes.
Description
BACKGROUND OF THE DISCLOSURE 1. Field of the Disclosure
[0001] The present disclosure relates to a system and a method for authorizing a user or a client using an access token mechanism in a wireless network, and relates more particularly to a system and a method utilizing OAuth 2.0 in 5 th< -Generation Core (5GC)-based mobile networks.2. Description of the Related Art
[0002] OAuth 2.0, which an authorization protocol currently being mandated for 5G Core (5GC), is utilized to provide a mechanism for authorizing a user / client (e.g., consumer network function (cNF) to receive or access another 3rd party resource server (e.g., producer Network Function (pNF)). In general, OAuth 2.0 protocol identifies three entities as follows: 1) Oauth 2.0 Authorization server, which is the Network Resource Function (NRF) in 3GPP 5G Core security architecture; 2) Oauth 2.0 Client, which is the consumer Network Function (cNF) in in 3GPP 5G Core security architecture; and 3) Oauth 2.0 Resource Server, which is the producer Network Function (pNF) in 3GPP 5G Core security architecture. After the cNF registers with NRF and discovers the pNF it would receive service from, the cNF sends an authorization request (e.g., Access_Token_Get Request) to the NRF. The NRF authenticates the cNF using mutual Transport Layer Security (mTLS) by validating the certificate of the cNF and the cNF ID that is included in the cNF certificate. After mutual authentication between the cNF and the NRF, the NRF issues an access token to the cNF that can be used to present to the pNF.
[0003] Amongst other information, the access token includes the following: the cNF ID that has been authenticated by the NRF; the expiration Date; Scope of the service the cNF is being authorized to receive; the pNF ID or the pNF type; and the NRF signature. One of the most important aspects of the access token is that the token includes the NRF signature. In other words, the NRF signs the access token using its private key. A pNF always TRUSTs the NRF and has a secure access to the NRF public key to be able to validate the access token.
[0004] Current validation scheme includes validating the NRF signature, validating the access token expiration date, the scope, etc. One of the aspects of the validation that is still not completely resolved is the validation of the ownership of the access token, i.e., how the pNF ensures that the presented access token was actually issued to the cNF that is presenting the token. In the case of direct communication between the cNF and the pNF, the validation of ownership can be done by validating the cNF ID which is included in the access token, and thereby ensure it is the same as the cNF ID in the cNF Transport Layer Security (TLS) certificate. In other words, after the pNF authenticates the cNF through mutual Transport Layer Security (mTLS) protocol using the cNF TLS certificate, the pNF compare the cNF ID in the certificate with the authorized ID in the access token. However, there is no currently-known solution for the validation of the access token ownership when the cNF communicates with the pNF through a proxy node, i.e., during hop-by-hop security. Therefore, there is a need for mechanisms to enable access token ownership validation during indirect communication or over secure hop-by-hop links.
[0005] WO 2020 / 030852 describes a network function authentication method based on a public key bound in access token in a communication system.
[0006] US 2006 / 264202 describes a system and method for authenticating clients in a client-server environment. A HTTP-request header is extended by client authentication information without the server requesting authentication information.
[0007] US 2012 / 054847 A1 describes a server device configured to receive, from a proxy server, a request by a user device to access a network; obtain information associated with the user device that includes an identifier associated with the user device and context information associated with the user device; determine a level of trust associated with the user device based on the identifier and the context information, where the level of trust is a measure of security risk associated with the user device; generate an access token based on the level of trust, where the access token identifies a level at which the user device is authorized to access the network; and send, to the user device via the proxy server, the access token that enables the proxy server to authorize the user device to access the network at the level identified by the access token.
[0008] US 2012 / 144202 A1 describes an authorization server which receives a request for an access token, for accessing a protected resource, from a client application executing on a device, wherein the request includes a client identifier that uniquely identifies the client application and a device identifier that uniquely identifies the device. The authorization server performs authentication of the client identifier and the device identifier. The authorization server returns a valid access token to the client application, based on the authentication of the client identifier and the device identifier, to enable the client application access to the protected resource.SUMMARY OF THE DISCLOSURE
[0009] There is described a method of performing authentication of a client for wireless communication according to claim 1.
[0010] The present disclosure provides examples of mechanisms to enable access token ownership validation during indirect communication or over secure hop-by-hop links with multiple proxy nodes in the middle between the cNF and the pNF.
[0011] The present disclosure provides examples of solutions to the issue of the pNF not being able to validate the ownership of the access token during indirect communication or secure hop-by-hop.
[0012] In one example, secure hop-by-hop communication can be used to provide proof of ownership as long as there is a trust model between the pNF, the cNF and the proxy node between the pNF and the cNF, e.g., Service Communication Proxy (SCP). This static trust model can work in multiple ways. The following two ways are listed as examples: i) pNF and cNF are statically configured with the SCP(s) that is allowed to trust; or ii) pNF and cNF dynamically discover the trusted SCP(s) using, for example, operator secure infrastructure Domain Name System (DNS) or Network Repository Function (NRF).
[0013] In one example, when the cNF receives the access token from the NRF, the cNF does the following at the time of sending the service request to the pNF through SCP: i) adds the time stamp at the end of the access token; and ii) signs the whole token with the time stamp and add the signature.
[0014] In one example, the cNF uses the hash output of the http service request as a one-time variable.
[0015] In one example, the cNF builds the http service request with the access token that was delivered to the cNF from NRF.
[0016] In one example, a proxy node, e.g., SCP, forwards the http service request received from the cNF to the pNF, and the SCP includes the cNF certificate when forwarding the http service request to the pNF.
[0017] In one example, a statically configured and distributed symmetric secret key can be used in generating the hash of the http service request.BRIEF DESCRIPTION OF THE FIGURES
[0018] FIG. 1 illustrates an example of a cNF-signed access token. FIG. 2 illustrates an example in which the hash of the http request is used as the one-time variable / evidence associated with the access token. FIG. 3 illustrates an example in which the http service request and the access token are supplemented with a cNF signature and / or a hash as a protection mechanism. FIG. 4 illustrates an example in which the cNF signs the http service request and the access token with the cNF signature. FIG. 5 illustrates an example in which the SCP adds the cNF certificate to the service request received from the cNF. FIG. 6 illustrates an example call flow sequence. FIG. 7 illustrates another example call flow sequence. FIG. 8 illustrates a call flow for the NRF authentication of cNF. FIG. 9 illustrates the infrastructure nodes used for 5GC direct communication. FIG. 10 illustrates the infrastructure nodes used for 5GC indirect communication using a proxy node. DETAILED DESCRIPTION
[0019] In examples and embodiments of the present disclosure, mechanisms are provided to enable access token ownership validation during indirect communication or over secure hop-by-hop links with multiple proxy nodes in the middle between the cNF and the pNF, e.g., in the context of utilizing OAuth 2.0 protocol in 5GC. Although the present disclosure utilizes 5GC as example technology, the present disclosure is not limited to 5GC, and is applicable to various wireless technologies in which an authorization using an access token mechanism is used. For example, Oauth 2.0 is applicable for implementation in LTE, e.g., with the availability of Service Based Architecture (SBA).
[0020] In a first example embodiment of the present disclosure, secure hop-by-hop communication can be used to provide proof of ownership as long as there is a trust model among the pNF, the cNF and the proxy node between the pNF and the cNF, e.g., Service Communication Proxy (SCP). This static trust model can work in multiple ways. The following two ways are listed as examples: i) pNF and cNF are statically configured with the SCP(s) that is allowed to trust; or ii) pNF and cNF dynamically discover the trusted SCP(s), for example, using operator-secure-infrastructure Domain Name System (DNS) or the Network Repository Function (NRF). In this model, the SCP mutually authenticates the cNF using mutual Transport Layer Security (mTLS) protocol and the cNF certificate, as follows. SCP initially validates that the authorized ID in the access token is the ID of the cNF, e.g., validates that the NF Instance ID in the access token matches the NF Instance ID in the cNF certificate. The SCP then forwards the cNF service request and inserts the cNF authenticated ID or the cNF certificate for the pNF to use for validating the ownership of the access token. The form of the cNF authenticated ID in the access token can be one of the following or any other form that can be authenticated by the received: a) NF Instance ID, or b) hash of the cNF mTLS certificate.
[0021] As shown in FIG. 1, which illustrate an example of a cNF-signed access token, the access token 101 includes expiration date / time 1001, cNF authenticated ID 1002, and NRF signature 1003. A one-time variable (or evidence) 1004 and cNF signature 1005 are attached to the access token 101. Some example embodiments for one-time variable / evidence 1004 can include: i) a timestamp at the time of cNF issuing the request; ii) an increasing random number or counter; and iii) the hash of the http request the cNF sent to the pNF through SCP. In the case the hash of the http request is used as the one-time variable / evidence 1004, the pNF should be able to identify the entire http request or the critical elements of the request which are protected by the hash that was sent by the cNF. The cNF signature 1005 is produced using cNF private key over the access token and the one-time variable / evidence (if the one-time variable / evidence is included).
[0022] In a second example embodiment of the present disclosure, when the cNF receives the access token from the NRF, the cNF performs the following prior to sending the service request to the pNF through SCP: i) adds the time stamp at the end of the access token; and ii) signs the whole access token including the time stamp by adding the cNF signature. The added timestamp ensures that the cNF-signed access token can be used for one time only, but this does not invalidate the access token until its expiration date. In other words, the cNF can keep using the access token until its expiration date, but every time the cNF issues a service request, the cNF inserts the time stamp at the time of issuing the service request and then signs the access token and the timestamp as explained above.
[0023] In a third example embodiment of the present disclosure, for each access token, the cNF will maintain a counter or an increasing random number, i.e., the cNF will save the last random number or counter value the cNF used when signing the access token, e.g., the cNF can save the random number or the counter value in the Unstructured Data Storage Function (UDSF). The cNF can use a single random number for all of its current access tokens, e.g., if the cNF has two access tokens for two different services, the cNF can maintain one single increasing random number for all the access tokens. The pNF saves and tracks the NF Instance ID or whatever ID is used to authenticate the NF and the cNF token random number.
[0024] In a fourth example embodiment of the present disclosure, the hash of the http request the cNF sent to the pNF through SCP is used as the one-time variable / evidence associated with the access token. As shown in FIG. 2, the access token 101 includes expiration date / time 1001, cNF authenticated ID 1002, and NRF signature 1003. Hash 2004 of the http service request (as a one-time variable or evidence shown in FIG.1) and cNF signature 1005 are attached to the access token 101. For this example embodiment, the cNF performs the following: i) hashes the http request using, e.g., HMAC-256, ii) the hash 2004 is used as a one-time variable (1004 shown in FIG. 1); iii) signs the access token 201 using its private key; and iv) the signature 1005 covers the access token and the hash produced by hashing the http request.
[0025] FIG. 3 illustrates an example embodiment of the present disclosure, in which the http service request 301 and the access token are supplemented with a cNF signature and / or a hash as a protection mechanism. In this example embodiment, the cNF signature covers both the access token 101 and the http request 301 (which includes http header and http service request body) sent by the cNF to the pNF through the SCP. The cNF signature is produced using a cNF private key over the http request and the access token. In addition, or as an alternative, a hash of the combination of the http request 301, the access token 101 and a symmetric secret key (e.g., a statically configured symmetric key) is produced, which hash output can be added to the end of the combination of the http request 301 and the access token 101. The cNF signature and / or the hash can be added, e.g., each in its own http header. In the case the hash is being calculated over the http request 301 and a symmetric key between the cNF and the pNF, then the cNF signature is optional. In this example embodiment, based on the http header(s), the pNF is able to to identify the entire request or the critical parts of the request that was protected and sent by the cNF. Alternatively, the hash and the cNF signature can be part of another access token included in the Http request.
[0026] In a fifth example embodiment of the present disclosure, which example embodiment is explained in connection with FIGs. 4 and 5, the cNF performs the following: i) generates the http service request 301 (FIG. 4), and adds the access token 101 (FIG. 4) that was delivered to the cNF from the NRF; ii) signs the whole item (the http service request and the access token) using cNF certificate's private key and adds the cNF signature 401 as an http header; and iii) sends the whole item (the http service request 301, the access token 101 and the cNF signature 401) to the Service Communication Proxy (SCP). The SCP can validate the cNF access token ownership by validating that the cNF authenticated and authorized ID as included in the access token is the same as the cNF authenticated ID over mTLS. The SCP adds the cNF certificate 501 as an http header to the request received from the cNF, then the SCP forwards the entire request (which includes the http request 301, the cNF access token 101, the cNF signature 401, and the cNF certificate 501, as shown in FIG. 5) to the pNF. Alternatively, the cNF certificate can be sent by the cNF itself, e.g., as part of an access token or in a separate header. Any http header added by the SCP is on top of what has been received from cNF, i.e., any information added by the SCP shall not violate the cNF protection using the cNF signature, e.g., the SCP can't add any http headers between the cNF signature and the access token. When the pNF validates the cNF access token, the pNF performs the following: i) validates the access token NRF signature using the NRF public key; ii) validates the access token expiration date; iii) validates the cNF signature that protected the http service request including the cNF access token, using the cNF public key that is in the cNF certificate as inserted and forwarded by the SCP or as forwarded by the SCP what was inserted by the cNF.
[0027] In the example embodiments according to the present disclosure, an assurance mechanism provides an assurance to the pNF of the complete integrity of the proof of ownership evidence which the cNF included in connection with the http service request. Because the assurance mechanism ensures that the proof is end-to-end, i.e., the integrity of the proof extends all the way from the cNF to the pNF despites the fact that there is an SCP in the middle, the assurance mechanism is valid for any one or a combination of the previously proposed example embodiments. For example, all of the previously explained example embodiments use the certificate for ensuring the integrity of the proof of ownership coming from the cNF, as that solution is dynamic and scales well. However, a statically configured and distributed symmetric secret keys can be used instead of the asymmetric keys of the certificate. For example, a combination of an http request, an access token and a secret key can be hashed (e.g., using hash-based message authentication code (HMAC) such as HMAC-256), and the output of the hash can be included as part of the http service request to the pNF. The pNF hashes the received http service request the same way the cNF has done, using the same shared secret key to validate the http service request coming from the cNF. In this case, the shared secret key is mapped against the cNF authorized ID which is included in the access token.
[0028] In the following section, defenses provided by the above example embodiments against malicious attacks are discussed. In a first example, defense against an attack involving a cNF stealing a token is discussed. In this example attack, it is assumed that the attacking cNF is compromised, and the attacking cNF has access to the token of another cNF (referred to as the victim cNF), which victim cNF is used by the attacking cNF to receive service. The previously described example embodiments of authorizing / validating access token according to the present disclosure defeats this example attack because the attacking cNF, although having access to the victim cNF token, will not be able to sign the access token. If the attacker receives a victim cNF access token that has been already signed, the attacker will not be able to use the victim cNF signed access token because the time stamp is not valid.
[0029] In another example attack scenario, it is assumed that an attacker (e.g., attacking cNF) has compromised the SCP and can have access to the communication between the compromised SCP and a victim cNF, such that the attacker saves the victim cNF's signed token. If the attacker tries to use the victim cNF's signed token, the attack will fail because the signed token is valid for a single time and will fail the timestamp check.
[0030] Before describing the example call flow sequences in FIGs. 6, 7 and 8 for the various example embodiments, brief explanations of different communication infrastructures are provided, i.e., FIG. 9 illustrates the infrastructure nodes used for 5GC direct communication (without using a proxy node, e.g., SCP), and FIG. 10 illustrates the infrastructure nodes used for 5GC indirect communication using a proxy node, e.g., SCP. As shown in FIG. 9, for 5GC direct communication, the client, cNF 6001, can communicate with i) authorization server, NRF 6003, and ii) resource server, pNF 6004, for registration, discovery and authorization. For registration and / or discovery, cNF 6001 or pNF 6004 can initiate the communication to NRF 6003 (and FIG. 9 shows communication between pNF 6004 and NRF 6003 for registration and / or discovery). For access token (i.e., authorization) request, cNF 6001 initiates communication to NRF 6003. For service request, cNF 6001 initiates communication to pNF 6004.
[0031] As shown in FIG. 10, for 5GC indirect communication, for registration and / or discovery, cNF 6001 or pNF 6004 can initiate the communication to NRF 6003. For registration and / or discovery, cNF 6001 or pNF 6004 can initiate the communication to NRF 6003, via proxy node, SCP 6002. For service request, cNF 6001 initiates communication to pNF 6004, via proxy node, SCP 6002.
[0032] FIG. 6 illustrates an example call flow sequence, e.g., for the above-described first, second, third and fourth example embodiments. In step 1, discovery is initiated by cNF 6001 which communicates with NRF 6003. In step 2, cNF 6001 sends Nnrf_AccessToken_Get Request to NRF 6003. In step 3, Nnrf_AccessToken_Get Response (i.e., access token) is sent by NRF 6003 to cNF 6001. In step 4, further discovery communication occurs between cNF 6001 and NRF 6003. In step 5.1, cNF 6001 builds an http request and hashes it. In step 5.2, cNF 6001 includes the hash (output) in the access token and signs the entire access token. In step 6, cNF 6001 sends the signed access token as part of the service request to the SCP 6002. In step 7.1, SCP 6002 authenticates the cNF using mutual Transport Layer Security (mTLS) protocol and the cNF certificate, e.g., as described above in connection with the first example embodiment. In step 7.2, SCP 6002 prepares to forward the cNF certificate to pNF 6004. In step 8, service request (including the signed access token and the cNF certificate) is forwarded to the pNF 6004. In step 9.1, pNF 6004 validates the access token, and in step 9.2, pNF 6004 validates the ownership of the access token. In step 10, pNF 6004 sends the service response to SCP 6002, which in turn forwards the service response to cNF 6001 in step 11.
[0033] FIG. 7 illustrates an example call flow sequence, e.g., for the above-described fifth example embodiment. In step 1, discovery is initiated by cNF 6001 which communicates with NRF 6003. In step 2, cNF 6001 sends Nnrf_AccessToken_Get Request to NRF 6003. In step 3, Nnrf_AccessToken_Get Response (i.e., access token) is sent by NRF 6003 to cNF 6001. In step 4, further discovery communication occurs between cNF 6001 and NRF 6003. In step 5.1, cNF 6001 builds an http request including an access token. In step 5.2, cNF 6001 signs the http request including the access token. In step 5.3, cNF 6001 includes the signature in the http request including the access token for forwarding to SCP. In step 6, cNF 6001 sends the service request, including the signed http request and the signed access token to the SCP 6002. In step 7.1, SCP 6002 authenticates the cNF using mutual Transport Layer Security (mTLS) protocol, e.g., the SCP can validate the cNF access token ownership by validating that the cNF authenticated and authorized ID as included in the access token is the same as the cNF authenticated ID over mTLS. In step 7.2, SCP 6002 prepares to forward the cNF certificate to pNF 6004, e.g., by adding the cNF certificate to the signed http request including the access token. In step 8, service request (including the signed http request including the access token and the cNF certificate) is forwarded to the pNF 6004. In step 9.1, pNF 6004 validates the access token, and in step 9.2, pNF 6004 validates the ownership of the access token, e.g., by validating the cNF signature. In step 10, pNF 6004 sends the service response to SCP 6002, which in turn forwards the service response to cNF 6001 in step 11.
[0034] The above-described example embodiments in the present disclosure are also applicable to establish mutual authentication between the cNF and the NRF. The previously described fifth example embodiment is used here as an example of the applicability. For the case in which the cNF sends an access token request to the NRF via SCP, the cNF performs the following: i) generates the http access token request; ii) signs the http access token request using the cNF private key and includes the signature as an http header; and iii) sends the http access token request and the cNF signature to the SCP over a secure mTLS connection. SCP then forwards the http access token request from the cNF to the NRF, and SCP includes the cNF certificate as another http header. NRF validates the authenticity of the http access token request by validating the cNF signature using the cNF public key as in the forwarded cNF certificate. If the NRF validation is successful, NRF processes the access token request and issues an access token to the cNF.
[0035] FIG. 8 illustrates the example call flow for the NRF authentication of cNF. In step 1, discovery is initiated by cNF 6001 which communicates with NRF 6003. In step 2.1, cNF 6001 generates the http_Access_Token_Get request. In step 2.2., cNF 6001 signs the http_Access Token_Get request using the cNF private key, and cNF 6001 includes (in step 2.3) the cNF signature as an http header for sending to SCP 6002. In step 2.4, cNF 6001 sends the Nnrf_Access Token_Get Request including the cNF signature to the SCP 6002 over a secure mTLS connection. In step 3.1, SCP 6002 authenticates the cNF using mutual Transport Layer Security (mTLS) protocol. In step 3.2, SCP 6002 forwards the cNF certificate to NRF 6003. In step 3.3., SCP 6002 forwards the Nnrf_Access Token_Get Request including the cNF signature to the NRF 6003. In step 4.1, NRF 6003 authenticates SCP 6002 using mTLS, followed by recovering the cNF certificate (step 4.2), and validating the cNF signature (step 4.3). In step 4.4, if the validation of the cNF signature is successful, NRF 6003 issues an access token. In step 5, NRF 6003 sends Nnrf_Access Token_Get Response including the access token to SCP 6002, which in turn forwards the Nnrf_Access Token_Get Response including the access token to the cNF 6001 in step 6. Additional discovery between cNF 6001 and NRF 6003 is shown in step 7.
[0036] In this section, cNF authentication of NRF during indirect communication is briefly described. If it is required for the cNF to authenticate the NRF, the NRF signs the http Access_Token_Get Response and includes it as an http header protecting the whole http request and the access token. When the SCP receives the Access_Token_Get Response, the SCP includes the NRF certificate and then forwards to the cNF. The cNF validates the NRF signature of the http Access_Token_Get Response using the NRF public key. One example validation mechanism can be implemented by configuring the cNF with the NRF public key or certificate, thereby eliminating the need for the SCP to include the NRF certificate.GLOSSARY OF TERMS:
[0037] 3GPP: 3rd Generation Partnership Project 5GC: 5th Generation Core (Network) 5GS: 5th Generation System CA: Certificate Authority cNF: consumer Network Function (the role of client for Oauth 2.0). hash (function): one-way mathematical algorithm mapping data of arbitrary size to a bit array of a fixed size (the hash value or hash output). Http: Hypertext Transfer Protocol mTLS: mutual Transport Layer Security protocol. NRF: Network Repository Function (the role of authorization server for Oauth 2.0). OAuth 2.0: authorization protocol for 5GC pNF: producer Network function (the role of resource server for Oauth 2.0). SCP: Service Communication Proxy UDSF: Unstructured Data Storage Function
Claims
1. A method of performing authentication of a client for wireless communication, comprising: sending, by the client (6001), a request to an authorization server (6003) via a proxy node (6002), to obtain an access token, wherein the request to obtain the access token contains a client signature of the client (6001); authenticating, by the authorization server (6003), the client (6001) as a valid recipient of the access token; and authorizing, by the authorization server (6003), the access token to the client (6001) after authenticating the client (6001), wherein the authorization is based on at least the client signature contained in the request to obtain the access token; wherein the authentication is based on a hash of a combination of the request to obtain the access token and a shared secret key common to the client (6001) and the authorization server (6003), and wherein the output of the hash is added to the request to obtain the access token, and wherein the authorization server (6003) authenticates the hash by i) hashing the request to obtain the access token and the shared secret key, and ii) comparing the output of the hashing by the authorization server (6003) with the hash added to the request to obtain the access token received from the client (6001) via the proxy node.
2. The method of claim 1, wherein the authenticating is under OAuth 2.0 protocol, and wherein the client (6001) is a consumer Network Function (cNF), the authorization server (6003) is a network repository function (NRF), and the proxy node (6002) is a Service Communication Proxy (SCP).
3. The method of claim 1, wherein the request to obtain the access token additionally contains a timestamp of when the client (6001) issued the request to obtain the access token.
4. The method of claim 1, wherein the request to obtain the access token additionally contains an increasing random number inserted by the client (6001) and tracked by both the client (6001) and the authorization server (6003).
5. The method of claim 1, wherein the request to obtain the access token additionally contains a client certificate added by the proxy node (6002).
6. The method of claim 1, wherein the request to obtain the access token additionally contains a client certificate added by the client (6001).
7. The method of claim 1, wherein the client (6001) is authenticated during access token allocation, whereby signing of the access token is not implemented.
8. The method of claim 1, wherein the authentication is performed during one of discovery or registration of the client (6001) with the authorization server (6003) in the case the one of the discovery or registration is implemented through the proxy node (6002).