"yasin.hallak.89@gmail.com" 'in aktiviteleri

hi

Cookies do not provide isolation by port

Please use .localhost.

I used .localhost it gave me the same error

no any error in console , but on get method in header gave me this warning

.

and this on post method :

It gave me this error when login for any tenant or host or self-registeration for tenant :

Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy [06:21:05 INF] Antiforgery token validation failed. The required antiforgery cookie ".AspNetCore.Antiforgery.K9piT2qMXl8" is not present. Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery cookie ".AspNetCore.Antiforgery.K9piT2qMXl8" is not present. at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext) at Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) [06:21:05 INF] Authorization failed for the request at filter 'Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter'. [06:21:05 INF] Executing StatusCodeResult, setting HTTP status code 400 [06:21:05 INF] Executed page /TenantSignUp in 8.5959ms [06:21:05 INF] Executed endpoint '/TenantSignUp'

I used Identity only not IdentityServer4

Hi maliming.

We decided to use this situation, how we can to do it please.

we set cookie option like this :

var cookieOption = new CookieOptions
            {
                Path = "/",
                Domain = ".MyDomain.com"
            };
            
      Response.Cookies.Append(key,value, cookieOption);

method Append require three parameter (key,value,options)

what we can to set key and value ?

Hi,

Just we need to change type from code-flow to the password-flow in configuration and we can login without redirect to web page ?.

No, you need to create your own login page.

And update ExternalAuthService to use password flow instead of oidcClient

Hi,

I didn't find any where within OicdClinet to set grantType password flow

Could you write some hints or steps to change to password flow Please

Hi,

Yes, you can.

We use code flow by default, but if you want, you can use the password flow

You can check this to know how to get access token with password flow:https://github.com/abpframework/abp/blob/dev/templates/module/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs#L61-L69

Thanx.

Just we need to change type from code-flow to the password-flow in configuration and we can login without redirect to web page ?.

Or we need to do some other changes in code ?

Can I login with mobile without redirect to web page ?

Could you try to run it in an emulator? As you know, I can't operate your physical device in the meeting, it's hard to find the problem

Now it's work for me , I have Updated Operating System and reinstall Visual Studio

It's strange !!! . I have created new project without ABP It works well.

83 kayıttan 11 ile 20 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11