Activities of "liangshiwei"

Hi,

You can try upgarde your project version to 9.1.1

Hi,

Yes, it's possible.

same like I can have the similar experience on angular where I can customize the account module so the experience will be the same Please let me know what are the drawback of this solution, and is it doable on ABP ?

You can implement it using a similar way; as far as I know, external login requires a callback to the server to ensure security.It has no drawbacks if you implement it correctly.

The tenant info is stored in the cookie; you can manually delete cookies.

Hi,

Unfortunately there is no configuration

Hi,

You can use code flow to login.

I do not want the user on mobile to open browser and login there and redirects back to app (front channel),

Unfortunately, this is necessary.

You can see that any mobile app that uses external login is always redirected to the browser.

Answer

:)

Hi,

Try

user = await RegisterExternalUserAsync(externalLoginInfo, Input.UserName, Input.EmailAddress);

await SignInManager.SignInAsync(user, isPersistent: true , externalLoginInfo.LoginProvider);

The problem was fixed, https://github.com/abpframework/abp/pull/21206

I refuned your ticket, thanks.

Thanks, I will check it

Hi,

yes, I recommend you create a new project to check it and compare it with your project.

Showing 11 to 20 of 6692 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 04, 2025, 08:36