Skip to content
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

Can't configure library for multi-tenant #911

Open
6 tasks done
jnjdev42 opened this issue May 31, 2024 · 2 comments
Open
6 tasks done

Can't configure library for multi-tenant #911

jnjdev42 opened this issue May 31, 2024 · 2 comments
Labels
bug This points to a verified bug in the code

Comments

@jnjdev42
Copy link

Checklist

Description

I followed auth0 documentation and it seems we can't configure the library for multi tenant with mulmti domain and multi redirect uri.

Reproduction

  1. Configure auth0 with adding this line in build.gradle :
  2. manifestPlaceholders = [auth0Domain: "domain", auth0Scheme: "${applicationId}.auth0"]

Additional context

I tried to remove manifestPlaceholders to add multiple data intent filter into manifest. But, application not compiling. Because it needs manifestPlaceholders "auth0domain" to compile.

react-native-auth0 version

v3.2.1

React Native version

0.74.1

Expo version

No response

Platform

Android

Platform version(s)

14

@jnjdev42 jnjdev42 added the bug This points to a verified bug in the code label May 31, 2024
@brth31
Copy link

brth31 commented Jun 3, 2024

@jnjdev42 this is a potential duplicate of #747

@jnjdev42
Copy link
Author

jnjdev42 commented Jun 4, 2024

@jnjdev42 this is a potential duplicate of #747

No. The problem for me is about redirections after login and after logout. Moreover, the problem is to set "static" value inside gradle for a domain. Which is not what I am looking for, as I work with different domains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants