hi
Maybe localhost does not support sub-domain names, you can try a domain name like
https://readme.localtest.me/
.
hi
how can I use it please , I didn't see any usage example in google search
hi
Cookies do not provide isolation by port
Please use
.localhost
.
I used .localhost
it gave me the same error
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