SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Find the problem

Open qq1176914912 opened this issue 1 year ago • 14 comments

1、When you create a user group, select Delete after the user group is created. See video1 2、After you add a child member to a group, the child member is displayed on the left. When you remove the child member, the child member on the left still exists. See video2 3、After adding sub-members to the group, directly click the group in the left large menu again, the group page will keep turning in a circle, and no response will be clicked. See video3 video: videos.zip

qq1176914912 avatar May 06 '24 07:05 qq1176914912

I have downloaded your latest project, the database uses POSTGRE, there is a problem when operating the user's "Add claim", when I add a random data, click "save", 5001 has an error: image image This issue did not exist before the update.

qq1176914912 avatar May 06 '24 08:05 qq1176914912

Hello,

Both issues are fixed in the master branch :)

simpleidserver avatar May 07 '24 13:05 simpleidserver

I am sorry to ask you, after I started the project with the original library, I found that the 5001 project would keep appearing this "warn" message, I tried to regenerate the library, but there was no such problem, so will this problem affect the project? image

qq1176914912 avatar May 08 '24 02:05 qq1176914912

User sessions that have expired are still active, and clicking the "Revoke sessions" button at the top will not reset the status of those expired sessions: image The reason may be that there is old data (expired sessions) in the database before, but the state in the database is 0.

https://github.com/simpleidserver/SimpleIdServer/assets/79817742/c064e5e4-7414-42ad-9e80-b292a9849575

qq1176914912 avatar May 08 '24 09:05 qq1176914912

Hello,

I have fixed a minor issue in the master branch. Previously, a serialization exception was being thrown when a user session was revoked. Could you please try again?

KR,

SID.

simpleidserver avatar May 08 '24 14:05 simpleidserver

Hello,

I have fixed a minor issue in the master branch. Previously, a serialization exception was being thrown when a user session was revoked. Could you please try again?

KR,

SID.

Thank you. Problem solved

qq1176914912 avatar May 09 '24 01:05 qq1176914912

When the database uses POSTGRE and uses the new library, let the project automatically create tables and start your SCIM project, the user information exists in the Scim project: image Click on "Launch" and then click the button circled below again image 5001 The following error occurs: image image This error only appears in the first place. If I click "Launch" again and then click the button "Import users and groups", there will be no problem and it will show that the import is successful: image However, the user table does not contain the user information in the scim image

Ldap is not sure if this problem also exists

qq1176914912 avatar May 09 '24 09:05 qq1176914912

The problem has been resolved in the 'master' branch. An exception was thrown because the importation algorithm attempted to insert a record into the 'GroupUser' table, but the 'GroupId' value was empty.

Could you please remove all records from the 'ExtractedRepresentations' and 'ExtractedRepresentationsStaging' tables and try again? I have created ticket '#745' to provide the option to retry failed commands in the 'Masstransit' message bus.

simpleidserver avatar May 09 '24 19:05 simpleidserver

The problem has been resolved in the 'master' branch. An exception was thrown because the importation algorithm attempted to insert a record into the 'GroupUser' table, but the 'GroupId' value was empty.

Could you please remove all records from the 'ExtractedRepresentations' and 'ExtractedRepresentationsStaging' tables and try again? I have created ticket '#745' to provide the option to retry failed commands in the 'Masstransit' message bus.

Thank you. Problem solved

qq1176914912 avatar May 10 '24 01:05 qq1176914912

There is no unique judgment for adding a role position on the client. If you add the same role, an error will be reported when selecting a role for the group: video5.zip

qq1176914912 avatar May 10 '24 01:05 qq1176914912

Hello, I found that when "Certificate Authorities" added "Certificate store", the error message was incomplete, resulting in the page card owner: video6.zip

qq1176914912 avatar May 10 '24 07:05 qq1176914912

Hello, I cannot detect the Certificate using "Certificate store". What is the problem? image image

qq1176914912 avatar May 10 '24 09:05 qq1176914912

I made the following modifications in the master branch:

  • Display an error message when the user tries to insert a duplicate client's role.
  • Display an error message when the "CryptographicException" is thrown.
  • The certificate cannot be imported by the thumbprint because the certificate is invalid. The error message has been updated to be more accurate.

simpleidserver avatar May 10 '24 19:05 simpleidserver

Hello, I have a question about Auditing. I created a new library and I need to access and log in. Why is there a word "failure" in Auditing? I did not fail during the login process, and why do "Client Authentication Success" and "Token Issued Success" appear twice? image

qq1176914912 avatar May 11 '24 06:05 qq1176914912

There was a small error in the AuthorizationController; the event AuthorizationFailureEvent was published in the wrong place. Now, this event is published only when something goes wrong in the AuthorizationController.

The message "Token issued success" can appear twice if the website uses the refresh token to get a new access token. The auditing messages have been updated to offer more visibility.

simpleidserver avatar May 13 '24 10:05 simpleidserver

Hello, excuse me. If you use pwd+webauthn in ACRS, an error occurs when you enter the account password: https://github.com/simpleidserver/SimpleIdServer/assets/79817742/e70c69da-176b-4ddd-b5f7-62b4557ff2eb It does not seem to be the reason why the account is not bound to webauthn, because I bind webauthn to the account, the problem will still occur.

qq1176914912 avatar May 17 '24 06:05 qq1176914912

When there are steps, if you do not enter the account name and password, click login directly, the error message will cause the above step hours (only displayed on the hour, the actual did not disappear).

https://github.com/simpleidserver/SimpleIdServer/assets/79817742/0cc6c6bf-e8e9-45ef-a505-749bac0ef0df

qq1176914912 avatar May 17 '24 06:05 qq1176914912

Both issues are fixed in the master branch.

simpleidserver avatar May 17 '24 15:05 simpleidserver