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
461 stars 73 forks source link

feat(config-api): Fido2 enteries endpoint to return paginated response #9888

Open pujavs opened 4 hours ago

pujavs commented 4 hours ago

Currently FIDO2 /jans-config-api/fido2/registration/entries/<user> endpoint returns list of user Fido2 devices as list. Need to change the same to return paginated session response

Image

pujavs commented 3 hours ago

Implemented via PR [9889] (https://github.com/JanssenProject/jans/pull/9889)

Testing

Image

Image

Image