Rename setting.
This commit is contained in:
parent
73b1cb1efb
commit
782befd6ec
5 changed files with 12 additions and 13 deletions
|
@ -44,7 +44,7 @@ def create_id_token(user, aud, nonce):
|
|||
if nonce:
|
||||
dic['nonce'] = str(nonce)
|
||||
|
||||
dic = settings.get('OIDC_ID_TOKEN_PROCESSING_HOOK', import_str=True)(dic)
|
||||
dic = settings.get('OIDC_IDTOKEN_PROCESSING_HOOK', import_str=True)(dic)
|
||||
|
||||
return dic
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue