datafoodconsortium / prototype

The DFC prototype allows you to map data on different platforms.
http://proto.datafoodconsortium.org/
MIT License
10 stars 4 forks source link

Fix realm missing parameter id token hint #95

Closed lecoqlibre closed 1 year ago

lecoqlibre commented 1 year ago

A priori cet id token hint serait à rajouter dans les paramètres de la redirection. Première piste : essayer d'ajouter &id_token_hint=${encodeURIComponent(req.user.idToken)} à la fin de la ligne 117. Et userinfo.idToken = tokenset.id_token; après la ligne 36

simonLouvet commented 1 year ago

1J