axa-group / oauth2-mock-server

A development and test oriented OAuth2 mock server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to modify the id_token?

ThibaultBarco opened this issue · comments

Hi I know that it's possible to edit the content of the access_token through
service.once('beforeTokenSigning', (token, req) => {
but is it possible to edit the id_token aswell?