-
Notifications
You must be signed in to change notification settings - Fork 1.6k
OAuthProvider with tenant support #7990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Busta117, may I know if you're getting any error when signing in? Can you also share the expected vs actual behavior of your use case? Thanks. |
Hey @Busta117. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
hi @rizafran there is no error at login, cuz login is never presented, this is the error when i try to load the webview of the login
and as i said, adding that |
Thank you for the information. I've filed an internal issue b/188421113 to track. |
[REQUIRED] Step 1: Describe your environment
CocoaPods
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
there is a problem when we try to signin with a specific tenant and specific provider using OAuthProvider(see code below for a better understand)
in the file
FIROAuthProvider.m
line311
where the params are added in the URL, the paramtid
is missed, and in some cases this param is needed to the correct functionality of the authentication, don't know if it's missed in the other providers, but in this case of the oauth provider is needed with a multi tenant implementation.something to add is that Android SDK create the url in a right way when we use the tenant id in the same way.
Relevant Code:
let's use this code to perform the signin...
The text was updated successfully, but these errors were encountered: