We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that my microservice ignore tenant even if my user is tenant user.
Step to reproduce:
Now you can see that entity has tanantId null
I hexpected to have a 401 / 403 error
No response
7.4.5
Common (Default)
EF Core (Default)
None (Default)
Windows (Default)
The text was updated successfully, but these errors were encountered:
hi
We are unable to reproduce the problem based on your steps.
Sorry, something went wrong.
So strange in my case it's quite simple. Are sure to use different name in
JwtBearerConfigurationHelper.Configure(context, "QualityService"); SwaggerConfigurationHelper.ConfigureWithOidc( context: context, authority: configuration["AuthServer:Authority"]!, scopes: new[] { "QualityService" }, flows: new[] { "authorization_code" }, discoveryEndpoint: configuration["AuthServer:MetadataAddress"], apiTitle: "QualityService Service API" ); ...
in OpenId Scope change QualityService -> BadQualityService from *HttpApiHostModule.Cs
No branches or pull requests
Is there an existing issue for this?
Description
I found that my microservice ignore tenant even if my user is tenant user.
Reproduction Steps
Step to reproduce:
Now you can see that entity has tanantId null
Expected behavior
I hexpected to have a 401 / 403 error
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
7.4.5
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: