Skip to content

Commit

Permalink
The license server has final say on algorithm set
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersaares committed Sep 3, 2019
1 parent 3bd75a0 commit 529dafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 90-Security.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ The above data sets are serialized and digitally signed to arrive at the final f
<figcaption>Role of the authorization service in DRM workflow related communication.</figcaption>
</figure>

An authorization service SHALL digitally sign any issued [=authorization token=] with an algorithm from the "HMAC with SHA-2 Functions" or "Digital Signature with ECDSA" sets as defined in [[!jwt|the JWT specification]]. The HS256 algorithm is recommended as a highly compatible default, as it is a required part of every JWT implementation. License server implementations SHALL validate the digital signature and reject tokens with invalid signatures or tokens using signature algorithms other than those referenced here.
An authorization service SHALL digitally sign any issued [=authorization token=] with an algorithm from the "HMAC with SHA-2 Functions" or "Digital Signature with ECDSA" sets as defined in [[!jwt|the JWT specification]]. The HS256 algorithm is recommended as a highly compatible default, as it is a required part of every JWT implementation. License server implementations SHALL validate the digital signature and reject tokens with invalid signatures or tokens using signature algorithms other than those referenced here. The license server MAY further constrain the set of allowed algorithms.

#### Obtaining authorization tokens #### {#CPS-lr-model-authz-requesting}

Expand Down

0 comments on commit 529dafa

Please sign in to comment.