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
repro:
Sign-in w/a b2c account. Close the app. Sign-in again using .WithLoginHint(), and you'll see "Missing from the token response" in the UI, then in the routing hint, it is sent. Probably should not send it in this case? Or not send for B2C.
The text was updated successfully, but these errors were encountered:
* Fix for [Bug] CCS routing hint sends "missing from token response" as UPN in case of B2C #2748
Fixed by not adding CCS header if AuthorityType is B2C
repro:
Sign-in w/a b2c account. Close the app. Sign-in again using
.WithLoginHint()
, and you'll see "Missing from the token response" in the UI, then in the routing hint, it is sent. Probably should not send it in this case? Or not send for B2C.The text was updated successfully, but these errors were encountered: