ShmuelCammebys

Results 8 issues of ShmuelCammebys

**Is your feature request related to a problem? Please describe.** I was unable to find where the ID token is exposed, because in the MSAL iOS SDK, the ID token...

Incoming Issue

It seems like this library uses a custom webview. Single Sign On (allowing silent refresh by utilizing Azure authN done by other apps) does not work when a custom webview...

### Platform Android ### Installed None ### Version 0.5.0 ### Steps to Reproduce 1. Create a KMP project using [this](https://terrakok.github.io/Compose-Multiplatform-Wizard/) template (iOS, Android, Desktop). 2. Add Sentry Multiplatform dependency to...

We are experiencing this issue in production for macOS users on Sonoma 14.5 (23F79), as well as iOS 17.4.1: https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/1123

question

The id token does not contain three required claims for my application: `preferred_username`, `oid`, and `name`. When I use the 1st-part MSAL libraries with the same scopes and config, the...

stale

### Library version used 1.14.3 ### Java version 17 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? This is a new app or experiment...

Bug
public-client

The silent flow is returning a token with an expiration which is after the time the token was requested (dead out of box), so the APi is returning 401. Logs...

question

Library version: 2.0.3, Android device: 10, Kotlin 2.0.21, latest dependencies. ```kotlin Card(Modifier.widthIn(max = 300.dp), RoundedCornerShape(16.dp), cardColors) { if (html != null) { if (fullWebView) WebView( html .formatHtmlForSurfaceColor(cardContainerColor) .also { ld...