microsoft-authentication-library-for-objc
microsoft-authentication-library-for-objc copied to clipboard
Microsoft Authentication Library (MSAL) for iOS and macOS
## Proposed changes Describe what this PR is trying to do. ## Type of change - [ ] Feature work - [ ] Bug fix - [ ] Documentation -...
Using the default `webviewType` for the `MSALWebviewParameters`, default values for the `MSALInteractiveTokenParameters` and setting the `promptType` to `.login` `acquireTokenWithParameters` always shows the web view sheet, but redirects to successful login...
Hello team, One of our customer is facing issue related to SSO login in our app when they try to do login in their MDM device (using MS Intune). They...
I've been observing random situations where MSALPublicClientApplication.acquireTokenSilent() completionBlock is not being called. The code looks roughly following and is executed in main-thread. ``` let semaphore = DispatchSemaphore(value: 0) let parameters...
## Proposed changes Describe what this PR is trying to do. ## Type of change - [ ] Feature work - [ ] Bug fix - [ ] Documentation -...
## Proposed changes In order to make it simpler to use the basic Darwin notification system that we offer for shared device mode partners, we can create an API in...
I'm using sample package below to make myself familiar with MSAL 1.2.2 (MSALiOS). https://github.com/Azure-Samples/ms-identity-mobile-apple-swift-objc Microsoft Authenticator is installed on the device and correctly used by sample code above. All works...
Hello, I would like to use and maintain an SSO session in Safari across a mobile app and a web app. So, in the mobile app, I call "acquireTokenWithParameters", this...
Are there any plans to bring catalyst support to this library. I'd love to bring my iPad app to the Mac, but as of the current betas selecting the Mac...
Hi there, I want to integrate MSAL into my new SwiftUI app, but based on the sample code, it seems that I need to work with UIKit. I'm not familiar...