hi
So, we completely drop the IDS from the ABP platform. We, probably will continue to ship IDS-related packages for a while, but, in the long term, you will need to replace it, because IDS support ends at the end of the year 2022.
https://github.com/abpframework/abp/issues/11989
hi
The connect/endSession need to redirect(302) to clear the cookies of browser.
I think your HTTP call will not work.
hi
when click logout button and it redirects online-api.abc.com(Signed out , You have been signed out and you will be redirected soon, Click here to return application)
You logout from https://test-ffe-api.xxx.com/Account/Logout
But your website tries to log in: https://test-api.xxx.com/connect/authorize; this website has not logged out.
hi
Why do you have two authserver?
https://test-ffe-api.xxx.com/connect/authorize https://test-api.xxx.com/connect/authorize
hi
Your code is too complex and I can't understand it in a short time. I suggest you use datatables instead of html splicing table.
https://datatables.net/examples/api/add_row.html
The datatables has APIs to add and delete rows and also has APIs to get information about all rows when submitting.
https://datatables.net/reference/api/rows().data() https://editor.datatables.net/examples/simple/inTableControls.html
hi
when click logout button and it redirects online-api.abc.com(Signed out , You have been signed out and you will be redirected soon, Click here to return application)
Can you share an online URL and test user?
liming.ma@volosoft.com
hi
I will ask lepton team.
hi
This is the default behavior. You can't edit deleted users.
1- create a new user
2- delete the creator user
3- edit the last created user
if I want to display all the users in the table as admin, if I disabled the filter for ISoftDeleted, unfortunately, the IdentityUserDto doesn't return IsDeleted and deletionTime with return data, how to fix this?
You can add new endpoint to return the dto with deletion info.
hi
. However, when they log out, the call to https://online-api.abc.com/connect/endsession is made for logout. Despite wanting to log out from https://account.abc.com as well (meaning, calling https://account.abc.com/connect/endsession), it doesn't log out. How can I achieve this?
Your application should be redirected to account.abc.com when logged out instead of calling connect/endsession
This is the default behavior of our template projects.