source: extensions/net.sf.basedb.yubikey/trunk/yubikey.properties @ 2511

Last change on this file since 2511 was 2511, checked in by Nicklas Nordborg, 9 years ago

Fixes #609: Add support for ignoring YubiKey? login depending on client

File size: 635 bytes
Line 
1#
2# You need to register with Yubico and get a CLIENT_ID and CLIENT_KEY
3# in order to use the YubiCloud validation service.
4# Go to
5#
6#         https://upgrade.yubico.com/getapikey/
7#
8# and follow the instructions. Fill in the client id and key in this file
9# and place it in the WEB-INF/classes directory of your BASE installation
10#
11
12client-id =
13client-key  =
14
15## Comma- or whitespace separated list of application ids
16## that should NOT use YubiKey for login. For example,
17## it is recommended that YubiKey is disabled for the
18## FTP Server extension if that is installed
19# no-yubikey = net.sf.basedb.clients.ftp
Note: See TracBrowser for help on using the repository browser.