You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im storing some customernumbers that i receive from idp claims (identity server 4) in the jwt session cookie.
The user can change from the actual app to a "MyAccount" App to add more customernumbers ... these claims ar added to the claims from the idp (identity server 4)
Then he comes back to the actual app and there i cant find a way to update the customernumbers in the session cookie.
I can think of ways though. Maybe the jwt callback could be extended to periodically check the provider's userinfo endpoint. but it still wouldn't be instant.
Question 💬
Hi,
im storing some customernumbers that i receive from idp claims (identity server 4) in the jwt session cookie.
The user can change from the actual app to a "MyAccount" App to add more customernumbers ... these claims ar added to the claims from the idp (identity server 4)
Then he comes back to the actual app and there i cant find a way to update the customernumbers in the session cookie.
Have anyone a idea how i achive this?
How to reproduce ☕️
My actual [...nextauth].ts code:
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
The text was updated successfully, but these errors were encountered: