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",
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?
I made the changes as you requested, but unfortunately the permission store is not triggered.
Also, even if we do not override IPermissionStore, abp.io permission store does not work.
Menus are not loaded. Authorizations are not received. The values of permissions pulled from the redis appear to be null.

can we get online meeting ?
we overrided IPermissionStore in Application project. is it wrong
our code run 8.1.4 version succesfully But 8.3.1 version cant trigger PermissionStore. Did you change the Permission Stored structure in version 8.3.1?
Our project cant trigger PermissionStore.
Hi; we cant triggered IPermissionStore IsGrantedAsync method. can you recommend another procedure for override Permission save and get method