Which SDK this is regarding: Auth0 iOS SDK SDK Version: 1.28.0 Platform Version: iOS
We are trying to implement the Google SSO login in Auth0 for iOS applications. This is regarding the account chooser that google provides when we choose to SignUp/Login using Google. We are not able to get this dialog to show up on iOS, although it works fine on Android (without any extra settings/configuration).
I did go through the solution on the Auth0 community here: https://community.auth0.com/t/google-single-account-login-does-not-present-a-way-to-use-any-other-account/18743
But the discussion in the thread posted above is about the auth API and not the SDK. Any help on how to implement/add these parameters/configuration for the iOS SDK would be very helpful.
Thank you for your response.
I did try the method you suggested, though the signature of that method is: func parameters(_ parameters: [String: String])
and will not allowing us to enter the [String: Any] as suggested.
Regarding the connection settings - is that something we add on the console directly?