We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a9d348 + afa2335 commit 4d4b8e0Copy full SHA for 4d4b8e0
auth_openidc.conf
@@ -314,6 +314,7 @@
314
# optional: a DPoP token is requested from the OP but we'll continue even if the returned token is Bearer
315
# required: a DPoP token is requested from the OP and we'll fail if the returned token type is not DPoP
316
# 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.
318
# NB: this can be overridden on a per-OP basis in the .conf file using the key: dpop_mode
319
# The 2nd parameter is used to optionally enable an API for creating DPoP proofs on:
320
# <redirect_uri>?dpop=<access_token>&url=<url>[&method=<method][&nonce=<nonce>]
0 commit comments