Azure-Samples / active-directory-b2c-ios-swift-native-msal

An iOS sample in Swift that authenticates Azure AD B2C users and calls an API using OAuth 2.0
https://aka.ms/aadb2c
MIT License
45 stars 22 forks source link

Is the B2C instance running? #56

Closed mfcollins3 closed 3 years ago

mfcollins3 commented 3 years ago

I'm trying to implement this in my Swift/iOS application using Xcode 12.5 and iOS 14.5. When I run try running the code against my tenant, I am getting "Safari cannot open the page because the address is invalid." I tried running the sample, but I'm getting a similar error and it appears that the B2C tenant that the sample is using is not running either. Is this sample still valid for using MSAL to authenticate against a B2C tenant?

ameyapat commented 3 years ago

@mfcollins3 Could you try again? We had the reply url in portal for our sample app misconfigured. It should be fixed now, thanks for noticing the issue.