Change "DOP" with "OIDC" in settings.

This commit is contained in:
juanifioren 2015-02-26 16:14:36 -03:00
parent 9bcdc0e37a
commit 94ccfc54cf
5 changed files with 10 additions and 9 deletions

View file

@ -77,7 +77,7 @@ class TokenEndpoint(object):
dic = {
'access_token': token.access_token,
'token_type': 'bearer',
'expires_in': settings.get('DOP_TOKEN_EXPIRE'),
'expires_in': settings.get('OIDC_TOKEN_EXPIRE'),
'id_token': id_token,
}