simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
682 stars 90 forks source link

Encounter problems #760

Closed qq1176914912 closed 2 weeks ago

qq1176914912 commented 2 weeks ago

Hello, excuse me. I downloaded your latest master project, and when I bind webauth to the user in the 5001 page, 5001 reports an error: image image

qq1176914912 commented 2 weeks ago

Hello, when using LDAP, if my ldap server does not set The group information, an error message is displayed: The object does not exist.. I looked at the source code: now it looks like you have to add a group, so I'll use a try catch to get the user. I don't know if I'm doing the right thing. image

qq1176914912 commented 2 weeks ago

After importing through LDAP, when I want to view users through user management, a problem occurs: image I checked the database and found that the account was created when: image Is this creation time to get the LDAP server? I am using a postgresql database.

simpleidserver commented 2 weeks ago

Hello,

Webauthn

An exception was thrown because the MobileOptions and WebauthnOptions options did not implement the IFidoOptions interface. This issue is fixed in the master branch.

LDAP Group

A new property, IsGroupSyncEnabled, has been added to the LDAPRepresentationsExtractionJobOptions class. When this property is false, the groups will not be synchronized.

CreateDateTime Invalid

The CreateDateTime was not properly set. This issue is fixed in the master branch.