Why does Azure AD B2C redirect with a code instead of id_token?
问题 I'm trying to set up AD B2C and am following along with various tutorials I've found online. I'm at the point where I'm testing user flows. I can successfully login, but when I'm redirected to https://jwt.ms , it shows me nothing: However, I noticed that my URL differs from that shown in tutorials. It has a code instead of id_token : https://jwt.ms/?code=eyJraW... I've been trying to figure out what is causing B2C to redirect with a code rather than ID token, but have been unsuccessful. Can