From 649179b34d4830ce1deffdc2b39b101f3f0c4815 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Wed, 27 Jan 2016 11:19:15 -0300 Subject: [PATCH] Remove old setting from DOC. --- DOC.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/DOC.md b/DOC.md index e8c3318..b493e08 100644 --- a/DOC.md +++ b/DOC.md @@ -398,11 +398,6 @@ def default_sub_generator(user): return str(user.id) ``` -##### OIDC_RSA_KEY_FOLDER -REQUIRED. Path of the folder where `OIDC_RSA_KEY.pem` lives. Used to sign/encrypt `id_token`. The package will automatically generate a public key and expose it in the `jwks_uri` endpoint. - -You can easily create it using `python manage.py creatersakey` command. - ##### OIDC_SKIP_CONSENT_ENABLE OPTIONAL. If enabled, the Server will save the user consent given to a specific client, so that user won't be prompted for the same authorization multiple times.