Activities of "mostafa_ibrahem22@hotmail.com"

Volo.FileManagement - Volo.Chat - Volo.Blogging don't have angualr code

  • ABP Framework version: v5 commercial
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Ex: abp get-source Volo.FileManagement

and abp suite "Add as project" not working with angualr

thanks maliming for support, I will try all the notes on a real server. many thanks

Have you tried opening it in incognito mode? incognito mode is working fine, but end-user don't open incognito mode.

if there is any way to change cookies name options.Cookie.Name = "API_AuthCookie";options.Cookie.Path = "/"; please provide me

Kindly, please support me with the right solution in such cases.

I try the above solution and the error anti-forgery cookie are fixed, but cookie path is case-sensitive the cookie is not sent by the browser if the case changes. Thereby, the user is not authenticated.and I Have other problem angular for first time, the angular appear as authenticated user, but actual not authenticated, and after click or any link to nagivate authenticated url, angular redirect on sso, and return to angular app after authenticated

the first call angular

Kindly, please support me with the right solution in such cases.

I want to share all cookie paths with "/" Because the cookie path is case-sensitive the cookie is not sent by the browser if the case changes. Thereby, the user is not authenticated.

I want only set names of cookies and paths like these, how to make these in ABP

services.AddAntiforgery(options =>
{
    options.Cookie.Name = "API_AntiforgeryCookie";
    options.Cookie.Path = "/";
});

services.AddAntiforgery(options => { options.Cookie.Name = "IdSrv_AntiforgeryCookie"; options.Cookie.Path = "/"; });

app.AddAuthentication()
    .AddCookie(options =>
    {
        options.Cookie.Name = "API_AuthCookie";
        options.Cookie.Path = "/";
    });
    

app.AddAuthentication() .AddCookie(options => { options.Cookie.Name = "IdSrv_AuthCookie"; options.Cookie.Path = "/"; });

and in the ABP framework, how changed the Expiration date

  • there is another problem in an angular application for the first call after authenticated from SSO, but i click for any authenticated page redirect on SSO and return on angular app to store new cookies

Hi Kindly your support

hi Kindly any update

I download the source-code of the Lepton Theme with the following CLI command abp get-source Volo.LeptonTheme and same error appear without any updated

Kindly Please describe how build and compile scss file to genterate letpon1.css && letpon1.rtl.css

hi,

Identity server it's ok but show other problems.

2021-12-30 20:04:20.567 +03:00 [INF] Request starting HTTP/2 POST https://mabuhamad.mowe.gov.sa/naamaapi/api/main-core/sector application/json 83 2021-12-30 20:04:20.567 +03:00 [INF] CORS policy execution successful. 2021-12-30 20:04:20.571 +03:00 [INF] Executing endpoint 'Naama.MainCore.Lookups.Sectors.SectorController.CreateAsync (Naama.MainCore.HttpApi)' 2021-12-30 20:04:20.573 +03:00 [INF] Route matched with {area = "mainCore", action = "Create", controller = "Sector", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Naama.MainCore.Lookups.Sectors.SectorDto] CreateAsync(Naama.MainCore.Lookups.Sectors.CreateUpdateSectorDto) on controller Naama.MainCore.Lookups.Sectors.SectorController (Naama.MainCore.HttpApi). 2021-12-30 20:04:20.573 +03:00 [ERR] The required antiforgery cookie ".AspNetCore.Antiforgery.wZ2TawYIeJ8" is not present. 2021-12-30 20:04:20.573 +03:00 [INF] Authorization failed for the request at filter 'Volo.Abp.AspNetCore.Mvc.AntiForgery.AbpAutoValidateAntiforgeryTokenAuthorizationFilter'. 2021-12-30 20:04:20.573 +03:00 [INF] Executing StatusCodeResult, setting HTTP status code 400 2021-12-30 20:04:20.573 +03:00 [INF] Executed action Naama.MainCore.Lookups.Sectors.SectorController.CreateAsync (Naama.MainCore.HttpApi) in 0.24

hi,

Kindly provide me, how recompile scss after changed colors

Showing 51 to 60 of 83 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13