Change "DOP" with "OIDC" in settings.
This commit is contained in:
parent
9bcdc0e37a
commit
94ccfc54cf
5 changed files with 10 additions and 9 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue