Update docs/auth/service-to-service-auth.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-05-21 09:23:24 +02:00
committed by GitHub
parent e54e0c47c5
commit 1afb8d43f4
+1 -1
View File
@@ -119,7 +119,7 @@ Passed JWTs must have an `iss` claim which matches one of the specified issuers.
Algorithms specifies the algorithm(s) that are used to verify the JWT. The passed JWTs
must have been signed using one of the listed algorithms.
Audiences speficies the intended audience(s) of the JWT. The passed JWTs must have an "aud"
Audiences specify the intended audience(s) of the JWT. The passed JWTs must have an "aud"
claim that matches one of the audiences specified, or have no audience specified.
For additional details regarding the JWKS configuration, please consult your authentication