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
openid.Session requires subject to be set. openid.NewDefaultSession() returns an openid.DefaultSession without subject set. It provides SetSubject to set the subject, but calling it still does not make the session have subject. It has to be set in IDTokenClaims as well.
Preflight checklist
Ory Network Project
No response
Describe your problem
openid.Session
requires subject to be set.openid.NewDefaultSession()
returns anopenid.DefaultSession
without subject set. It providesSetSubject
to set the subject, but calling it still does not make the session have subject. It has to be set inIDTokenClaims
as well.Describe your ideal solution
Should be enough.
Workarounds or alternatives
One currently has to set it manually:
Version
v0.46.1-0.20240213123944-f38352921f22
Additional Context
No response
The text was updated successfully, but these errors were encountered: