From dbc6e2cb3b12d2f4caf4a767a522cc28fa1f1dce Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Thu, 30 Nov 2023 10:07:14 +0100 Subject: [PATCH] docs: add acr_values introduced via #53 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf099c13..169d908f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ end | client_options | A hash of client options detailed in its own section | yes | | | | jwt_secret_base64 | For HMAC with SHA2 (e.g. HS256) signing algorithms, specify the base64-encoded secret used to sign the JWT token. Defaults to the OAuth2 client secret if not specified. | no | client_options.secret | "bXlzZWNyZXQ=\n" | | logout_path | The log out is only triggered when the request path ends on this path | no | '/logout' | '/sign_out' | +| acr_values | Authentication Class Reference(ACR) values to be passed to the authorize_uri to enforce a specific level, see [RFC9470](https://www.rfc-editor.org/rfc/rfc9470.html) | no | nil | "c1 c2" | ### Client Config Options