Skip to content

Commit 04bec87

Browse files
committed
doc: improve OIDCProviderSignedJwksUri and OIDCProviderVerifyCertFiles
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 25c55ed commit 04bec87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth_openidc.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# NB: for multi-OP setups:
8484
# the 1st parameter is not used, it needs to be set anyhow (e.g. to "") if you wish to use the 2nd parameter
8585
# the 2nd parameter is the default verification JWK for content pulled from the signed_jwks_uri for all providers and
86-
# and its can be overridden with a per-provider key in the <issuer>.conf file using the key: signed_jwks_uri_key
86+
# and its value can be overridden with a per-provider key in the <issuer>.conf file using the key: signed_jwks_uri_key
8787
#OIDCProviderSignedJwksUri <jwks_url> [ <jwks> | <jwk> ]
8888

8989
# The fully qualified names of the files that contain the X.509 certificates with the RSA/EC public
@@ -92,7 +92,7 @@
9292
# ["sig:"|"enc:"][<key-identifier>#]<path-to-cert>
9393
# and the key identifier part is required when the ID Token contains a "kid" in its header.
9494
# Specify the prefix "sig:" or "enc:" to indicate a key is specifically to be used for signing or encryption.
95-
# When not defined, ID Token validation key material has to be obtained through OIDCProviderJwksUri or OIDCProviderMetadataURL
95+
# When not defined, ID Token validation key material has to be obtained through OIDCProviderMetadataURL or OIDCProviderJwksUri/OIDCProviderSignedJwksUri.
9696
#OIDCProviderVerifyCertFiles (["sig:"|"enc:"][<kid>#]<filename>)+
9797

9898
# OpenID Connect Provider Token Endpoint URL (e.g. https://localhost:9031/as/token.oauth2)

0 commit comments

Comments
 (0)