Where I will add the apple-app-site-association file for SSO extension?
In wwdc19 tech-talk videos they told to add a association file on
server. My Question is that where I have to add this file "Identity
provider" or "somewhere else"? { "authsrv": ...
Can I use this code for Redirect Extension in iOS? var authController :
ASAuthorizationController?let authProvider =
ASAuthorizationSingleSignOnProvider(identityProvider: URL(string:
"https://example.com")!) @IBAction func logInWithMSAL(_ sender: Any...