Base solution for your next web application

Activities of "amitjpat"

We would like to remove password authentication and for the same by reading other articles I found that we can use

_logInManager.LoginAsync(usernameOrEmailAddress, password, tenancyName); without password parameter it throws an error stating password cannot be null. How can I achive the same.

Thank you, Amit

https://aspnetboilerplate.com/Pages/Documents/Zero/User-Management#external-authentication

I did exactly same for external authentication and it works now the question is I get response back with accestoken, idtoken and refreshtoken how do we create session using these token instead application creates its own token after authentication. Please suggest.

I get the access token and user information but wants to create the session in the application using the same. This is basically a web api based authentication.

We are trying to implement Cognito user pool as third party api based authentication. Would like to get detailed document to integrate the same. we are able to create the the third party login and are able to get the login done with getting token as response how do we integrate the same in ABP framework?

Dear Support,

I want to change the column parameters from nvarchar(1024) to nvarchar(max) to handle string length greater then 1024. Made the change to db but the string still gets truncated if the length is more then 1024. Please suggest.

Thank you, Amit

@ismcagdas Have found the documention and the issue is resolved.

Thank you.

I have done this but swagger UI do not load.

Dear Support,

I would like to host API in subfolder. Please suggest for changes required or any documentation available.

Question

Dear All,

I would like to add some custom information with each audit change for the objects. Mainly I need Tenant Name and id for the entities we are chaning as it only records property which is changed but with all change I would like to add tenant name. How can we achive the same.

Thank you, Amit

Hi There, This is little urgent. Would like to know the difference between creating project with Test as suffix and the actual without test. Please suggest.

Thanks, Amit

Showing 1 to 10 of 13 entries