ok, thanks I will check it.
For JWT authentication, it just sets the status code(403) on Forbidden.
I think angular can handle this and show a message in the modal.
https://github.com/dotnet/aspnetcore/blob/release/6.0/src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs#L294
hi
Can you share a project to reproduce the problem?
You can use the free template project. https://abp.io/get-started
liming.ma@volosoft.com
There is no code in ABP that may affect this feature, you can try it without ABP framework.
hi
You can try to override the GetClientIpAddress method.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/WebClientInfo/HttpContextWebClientInfoProvider.cs#L30
hi
We will add it. Thanks
hi
Are there any error or warning logs?
You're welcome.
hi
_dataTable = _$table.DataTable(
abp.libs.datatables.normalizeConfiguration({
order: [[1, 'asc']],
processing: true,
serverSide: true,
scrollX: true,
paging: true,
ajax: abp.libs.datatables.createAjax(
_identityUserAppService.getList
),
columnDefs: abp.ui.extensions.tableColumns.get('identity.user').columns.toArray(),
rowCallback: function (nRow, aData, iDisplayIndex, iDisplayIndexFull) {
$.fn.dataTable.defaults.fnRowCallback.apply(this, [nRow, aData, iDisplayIndex, iDisplayIndexFull]);
}
})
);