Base solution for your next web application

Activities of "logicpulse"

Hi all,

@smry, "Are you able to connect to the remote swagger page from outside of the deployment server?" Yes, I can connect to the remote swagger page.

My version of the application is 8.5.

@ismcagadas, Here it goes, it's the angularwebsite: (I'm sorry because my software IIS is in portuguese. Hope you understand, if there are any doubts please ask me.)

Problem solved. Thank you for all the support.

Hello,

Thanks. Now I have just one more problem. You (maliming) said this "You can read the Users table of another application in the TryAuthenticateAsync method to verify the user password and return true or false." My problem is, how can I read the Users table of another application? I mean, how can I read a table (instead of create it) from another Database? Can you give me some example please?

Hello all,

Thanks for the help. I'm sorry to bother you again... but where do I put that files like DefaultExternalAuthenticationSource and IExternalAuthenticationSource.cs in my application? I mean, in what module (or folder) do I put it?

Here goes a screenshot... of the places that can be put in. In logicpulseDemo.Application or logicpulseDemo.Application.Shared or another one?

Hi,

Sure. I have another application that it's working with a login... and I need that users login match with my current application developed in ASP.NET Core/Angular logins. In other words, I have a table named "Users" with different logins from that old application (and I think I need to create it in my application .NET Core/Angular) and I have the table "AbpUsers" in the application .NET Core/Angular... the logins must match, so that I can login/register users from the old application in the new one.

Please tell me if you understand what I'm trying to say.

Thanks.

I also have a warning saying:

Severity Code Description Project File Line Suppression State Warning CS0114 'trackDbContext.Users' hides inherited member 'AbpZeroCommonDbContext<Role, User, trackDbContext>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\EntityFrameworkCore\trackDbContext.cs 20 Active

It gives me 3 errors:

Severity Code Description Project File Line Suppression State Error CS1061 'Users' does not contain a definition for 'UserName' and no accessible extension method 'UserName' accepting a first argument of type 'Users' could be found (are you missing a using directive or an assembly reference?) access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\Migrations\Seed\Host\HostRoleAndUserCreator.cs 44 Active

Severity Code Description Project File Line Suppression State Error CS1503 Argument 1: cannot convert from 'access.track.Authorization.Users.User' to 'access.track.Logicpulse.Users' access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\Migrations\Seed\Host\HostRoleAndUserCreator.cs 62 Active

Severity Code Description Project File Line Suppression State Error CS1061 'Users' does not contain a definition for 'UserName' and no accessible extension method 'UserName' accepting a first argument of type 'Users' could be found (are you missing a using directive or an assembly reference?) access.track.EntityFrameworkCore D:\track\aspnet-core\src\access.track.EntityFrameworkCore\Migrations\Seed\Tenants\TenantRoleAndUserBuilder.cs 57 Active

Showing 1 to 7 of 7 entries