-
Notifications
You must be signed in to change notification settings - Fork 26
I can register the device but not authenticat #555
Comments
I've never seen code 1. Looks like this is out of scope for this app: https://developers.yubico.com/U2F/Libraries/Client_error_codes.html |
this error code comes up if i press cancel. If i do pressing the button on the device it appens nothin, no error comes up. Only if i press cancel this error comes up and this is normel i think. I have open also there a issus: |
Is this the hostname you access the cloud with? |
yes it is. |
I just realized you're using an older version of Nextcloud and this app. You might have better luck with Nextcloud 16 or 17 and https://github.com/nextcloud/twofactor_u2f/releases/tag/v4.0.0 |
Ok, i have updated to 16.0.5 but twofactor_u2f 4.0 was only available for 17.x.x For 16.x.x it is now installed 3.0.1. And the problem is the same. |
update now to 17.0.1 and twofactor_u2f 4.0 but same problem. |
Update to 17.0.3 and twofactor_u2f 5.0.2 but same problem. |
Steps to reproduce
Iuse this device nRF52 FIDO U2F Security Key the usb dongle version
I suppect that i can register the device with the button but not during the login.
this errors comming up if i press on abort.
Expected behaviour
When i press the button the device should me autentiucate
Actual behaviour
nothing
Server configuration
Operating system: Ubuntu 18.04.3 LTS
Web server: Abpace
Database: Mysql
PHP version: PHP 7.3.9-1+ubuntu18.04.1+deb.sury.org+1
Version: Nextcloud 15.0.11
Updated from an older version or fresh install: no
List of activated apps:
$ sudo -u www-data php occ app:list
Enabled:
Disabled:
$ sudo -u www-data php occ config:list system
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"nextc.goip.de"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://mydomain.de",
"dbtype": "mysql",
"version": "15.0.10.0",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_smtpsecure": "ssl",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"updater.release.channel": "production",
"maintenance": false,
"theme": "",
"loglevel": 2,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"memcache.local": "\OC\Memcache\APCu"
}
}
The content of config/config.php:
Client configuration
Browser: Firefox 69.0.2 and Chrome
**Operating system: win10
Logs
Web server error log
Server log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: