Skip to content
Snippets Groups Projects
Commit a43a5f88 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Add email in the payload of the generated jwt

parent 4f04032f
Branches
Tags
No related merge requests found
Pipeline #
...@@ -248,6 +248,7 @@ export class AuthenticationController { ...@@ -248,6 +248,7 @@ export class AuthenticationController {
firstname: info.given_name, firstname: info.given_name,
lastname: info.family_name, lastname: info.family_name,
identity_provider: info.identity_provider, identity_provider: info.identity_provider,
email: info.email,
iss: info.iss, iss: info.iss,
id_token: info.id_token, id_token: info.id_token,
exp: Math.floor(Date.now() / 1000) + (60 * 60), exp: Math.floor(Date.now() / 1000) + (60 * 60),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment