Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
7951b846
Commit
7951b846
authored
Feb 24, 2017
by
Timothy Andrew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document U2F limitations with multiple hostnames/FQDNs.
parent
40b81cfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
changelogs/unreleased/28277-document-u2f-limitations-with-multiple-urls.yml
...sed/28277-document-u2f-limitations-with-multiple-urls.yml
+4
-0
doc/user/profile/account/two_factor_authentication.md
doc/user/profile/account/two_factor_authentication.md
+11
-0
No files found.
changelogs/unreleased/28277-document-u2f-limitations-with-multiple-urls.yml
0 → 100644
View file @
7951b846
---
title
:
Document U2F limitations with multiple URLs
merge_request
:
9300
author
:
doc/user/profile/account/two_factor_authentication.md
View file @
7951b846
...
...
@@ -215,3 +215,14 @@ you may have cases where authorization always fails because of time differences.
[
Google Authenticator
]:
https://support.google.com/accounts/answer/1066447?hl=en
[
FreeOTP
]:
https://freeotp.github.io/
[
YubiKey
]:
https://www.yubico.com/products/yubikey-hardware/
-
The GitLab U2F implementation does _not_ work when the GitLab instance is accessed from
multiple hostnames, or FQDNs. Each U2F registration is linked to the _current hostname_ at
the time of registration, and cannot be used for other hostnames/FQDNs.
For example, if a user is trying to access a GitLab instance from `first.host.xyz` and `second.host.xyz`:
- The user logs in via `first.host.xyz` and registers their U2F key.
- The user logs out and attempts to log in via `first.host.xyz` - U2F authentication suceeds.
- The user logs out and attempts to log in via `second.host.xyz` - U2F authentication fails, because
the U2F key has only been registered on `first.host.xyz`.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment