Activities of "gterdem"

It is pretty much same with any .Net Core application for both backend and frontend. And same applies with angular and blazor.

If you are using separated IdentityServer; there are few points to check for production related with IdentityServer such as using real ssl certificate. You can check Authentication Server deployment configurations for more.

https://support.abp.io/QA/Questions/1233/ABP-Suite-does-not-generate-Blazor-UI-for-a-module

Thank you it's clear not supported yet.

Yes, it is planned to be supported at version 4.4 (https://support.abp.io/QA/Questions/1233/ABP-Suite-does-not-generate-Blazor-UI-for-a-module#answer-b698ced4-ecd2-3b97-2f66-39fc2aaf7e95)

It is nice to see that you adapted generated module into microservice solution since microservice module code generation is not supported yet.

So the problem is related with created js/blazor files it seems. I'll create an issue related with it.

First of all, implicit flow is deprecated; authorization code with PKCE is the suggested flow. (Here is one of the many related posts if you want to check why.)

Even if you still want to use implicit flow, error indicates that your client doesn't not have that configuration. Check your database IdentityServerClients table, find your related client and check the [AllowAccessTokensViaBrowser] column if it is true.

As far as I have checked, IdentityServer Management UI doesn't have this configuration. I'll create an issue related with it.

That makes sense. Do you have a link to the issue, so I can get notified when its ready? Google login is required for us, as we use it to authenticate employees of our company. This way we don't have to manage accounts in multiple systems. Acually, it would be best if google is the only login option, so without the username/password. Can this be configured for the mvc module?

Yes, you can make google as third party login option in identityserver. Keep in mind that since it is a third party access, first time users will also be automatically registered to your userstore (abp users table) already. To mimic google as the only login option, you can make a button click trigger event for external login on login page load.

And you gave the related permissions to the admin user but still getting permission erros? To be sure, this is your newly added microservice with Mongodb right? Please do send a screen record to diagnose better.

Microservice template and module templates are different from each other. Selecting db for microservice template as abp new OrderService -t microservice-service-pro -d mongodb is not supported yet.

I am able to see the permissions in UI and those are selected still when trying to access my newly created service getting permission issue

What do you mean by access my newly created service? Are you trying to make a request to your newly created microservice from an other microservice? Can you compare it to sample ProductService microservice?

Hi ,

please reply my question related to module.

I have created an independent module and then added 2 entities. I have run migration script and run module as Unified web solution.

follow all the steps which is required , with your last version module with entity was workibg perfectly. but this time it is not allowing to add new record.

you can either see video or can see this screen shot.

Please help me !!!!!!

I can't say that i understand your problem. I shared the steps to create microservice template then adding a new microservice to solution.

Did you create a module using abp suite or CLI with something like abp new IPulseModule -t module? Are you trying to integrate that module to microservice template?

I strongly suggest adding new microservice to your microservice solution with CLI like abp new IPulseService -t microservice-service-pro and start development from that point. It will save you great time. Module template and microservice template are not the same.

We are working on documentation for existing module integration to microservice template.

Maybe related with IIS Express that Visual Studio is using? Can you try running it using dotnet run under Web.Public folder?

Volo.Abp.Http.Client.IdentityModel is the package that makes discovery endpoint request and adds bearer token to your api resource requests. Is this what you are looking for?

Showing 731 to 740 of 867 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30