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
We currently use #[serde(alias = "...")] to allow claims like sid or http://ironcore/sid. If both are present, however, this will fail as serde sees them as duplicate keys.
We need to allow for both keys to be present during validation.
The text was updated successfully, but these errors were encountered:
We currently use
#[serde(alias = "...")]
to allow claims likesid
orhttp://ironcore/sid
. If both are present, however, this will fail as serde sees them as duplicate keys.We need to allow for both keys to be present during validation.
The text was updated successfully, but these errors were encountered: