web
Tags: computers
Apache WebDav
- Make sure to check
/var/log/apache2/error.log
for authentication issues - Also make sure to check that the authentication scheme is correct, sometimes webdav is using Basic Auth, zotero offical mobile and desktop apps support digest auth
Webauthn
- Relying Party (RP) - application that needs auth
- User Agent (UA) - Web browser or user agent
- Authenticator - Hardware or software module that generates the keys
- The RP initiates the reg process by challenge, than the UA communicates with the authenticator, and then the authentiator stores the private key
- Basically the UA communicates with the authenticator and signs the challenge and some additional metadata back to the RP