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

Safari cannot open the page because the address is invalid #70

Closed uia9020 closed 6 months ago

uia9020 commented 6 months ago

I have seen this issue is raised by couple of guys but I could not resolve the issue. Im getting this when I use my own credentials

Screenshot 2024-02-27 at 09 50 09

Veena11 commented 6 months ago

@uia9020 , Likely reasons for this issue are :

  1. App not registered correctly, please follow the instructions here for app registration : https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal?tab=readme-ov-file#app-registration
  2. Info.plist not configured correctly , please follow the instructions here: https://github.com/Azure-Samples/active-directory-b2c-ios-swift-native-msal?tab=readme-ov-file#configure-your-application

Please let us know if the issue still persists after verifying the above two.

uia9020 commented 6 months ago

it was Info.plist not configured correctly. Thank you

uia9020 commented 6 months ago

it was Info.plist not configured correctly. Thank you