JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
456 stars 74 forks source link

fix(config-api): fido device fetch error #9442

Open pujavs opened 1 week ago

pujavs commented 1 week ago

Describe the bug Getting 500 Internal error while invoking GET endpoint.

Error: { "cause1": "io.jans.orm.exception.MappingException: Base DN to find entries is null", "servlet": "io.jans.configapi.plugin.fido2.rest.ApiApplication", "cause0": "org.jboss.resteasy.spi.UnhandledException: io.jans.orm.exception.MappingException: Base DN to find entries is null", "message": "org.jboss.resteasy.spi.UnhandledException: io.jans.orm.exception.MappingException: Base DN to find entries is null", "url": "/jans-config-api/fido2/registration/entries/admin", "status": "500" }

even the entry is present in "_jansFido2RegistrationEntry" table.

pujavs commented 1 week ago

@mjatin-dev , i am not able to replicate the issue, kindly recheck your setup and confirm

image image