Skip to content

Commit eb8efce

Browse files
bufferoverflowstanhu
authored andcommitted
docs: add acr_values introduced via jjbohn#53
1 parent b8ea239 commit eb8efce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ end
9494
| client_options | A hash of client options detailed in its own section | yes | | |
9595
| 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" |
9696
| logout_path | The log out is only triggered when the request path ends on this path | no | '/logout' | '/sign_out' |
97+
| 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" |
9798

9899
### Client Config Options
99100

0 commit comments

Comments
 (0)