Peter

Results 29 issues of Peter

merge after msal release

merge after msal release

Fixes #4626 **Changes proposed in this request** Add CAE integration tests for app flow (disables SP) and user flow (revokes user session). Need to update the lab and update the...

Need to add end-to-end integration tests for Continuous Access Evaluation. Ideally these would be automated with lab but at first, manual would be okay. Tasks: - [ ] Register a...

internal

### Type of task? Builds ### Description Per guidance release pipelines should use OneBranch and the non-OneBranch ones will need to be disabled in the future.. We need to make...

internal

### MSAL client type Public, Confidential, Managed identity ### Problem Statement - [ ] Come up with strategy to avoid dll collisions - [ ] Create migration documentation - [...

documentation

Integration tests for #2550, #2616

Fixes #2583. **Changes:** - On .NET 8+, when reading token bytes, save the position of the string in the byte array instead of reading the string outright. - If the...

Fixes #2495 - Adds a `ReadOnlyMemory` property for UTF8 issuer in TokenValidationParameters, JsonWebToken, BaseConfiguration. - Uses these properties for comparison validation in Validators.ValidateIssuer - When creating a JsonWebToken, assign the...

NET stores 'string' type as UTF16, while an incoming JWT is UTF8. Currently the inefficiency is that we convert the JWT values into UTF16, store them, then preform validation. -...