"RootUrl": "https://dev-web.example.com/"
should be "RootUrl": "https://dev-web.example.com"
Because of the backslash in your configuration. The problem has been solved, so I close this question.
Of course. my email : shiwei.liang@volosoft.com
Can you share some screenshots and error logs?
Hi,
Do you mean you only changed IdentityUser
once but the event was triggered multiple times?
Hi,
You can use entityframework-plus.
HI,
connection string
and run the DbMigrator
application to create database(you can also generate by code).ITenantRepository
to get all tenants and change current tenant to each tenant.Hi,
You are using Example_App
client. I think the appsettings.json
should be :
"IdentityServer": {
"Clients": {
"Example_Web": {
"ClientId": "Example_Web",
"RootUrl": "https://localhost:44362" // Example_Web is not important, because you never use it
},
"Example_App": {
"ClientId": "Example_App",
"RootUrl": "https://dev-web.example.com/"
},
"Example_Blazor": {
"ClientId": "Example_Blazor",
"RootUrl": "https://localhost:44307"
}
}
}
You can send email to me. I will give you zoom meeting link.
@gvnuysal
Could you provide steps to reproduce? I will check it. thanks.
Hi
See https://docs.microsoft.com/en-us/ef/core/modeling/keyless-entity-types?tabs=data-annotations#example. may it will work for you.