Last change
on this file since 2256 was
2256,
checked in by Nicklas Nordborg, 9 years ago
|
References #580: Authenticate users using YubiKey? sticks
Adding extension that customizes the login form for YubiKey? usage.
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
3 | <about safe-scripts="1"> |
---|
4 | <name>YubiKey authentication</name> |
---|
5 | <description> |
---|
6 | A package that makes it possible to use YubiKey sticks for |
---|
7 | one-time-password when logging in to BASE. |
---|
8 | </description> |
---|
9 | <version>1.0-dev</version> |
---|
10 | <min-base-version>3.3.0</min-base-version> |
---|
11 | <copyright>BASE development team</copyright> |
---|
12 | <email>basedb-users@lists.sourceforge.net</email> |
---|
13 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey</url> |
---|
14 | </about> |
---|
15 | |
---|
16 | <extension |
---|
17 | id="net.sf.basedb.yubikey.authentication-manager" |
---|
18 | extends="net.sf.basedb.core.authentication-manager" |
---|
19 | > |
---|
20 | <about> |
---|
21 | <name>UbiKey authentication manager</name> |
---|
22 | </about> |
---|
23 | <index>1</index> |
---|
24 | <action-factory> |
---|
25 | <factory-class>net.sf.basedb.yubikey.YubiKeyAuthenticationManagerFactory</factory-class> |
---|
26 | </action-factory> |
---|
27 | </extension> |
---|
28 | |
---|
29 | <extension |
---|
30 | id="net.sf.basedb.yubikey.login-form" |
---|
31 | extends="net.sf.basedb.clients.web.login-form" |
---|
32 | > |
---|
33 | <about> |
---|
34 | <name>UbiKey login form</name> |
---|
35 | </about> |
---|
36 | <index>1</index> |
---|
37 | <action-factory> |
---|
38 | <factory-class>net.sf.basedb.yubikey.YubiKeyLoginFormFactory</factory-class> |
---|
39 | <parameters> |
---|
40 | <stylesheet>~/css/yubico.css</stylesheet> |
---|
41 | </parameters> |
---|
42 | </action-factory> |
---|
43 | |
---|
44 | </extension> |
---|
45 | |
---|
46 | </extensions> |
---|
Note: See
TracBrowser
for help on using the repository browser.