microsoft-authentication-library-for-objc icon indicating copy to clipboard operation
microsoft-authentication-library-for-objc copied to clipboard

Microsoft Authentication Library (MSAL) for iOS and macOS

Results 168 microsoft-authentication-library-for-objc issues
Sort by recently updated
recently updated
newest added

## 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...

question

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...

question
stale-issue

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...

question

## Proposed changes Describe what this PR is trying to do. ## Type of change - [ ] Feature work - [ ] Bug fix - [ ] Documentation -...

stale-issue

## 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...

stale-issue

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...

question

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...

question
stale-issue

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...

feature

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...

question
feature