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
Handle the CIMD issuer change beside the SEP-2352 guard so stale metadata is dropped too
The CIMD token drop ran after authorization-server metadata rediscovery,
so when that rediscovery failed the previous server's cached metadata
survived under a record already re-stamped with the new issuer. Doing it
at the same point as the existing bound-credentials guard, right after PRM
names the issuer, drops the cached metadata as that guard does. A unit
test pins all three effects.
0 commit comments