-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Authorization code is truncated causing error AADB2C90090: The provided JWE is not a valid 5 segment token. #2607
Comments
@NickVandewalle are you using the system browser? (I'm assuming yes, with B2C)? |
@jmprieur Yes, indeed. |
@NickVandewalle do you have a repro you can share? |
@NickVandewalle have opened an ICM on B2C, as per direction from their team. |
What this repro does is:
If there's an issue with the repro, just let me know and I'll try to help. Edit: FYI: I've noticed that I get an error after fetching the nugets for the first time. restarting visual studio seems to fix this. |
thanks @NickVandewalle, i passed this info on to the B2C side. |
@NickVandewalle B2C is having difficulties getting a repro on this...is it still an issue? |
@jennyf19 Yes, still an issue. I have just now successfully reproduced this via the attached repro case. |
@NickVandewalle can you send me an email and I'll get you in touch w/the b2c side working on this. they need more specific info, if that's okay with you. [email protected] |
Hi @NickVandewalle
|
Which Version of MSAL are you using ?
4.30.1
Platform
.NET Framework 4.7.2
What authentication flow has the issue?
Desktop / Mobile
Interactive
Is this a new or existing app?
An existing app with a new implementation of B2C.
Repro
Expected behavior
A large set of claims should not cause an exception to occur.
Actual behavior
The authorization code gets truncated whenever the claims cause the authorization code to exceed a certain size.
Additional context/ Logs / Screenshots
AAD90090_Logging.txt
This issue is very similar to #2515 so it could be that this is a duplicate.
The text was updated successfully, but these errors were encountered: