Deploying to gh-pages from @ mailcow/mailcow-dockerized-docs@f011af297c 🚀
Dieser Commit ist enthalten in:
Ursprung
a5df054481
Commit
a03310d1e7
3 geänderte Dateien mit 16 neuen und 3 gelöschten Zeilen
Dateidiff unterdrĂĽckt, weil mindestens eine Zeile zu lang ist
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binäre Datei nicht angezeigt.
|
@ -1957,8 +1957,21 @@
|
||||||
<p>The Yubi API ID and Key will be checked against the Yubico Cloud API. When setting up TFA you will be asked for your personal API account for this key.
|
<p>The Yubi API ID and Key will be checked against the Yubico Cloud API. When setting up TFA you will be asked for your personal API account for this key.
|
||||||
The API ID, API key and the first 12 characters (your YubiKeys ID in modhex) are stored in the MySQL table as secret.</p>
|
The API ID, API key and the first 12 characters (your YubiKeys ID in modhex) are stored in the MySQL table as secret.</p>
|
||||||
<h3 id="u2f">U2F<a class="headerlink" href="#u2f" title="Permanent link">¶</a></h3>
|
<h3 id="u2f">U2F<a class="headerlink" href="#u2f" title="Permanent link">¶</a></h3>
|
||||||
<p>Only Google Chrome (+derivatives) and Opera support U2F authentication to this day natively.
|
<p>To use U2F, the browser must support this standard.</p>
|
||||||
Since version 67 Mozilla Firefox can handle U2F natively. (<a href="https://support.yubico.com/support/solutions/articles/15000017511-enabling-u2f-support-in-mozilla-firefox">Source</a>)</p>
|
<p>The following desktop browsers support this authentication type:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Edge (>=79)</li>
|
||||||
|
<li>Firefox (>=47, enabled by default since version 67)</li>
|
||||||
|
<li>Chrome (>=41)</li>
|
||||||
|
<li>Safari (>=13)</li>
|
||||||
|
<li>Opera (40, >=42, not 41)</li>
|
||||||
|
</ul>
|
||||||
|
<p>The following mobile browsers support this authentication type:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Safari on iOS (>=13.3)</li>
|
||||||
|
<li>Firefox on Android (>=68)</li>
|
||||||
|
</ul>
|
||||||
|
<p>Sources: <a href="https://caniuse.com/u2f">caniuse.com</a>, <a href="https://blog.mozilla.org/security/2019/08/05/web-authentication-in-firefox-for-android/">blog.mozilla.org</a></p>
|
||||||
<p>U2F works without an internet connection.</p>
|
<p>U2F works without an internet connection.</p>
|
||||||
<h3 id="totp">TOTP<a class="headerlink" href="#totp" title="Permanent link">¶</a></h3>
|
<h3 id="totp">TOTP<a class="headerlink" href="#totp" title="Permanent link">¶</a></h3>
|
||||||
<p>The best known TFA method mostly used with a smartphone.</p>
|
<p>The best known TFA method mostly used with a smartphone.</p>
|
||||||
|
|
Laden …
In neuem Issue referenzieren