Skip to content

Commit 4d4b8e0

Browse files
authored
Merge pull request #1294 from ahus1/is-1293-update-dpop-docs
Update docs that DPoP requires a private signing key
2 parents 1a9d348 + afa2335 commit 4d4b8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth_openidc.conf

+1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
# optional: a DPoP token is requested from the OP but we'll continue even if the returned token is Bearer
315315
# required: a DPoP token is requested from the OP and we'll fail if the returned token type is not DPoP
316316
# When not defined "off" is used.
317+
# To be able to request a DPoP token, OIDCPrivateKeyFiles/OIDCPublicKeyFiles settings require a RSA/EC private signing key.
317318
# NB: this can be overridden on a per-OP basis in the .conf file using the key: dpop_mode
318319
# The 2nd parameter is used to optionally enable an API for creating DPoP proofs on:
319320
# <redirect_uri>?dpop=<access_token>&url=<url>[&method=<method][&nonce=<nonce>]

0 commit comments

Comments
 (0)