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-linux-setup): changes to deploy fido2-plugin jar #1303

Closed
pujavs opened this issue May 6, 2022 · 1 comment
Closed

feat(jans-linux-setup): changes to deploy fido2-plugin jar #1303

pujavs opened this issue May 6, 2022 · 1 comment
Assignees
Labels
comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request

Comments

@pujavs
Copy link
Contributor

pujavs commented May 6, 2022

jans-setup changes for fido2-plugin jar

Prerequisite: if jans-fido2 module is being deployed

  1. Copy fido2-plugin.jar
    Source: https://maven.jans.io/maven/io/jans/jans-config-api/plugins/fido2-plugin/1.0.0-SNAPSHOT/fido2-plugin-1.0.0-SNAPSHOT-distribution.jar
    Destination: /opt/jans/jetty/jans-config-api/custom/libs/fido2-plugin.jar
    Note: jar name in jetty folder should be fido2-plugin.jar

  2. Append the path of the new plugin to extraClasspath element in/opt/jans/jetty/jans-config-api/webapps/jans-config-api.xml
    Note the jars in this xml are comma separated
    Example :
    /opt/jans/jetty/jans-config-api/custom/libs/scim-plugin.jar, /opt/jans/jetty/jans-config-api/custom/libs/fido2-plugin.jar

  3. Ensure setup downloads all the artifacts for version 1.0.0-SNAPSHOT

@mo-auto mo-auto added comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request labels May 6, 2022
yuriyz pushed a commit that referenced this issue May 8, 2022
* feat: ans-linux-setup config-api fido2-plugin (ref: #1303)

* feat: jans-cli no local yaml files

* fix: jans-config-api remove {tabs} from yaml file
@devrimyatar
Copy link
Contributor

Implemented

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

No branches or pull requests

3 participants