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

feat(jans-fido-setup) ProjectPasskeys : move fidoconfig folder properties to db #9610

Open
shekhar16 opened this issue Sep 27, 2024 · 4 comments
Assignees
Labels
kind-feature Issue or PR is a new feature request
Milestone

Comments

@shekhar16
Copy link
Contributor

As a part of ticket #9369, we are moving the fido certs files to DB instead of folders, we need to make changes in setup installers too.
here is the few examples:
https://github.com/JanssenProject/jans/blob/main/jans-linux-setup/jans_setup/setup_app/installers/fido.py#L17
https://github.com/JanssenProject/jans/blob/main/jans-linux-setup/jans_setup/setup_app/installers/fido.py#L18

if more changes needed in setup for this need to be make.

@devrimyatar
Copy link
Contributor

@shekhar16 When we base64 encode file https://mds.fidoalliance.org/, it becomes around 5MB and not possible to store in OpenDJ. I am getting "Broken pipe" error.

@yurem
Copy link
Contributor

yurem commented Oct 2, 2024

I think we need hold on work on this issue. I will work on #224

@devrimyatar
Copy link
Contributor

@yurem the file downloaded from https://mds.fidoalliance.org/ is jwt, not binary. Does it matter?

@devrimyatar
Copy link
Contributor

Implemented in commit e23db2d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

5 participants