-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Feature] Enable the possibility to specify TenantId #170
Comments
#169 adds the ability to specify the TenantId in the
|
Just tested this and I'm getting an error if providing TenantId because it will cause both TenantId and WithAuthority to be specified and those two are mutually exlusive.
|
Hey, great catch @brekkjen. Any interest in submitting a PR? If not I can do it this afternoon. But since you have the solution already I figured I'd check with you first :) |
Done, hope I'm doing this right... My first PR :) |
Great work Leif, and thanks for getting involved with the project! ⭐🚀 |
Describe the problem this feature would solve
I cant find a way to specify TenantId when creating the GlobalProvider
Describe the solution
Please make it possible to specify TenantId
Describe alternatives you've considered
Additional context & Screenshots
The text was updated successfully, but these errors were encountered: