Azure-Samples / ms-identity-mobile-apple-swift-objc

An iOS sample in Swift that authenticates Microsoft Account and Azure AD users and calls the Graph API using OAuth 2.0
https://aka.ms/aaddev
74 stars 37 forks source link

Can MSALWebviewParameters be used with SwiftUI to fetch a token interactively? #68

Closed jyotimathur closed 4 years ago

jyotimathur commented 4 years ago

I have an app that used SwiftUI instead of UIKit. I want to use MSAL library to acquire a token interactively. I see that MSALWebviewParameters support display using UIViewController. Is there a way to use swift ui based views here?

antrix1989 commented 4 years ago

Closing as a duplicate.