Hi, When i create module template with suite, in host folder for Blazor.Server host project not created and preconfigured will you add that next release?
Hi, Suite not create generate files for blazor in module template. Can you fix it in 4.3? We are doing same think for copy past on application template.
I guess if i add like that it will fallback right (for internal gateway)
{ "RemoteServices": { "Default": { "BaseUrl": "http://localhost:48392/" } } }
Can we list users from api instead of dbconnection?
acutally its look like same with application template, i created project with application template same namespace my module and when i create with generator i copy past from application to module. Is there any diffirence?
Hello,
CRUD Page Generator not generate files for blazor project if you working on module
I have similar scenario, I have 3 main product (they like isolated microservice groups)
I want to seperate persmissions module for each product (seprated database), Also i want to seperate groups for each product because of every product admin could be diffirent
But i want to centeralized Identity server and identity actually just users I have some doubts
When user login, how it collect permissions from seprated databases
To solve mess i created some scenarios in my mind
But now i have new challenges I will create 4. common identity module and collect all product identity module data here for sync (throw and catch event from products identity) Identity server sign manager will check 4. common identity when user login and for assign permissions and groups If any product do some modification on user, group or permission i have to sync it with 4. main identity module But every product just will see them groups and permissions and users
But each scenario have some challenges, i dont know maybe more effective logical ways, what is best practies i need advices for that?
Abp commercial can create example for this real life scenario?