Commit graph

1901 commits

Author SHA1 Message Date
Alex Charles 75a95a7916 mocku2f uses trace for err handling 2016-12-08 02:32:07 -08:00
Alex Charles 9e743f803a Some cleanup for PR. Mostly appId -> appID, U2f -> U2F 2016-12-08 02:23:51 -08:00
jcj83429 0274afba8d group the u2f configs in auth_service
OLD:
auth_service:
  u2fappid: https://mycorp.com/appid.js
  u2ftrustedfacets:
  - https://proxy1.mycorp.com:3080
  - https://proxy2.mycorp.com:3080

NEW:
auth_service:
  u2f:
    enabled: yes
    appid: https://mycorp.com/appid.js
    facets:
    - https://proxy1.mycorp.com:3080
    - https://proxy2.mycorp.com:3080
2016-12-07 19:37:22 -08:00
jcj83429 0f0cea1009 rename web APIs
signinpreauth -> signin/preauth
u2f/inviteregisterrequest -> u2f/signuptokens
u2f/newuser -> u2f/users
u2f/signrequest/:user -> u2f/users/:user/sign
2016-12-07 17:25:16 -08:00
Jay Dahiya 21ffbffde0 Merge branch 'master' into u2f 2016-12-06 13:15:49 -08:00
Alexander Klizhentas 1bcb8fba03 Merge pull request #630 from gravitational/sasha/oidc
Revendor go-oidc
2016-12-05 17:16:50 -08:00
Sasha Klizhentas 3dda13347b Revendor go-oidc 2016-12-05 17:08:48 -08:00
Jay Dahiya 7ab530a64a Merge branch 'master' into u2f 2016-12-03 01:13:45 -08:00
Ev Kontsevoy be27e0979d Merge pull request #626 from gravitational/alexey/remove_ip
Alexey/remove ip
2016-12-02 16:37:02 -08:00
jcj83429 9501342123 Avoid using DeepEquals to compare time
to avoid test failures caused by Time.Location (time zone) differences.
2016-12-01 21:03:19 -08:00
alex-kovoy 57c4bc0113 Merge branch 'master' into alexey/remove_ip 2016-12-01 23:56:04 -05:00
Jay d67d226a4e Fixed U2F CLI usage documentation 2016-11-30 19:07:16 -08:00
Jay fa98c9e83e Fixed Documentation to be strictly relevant to U2F implementation 2016-11-30 19:05:02 -08:00
Jay cde38f2b24 Added additional documentation 2016-11-30 18:52:06 -08:00
Jay 127f543333 Fixed placement of the 'Insert U2f key' text to be below all buttons 2016-11-30 18:11:16 -08:00
Jay ade8b1dc7b Fixed merge conflicts with original repository 2016-11-30 17:08:20 -08:00
Jay b06d3c5f98 Fixed Format for Merging 2016-11-30 16:41:07 -08:00
Ev Kontsevoy aaf7a6389b Update README.md 2016-11-30 16:20:45 -08:00
Ev Kontsevoy 0c251639c8 Updated README.md with Web UI building instructions 2016-11-30 16:19:22 -08:00
Ev Kontsevoy 7bb3fa08b4 Merge pull request #629 from gravitational/ev/minor-changes
TSH profile improvement
2016-11-30 16:03:02 -08:00
Ev Kontsevoy 30a1724927 .tsh profile change
`tsh` profiles shoudl only "kick in" when no --proxy flag is given.
If a user explicitly specifies --proxy flag, profiles should be ignored.
2016-11-30 15:46:36 -08:00
Ev Kontsevoy 117c834624 Merge branch 'master' of github.com:gravitational/teleport 2016-11-30 15:44:52 -08:00
Alexey Kontsevoy 8893ca21a1 Merge branch 'master' of github.com:gravitational/teleport
# Conflicts:
#	web/dist/index.html
2016-11-30 15:34:26 -05:00
Alexey Kontsevoy 543b7eaa83 (web) removing client IP column 2016-11-30 15:32:23 -05:00
jcj83429 06b33cca59 rename u2f apis to remove underscores 2016-11-30 12:05:50 -08:00
Alexander Klizhentas 61c8fed319 Merge pull request #617 from tehsis/oidc
Support for multiple oidc providers
2016-11-30 09:14:04 -08:00
Pablo Terradillos 638de1e251 Support for multiple oidc providers 2016-11-30 14:03:50 -03:00
jcj83429 8f71df9480 vendor github.com/tstranex/u2f library 2016-11-29 23:50:21 -08:00
jcj83429 7104c9c5a2 add u2f-api-polyfill to web/package.json 2016-11-29 22:51:43 -08:00
jcj83429 f90c88197b add documentation on u2f usage 2016-11-29 22:42:36 -08:00
jcj83429 4bbca0b2eb Merge branch 'master' into u2f 2016-11-29 20:54:17 -08:00
Ev Kontsevoy d355766e74 Merge pull request #622 from gravitational/sasha/contributing
Add contributing guidelines
2016-11-29 16:07:21 -08:00
Sasha Klizhentas e7921fa912 remove broken link 2016-11-29 15:58:36 -08:00
Sasha Klizhentas 29b976c1ed Add contributing guidelines 2016-11-29 15:56:30 -08:00
jcj83429 e4ae611af2 add tests for u2f login api 2016-11-29 13:19:19 -08:00
jcj83429 3030878807 cleanup unused constant, duplicate code, and commented out code 2016-11-28 23:03:29 -08:00
jcj83429 7b62267a67 complete rename of U2fSignRequest to GetU2fSignRequest 2016-11-28 21:21:06 -08:00
Jay 04f804d8e3 Added GetU2FSignRequest function to AuthWithRoles for dependency in ClientI implementation 2016-11-28 20:21:42 -08:00
Jay b6252b810d Cleaned up redundencies in the test for U2F 2016-11-28 19:36:23 -08:00
jcj83429 d795ca006e hide u2f related stuff from web ui if appid is set to empty
to allow the admin to disable u2f
2016-11-28 01:12:03 -08:00
jcj83429 c2e7b5312b add u2f appid to the config.js.
will make web ui hide u2f-related stuff if u2f appid is empty
2016-11-28 00:21:37 -08:00
bibekaur 360481b79f Rewinding css changes made to login page 2016-11-27 16:41:24 -08:00
bibekaur 69986d5048 Fix css styling for 2fa options 2016-11-27 16:41:24 -08:00
Alex Charles fc07f2a2e4 merged u2f-web-testing 2016-11-26 12:11:58 -08:00
Alex Charles 87d2e39547 Merge branch 'u2f-web-testing' of https://github.com/jcj83429/teleport into u2f-web-testing 2016-11-26 11:42:49 -08:00
Jay 2817ddcf8e added tests for U2F sign up and tests for when Upserting Passwords using U2F is added 2016-11-25 23:32:50 -08:00
Alex Charles f3374dc7be added u2f login tests, did some minor cleanup 2016-11-25 03:34:07 -08:00
jcj83429 c4cd6a7869 refactor u2fSignUp to use promises. 2016-11-25 02:17:42 -08:00
jcj83429 28fd765c8b fix u2f login javascript refactor 2016-11-25 02:06:26 -08:00
Alex Charles 6509114787 fixed GoogleAuth bug 2016-11-25 01:34:24 -08:00