added doc for OIDC_ID_TOKEN_PROCESSING_HOOK
This commit is contained in:
parent
7a357001b6
commit
8ea21b3f75
1 changed files with 9 additions and 0 deletions
|
@ -137,3 +137,12 @@ OIDC_USERINFO
|
|||
=============
|
||||
|
||||
OPTIONAL. A string with the location of your class. Read **Standard Claims** section.
|
||||
|
||||
|
||||
OIDC_ID_TOKEN_PROCESSING_HOOK
|
||||
=============================
|
||||
|
||||
OPTIONAL. A string with the location of your hook.
|
||||
Used to add extra dictionary values specific for your app into id_token.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue