Activities of "maliming"

hi

Can your web app get the access token from the auth server?

Login(web app) => redirect to authserver => login by username and password => redirect to your web app

Thanks.

Thanks, I wll check it asap

hi

when backend throw an UserFriendlyException,

Can you share your backend code?

Can you check your HTTP call response in Chrome Network Panel? What are response headers and body?

Thanks.

Great 👍

hi

I haven't received it. Can you share it by https://wetransfer.com/

Thanks.

Answer

Thanks. Our suite team will check this.

ok, that will be best.

hi

Could you share a project that reproduces the UI problem?

Your problem is about UI. Use the code to change it is the wrong way.

Thanks.

Answer

hi

Is the build error caused by the Suite?

Thanks.

hi

The base class will call the GetRedirectUrlAsync.

Can you debug to check if your returnUrl is set correctly?

Thanks.

[HttpGet]
public virtual async Task<ActionResult> LogoutAsync(string returnUrl = "", string returnUrlHash = "")
{
    await HttpContext.SignOutAsync();

    if (HttpContext.User.Identity?.AuthenticationType == AuthenticationType)
    {
        return await RedirectSafelyAsync(returnUrl, returnUrlHash);
    }

    return SignOut(new AuthenticationProperties { RedirectUri = await GetRedirectUrlAsync(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
}

Showing 1091 to 1100 of 11567 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.