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

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

References #580: Authenticate users using YubiKey? sticks

Implemented actual verification of passwords against YubiCload?. Seems to be working well. A manual configuration step to get a CLIENT_ID and CLIENT_KEY is needed when installing the extension for the first time. Instructions for this need to be written.

File size: 377 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
Note: See TracBrowser for help on using the repository browser.