-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Invalid redirect_uri problem in External Provider #15936
Comments
hi You can check this sample. |
Hi,
6. Login with google in host side (Successfull) 7. Switch to tenant by domain tenant resolver, try login with google (Error) |
Yes google doesn't allow wildcard in redirect uri. I looked for API but couldn't find it. Is there any other solution? |
In fact, this is the restriction of providers such as Google, and there is nothing we can do. |
Ok i understand, thanks for your effort |
We are using DomainTenantResolver.
We want to add LinkedIn as external provider.
LinkedIn has filter for redirect_uri and doesn't allow wildcards.
When tenant wants to login with provider, the redirect_uri param being something like <tenant>.mydomain.com
and provider reject this uri.
Also found this issue but not solved. #4708
We don't have chance add every tenant uri to provider
How can i solve this problem?
The text was updated successfully, but these errors were encountered: