Activities of "cetin.sahin"

Unfortunately I still get the 400 error

Unfortunately, we could not get a result. Can you refund our ticket?

I added this code to webconfig in Blazoır and Auth server Project. ERR_BLOCKED_BY_RESPONSE error in iframe fixed. But when we login , we get 400 error.

<system.webServer>
	<httpProtocol>
		<customHeaders>
			<add name="Content-Security-Policy" value="frame-ancestors 'self' https://mydomain.sharepoint.com"/>
			<remove name="x-powered-by" />
		</customHeaders>
	</httpProtocol>
</system.webServer>

We do not use load balancer. We publish on iis 10.

Unfortunately I still get the same error

I will add this code in Auth server and blazor. Is it OK ?

    Configure<AbpSecurityHeadersOptions>(options =>
    {
        options.UseContentSecurityPolicyHeader = true;
        options.ContentSecurityPolicyValue = "default-src 'self' https://*.sharepoint.com; object-src 'none'; form-action 'self'; frame-ancestors 'none'";
    }); 

I added ConfigureCors to blazor, api host and auth projects and released the version, but I still get the ERR_BLOCKED_BY_RESPONSE error in iframe.

The ConfigureCors code is already present in the SSO project, but we are still getting an error when accessing SSO.

However, it was not present in the Blazor and API host projects. Do we need to add it to them as well?

Our project is structured in a tiered architecture, and the Blazor project redirects directly to the auth server upon startup. The user cannot access the Blazor screen without logging in.

Therefore, it redirects directly to the SSO site where we have deployed the auth server.

I have added the following configuration to the appsettings of both the auth server and the Blazor projects, but unfortunately, I am still encountering the same error.

"CorsOrigins": "https://.medicanamerkez.com,http://.sharepoint.com,https://*.sharepoint.com",

  • ABP Framework version: v9.0.4
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

When we call our abp.io blazor server project in an html page or an Azure power apps page, we get an ERR_BLOCKED_BY_RESPONSE error. How can we fix this problem?

Hello; I cannot share the project because it is a project developed by the customer side. However, we would like to have an online meeting at a convenient time for you.

Unfortunately, we could not get a result. Can you refund our ticket?

Showing 1 to 10 of 55 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on May 12, 2025, 05:22