SFSafariViewController provider

Hello community!
I have a really simple question and it concerns the problem about iOS SSO alert box. The Devs have written this Q&A: Auth0.swift/FAQ.md at master · auth0/Auth0.swift · GitHub. The problem is that they state that when using .provider(WebAuthentication.safariProvider()) I have to manually return to my app which is something I don’t know how to do. I would be really happy to find out how. I am using SwiftUI.

Hey there!

Actually you have three points listed here:

under three sections (depends on your current implementation):

  • Using the UIKit app lifecycle
  • Using the UIKit app lifecycle with Scenes
  • Using the SwiftUI app lifecycle

No matter what option you use I believe the only change you need to make is to provide an appropriate URL

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.