hi
I don't think there is a way to do it.
hi
ConfigureServices will be executed once when the application starts.
hi
What do you mean AbpDynamicOptions
?
Can you explain it in details?
hi
it'll get error when using with Identity Server Not Separated.
There will be no HTTP call between non-tiered projects. like https://192.168.100.36:44356/.well-known/openid-configuration'
You can also try with
context.Services.AddAuthentication()
.AddOpenIdConnect("oidc", options => {
options.BackchannelHttpHandler = new HttpClientHandler
{
ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
};)
hi
The logs indicate a problem with the certificate.
IDX20804: Unable to retrieve document from: 'https://192.168.100.36:44356/.well-known/openid-configuration'.
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch, RemoteCertificateChainErrors
hi
Same with https://support.abp.io/QA/Questions/4235/Where-extension-method-doesn%27t-contain-the-definition
hi
You can call the repository method to check for duplicates in the Domain service or Application service. This is the recommended practice.
hi kirotech
Does the angular application you want to logout use the angular-oauth2-oidc library? How does it get access_token?
https://github.com/manfredsteyer/angular-oauth2-oidc https://github.com/manfredsteyer/angular-oauth2-oidc#logging-out
No, It will set Tenant.Id
by default.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client/Volo/Abp/Http/Client/ClientProxying/ClientProxyBase.cs#L296
hi
The built-in modules are using the IBasicRepository
Depending on IBasicRepository but not depending on IRepository has an advantage to make possible to work with all data sources even if they don't support IQueryable.
https://docs.abp.io/en/abp/latest/Repositories#basic-repositories