From 56ca4930b8d4faf51598931c6fa3b6ad1fb39093 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 19 Jun 2015 15:51:59 -0300 Subject: [PATCH] Update Docs. --- DOC.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DOC.md b/DOC.md index e6d8783..9d28482 100644 --- a/DOC.md +++ b/DOC.md @@ -107,7 +107,9 @@ OPTIONAL. Expressed in seconds. Default is `60*10`. ##### OIDC_EXTRA_SCOPE_CLAIMS -OPTIONAL. Used to add extra scopes specific for your app. This class MUST inherit ``AbstractScopeClaims``. +OPTIONAL. A string with the location of your class. Default is `oidc_provider.lib.claims.AbstractScopeClaims`. + +Used to add extra scopes specific for your app. This class MUST inherit ``AbstractScopeClaims``. OpenID Connect Clients will use scope values to specify what access privileges are being requested for Access Tokens.