Skip to content

Commit

Permalink
Remove spurious apostrophe.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Dec 4, 2024
1 parent 971840a commit a658eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Behaviour - Resource Servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If a Resource Server is unable to contact an Authorization Server, the Resource
public keys remain valid until it is able to re-establish a connection to an Authorization Server.

Resource Servers SHOULD attempt to verify tokens against all keys presented at the Authorization Server's public key
endpoint. All valid JWK's SHOULD be tried until the token is verified or until no keys are left.
endpoint. All valid JWKs SHOULD be tried until the token is verified or until no keys are left.

Where a Resource Server has no matching public key for a given token, it SHOULD attempt to obtain the missing public key
from the Authorization Server's "jwks_uri" property, which is found in the server metadata. The server metadata can be obtained
Expand Down

0 comments on commit a658eb6

Please sign in to comment.