Skip to content

Commit

Permalink
Merge branch 'main' into cn-document-filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli authored Apr 29, 2024
2 parents 74923a5 + d3df15e commit 1f79acd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 57 deletions.
1 change: 1 addition & 0 deletions docs/casa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Casa is a plugin-oriented, Java web application. Existing functionality can be e
- [Consent management](./plugins/consent-management.md)
- [Custom branding](./plugins/custom-branding.md)
- [2FA settings](./plugins/2fa-settings.md)
- [BioID](./plugins/bioid.md)

If you are interested in onboarding additional authentication methods to Casa, read this [guide](./developer/add-authn-methods.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/casa/plugins/bioid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This plugin allows users to enroll their BioID facial biometrics.

## Installation

1. [Download the plugin jar]()
1. [Download](https://maven.jans.io/maven/io/jans/casa/plugins/bioid-plugin/replace-janssen-version/bioid-plugin-replace-janssen-version-jar-with-dependencies.jar) the plugin jar.
1. Log into Casa as an administrator, navigate to `Administration Console > Casa plugins` and add the plugin jar
1. Restart the casa service: `sudo systemctl restart jans-casa`
1. Using the TUI, enable the `agama` custom script
Expand Down

This file was deleted.

14 changes: 0 additions & 14 deletions jans-casa/plugins/bioid/src/main/resources/assets/admin/index.zul

This file was deleted.

10 changes: 0 additions & 10 deletions jans-casa/plugins/bioid/src/main/resources/assets/admin/menu.zul

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<section class="${css.section}">
<div class="${css.panel}">
<h2 class="f4 dark-blue2">${labels.bioid_title}</h2>
<p>${labels.bioid_text}</p>
<z:button href="interlude.zul?start=true"
class="${css.primaryButton} lh-tight mr2" target="_blank"
label="Start Enrollment Flow" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<z:zk xmlns:z="http://www.zkoss.org/2005/zul" xmlns="native">

<li class="collapsible-menu-item di">
<a class="db pv2 pl2 hover-bg-washed-blue ${css.menuItem}" data-priority="${priority}"
<li>
<a class="db pv3 pl1 ${css.menuItem}" data-priority="${priority}"
href="${zkService.contextPath}${base}/user/index.zul">
${labels.bioid_title}
<i class="mh2 fas fa-camera" />
<span class="collapsible-menu-item di">${labels.bioid_title}</span>
</a>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
bioid_label=BioID
bioid_menu=BioID
bioid.menu_label=BioID
bioid_title=BioID
bioid_text=BioID's face recognition technology for detecting user presence and preventing fraud.
bioid_title=BioID Enrollment
bioid_text=Click to start the Agama Flow for enrolling BioID credentials.
bioid_manage=Manage Biometric Credentials
bioid_success=Successfully enrolled facial traits
bioid_enrolled=Already enrolled
Expand Down

0 comments on commit 1f79acd

Please sign in to comment.