hi
I have a custom Oidc Login Provider (KeyCloak) and I get this after the login Provider redirect me after successful login:
Try to depend on theAbpAspNetCoreAuthenticationOpenIdConnectModule
If still not working, Please share your code to reproduce the problem.
hi
Yes, You can do that. create DevProxyHttpClientFactory and replace the default one.
https://support.abp.io/QA/Questions/4409#answer-93dbe5d8-a1c9-019a-f3e4-3a08f8ecb76d
invalid client id.
Please check the log for error details.
hi
The EntityCreatedEventData only works for an entity.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client/Volo/Abp/Http/Client/Proxying/IProxyHttpClientFactory.cs https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client/Volo/Abp/Http/Client/Proxying/DefaultProxyHttpClientFactory.cs
hi
You can override the IProxyHttpClientFactory to change the HttpClient
hi
We don't have such templates and examples for now, I will give feedback to the team.
hi
I think it may be that some configuration of kubernetes causes the application to use the http protocol. I am not familiar with kubernetes, you can check it.
Then I deleted the Migrations folder and the TenantMigrations folder in my EntityFrameworkCore project.
Do you add ef core migrations again?