branchmispredictor
  • Joined on 2020-11-25
branchmispredictor created branch feature/identity-aware-proxy-bak in branchmispredictor/api 2021-05-17 19:06:10 +00:00
93dee49b25 Fix golint errors
27891e4492 Docs and formatting
2fa6523cc1 Add support to login using identity from an identity-aware proxy
2351194547 Update module yuin/goldmark to v1.3.7 (#867)
b7ec24ff52 Fix old references to master in docs
Compare 10 commits »
branchmispredictor commented on pull request vikunja/vikunja#715 2021-01-22 15:06:49 +00:00
Add support to login using identity from an identity-aware proxy

Hey @konrad, just wanted to check in on this PR. If it's not in an acceptable state I can work on it further. Or if it's not something you're considering accepting at this point (perhaps an auth…

bc022b32fa Merge branch 'master' into feature/identity-aware-proxy
36d62d796c Fixed squishy color bubble (#358)
2cf1163c0a Update dependency eslint-plugin-vue to v7.4.0 (#356)
143a63310e Update dependency wait-on to v5.2.1 (#355)
3f0eab4b74 Fix non-release docker builds (#357)
Compare 7 commits »
branchmispredictor deleted branch bugfix/local-docker-builds from branchmispredictor/frontend 2020-12-28 23:33:34 +00:00
branchmispredictor commented on pull request vikunja/vikunja#715 2020-12-28 21:31:03 +00:00
Add support to login using identity from an identity-aware proxy

I've rebased the PR and hopefully fixed any remaining CI issues. Sorry for the delay, work was quite busy leading up to the holiday season.

c21784df4f Fix golint errors
branchmispredictor created pull request vikunja/frontend#357 2020-12-28 21:08:49 +00:00
Fix non-release docker builds
236ea55fab Fix non-release docker builds
branchmispredictor pushed to master at branchmispredictor/frontend 2020-12-28 21:06:18 +00:00
2c273a7fd9 Fix logging the user out when renewing the token while the api is not reachable
7c656d4708 Don't show filter and search buttons for saved filter lists
ab24885ee9 Move "Teams" menu further down the list
f9d295fc67 Only show loading spinner over menu when loading namespaces
ad33458a80 Don't hide the "new bucket" when updating tasks
Compare 75 commits »
b734957796 Add support to login using identity from an identity-aware proxy
2c273a7fd9 Fix logging the user out when renewing the token while the api is not reachable
7c656d4708 Don't show filter and search buttons for saved filter lists
ab24885ee9 Move "Teams" menu further down the list
f9d295fc67 Only show loading spinner over menu when loading namespaces
Compare 77 commits »
a93736187c Docs and formatting
ce96e2b077 Add support to login using identity from an identity-aware proxy
8c97f45cb7 Update module mattn/go-sqlite3 to v1.14.6 (#751)
b8312469d7 Update module cweill/gotests to v1.6.0 (#752)
be7b53b9bc Update nfpm config for nfpm v2
d6cb4f94f6 Update code header template
Compare 55 commits »
79ca2c4e2f Refactor identity-aware proxy support as a middleware
c3bd518f10 Test 1: Refactor auth code
Compare 2 commits »
branchmispredictor opened issue vikunja/frontend#317 2020-12-03 14:20:26 +00:00
Session expiry does not redirect to the login page
ba3805443c Refactor getOrCreateUser and add unit tests and docs
bffc67f35f Add support to login using identity from an identity-aware proxy
7c99c9b0d0 Refactor getOrCreateUser and add unit tests and docs
87048818ce Update golang.org/x/oauth2 commit hash to 9fd6049 (#714)
d2d610e0f5 Fix /info endpoint 500 error when no openid providers were configured
Compare 6 commits »
branchmispredictor pushed to master at branchmispredictor/api 2020-11-27 04:18:20 +00:00
87048818ce Update golang.org/x/oauth2 commit hash to 9fd6049 (#714)
d2d610e0f5 Fix /info endpoint 500 error when no openid providers were configured
Compare 2 commits »
branchmispredictor commented on pull request vikunja/vikunja#715 2020-11-27 04:08:46 +00:00
Add support to login using identity from an identity-aware proxy

As far as I understand it, IAPs handle all the authentication related stuff and then proxy all subsequent request to the actual application (in this case Vikunja). This would mean that you'd need…

7c99c9b0d0 Refactor getOrCreateUser and add unit tests and docs
branchmispredictor commented on pull request vikunja/vikunja#715 2020-11-26 03:01:43 +00:00
Add support to login using identity from an identity-aware proxy

This is almost an exact copy from the method in openid.go. I'll try to refactor into some common helper, but I'm not too familiar with go and how to get them to work with both different claim structs. Open to suggestions here.