Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encounter problems #760

Closed
qq1176914912 opened this issue Jun 17, 2024 · 3 comments
Closed

Encounter problems #760

qq1176914912 opened this issue Jun 17, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@qq1176914912
Copy link

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 qq1176914912 changed the title webauthn registration failed Encounter problems Jun 19, 2024
@qq1176914912
Copy link
Author

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
Copy link
Author

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 simpleidserver self-assigned this Jun 19, 2024
@simpleidserver simpleidserver added the bug Something isn't working label Jun 19, 2024
thabart added a commit that referenced this issue Jun 19, 2024
@simpleidserver
Copy link
Owner

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.

@simpleidserver simpleidserver closed this as completed by moving to Done in Release 5.0.1 Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants