344 Commits (287c5552b009d7262e9deb981e11bcaba643b321)

Author SHA1 Message Date
Josh Soref e15b599e6a spelling: programmatically 3 years ago
Josh Soref a1a05c4a65 spelling: nonexistent 3 years ago
Josh Soref 6af340af94 spelling: in spite 3 years ago
Josh Soref 542cb4cb65 spelling: data with 3 years ago
Maksim Nabokikh 28aaa8f511
fix: Do not skip approval screen by default (#2897) 3 years ago
Mark Sagi-Kazar d8f2628a84
chore: regenerate proto 3 years ago
Maksim Nabokikh fc0e2e9383
feat: Add default robots.txt (#2834) 3 years ago
Maksim Nabokikh 7016a82589
fix: return 401 if password is invalid (#2796) 3 years ago
nobuyo 9f70c7da43 Add test for skipping approval 3 years ago
nobuyo b7fb7d93a3 Revert back personal tasted changes 3 years ago
nobuyo 8a86a0a9b8 Skip redirection to approval when it is not requied (#2686) 3 years ago
Daniel Lipovetsky 07d7913049
chore: Upgrade golangci-lint to v1.50.1 from v1.46.0 (#2790) 3 years ago
Maksim Nabokikh 6d9ca8de49
fix: Do not use connector data from the refresh token field (#2729) 3 years ago
m.nabokikh 4b5f1d5289 fix: refresh token only once for all concurrent requests 4 years ago
Bob Callaway 793bcc4b61
address review comments 4 years ago
Bob Callaway fcfbb1ecb0 Add HMAC protection on /approval endpoint 4 years ago
Bob Callaway 83e2df821e
add PKCE support to device code flow (#2575) 4 years ago
Shivansh Vij 65592d0b5a
Updating test cases 4 years ago
Shivansh Vij cbf158bcc0
Fixes https://github.com/dexidp/dex/issues/2537 4 years ago
m.nabokikh bdfb10137a Add the comment about groups request notification 4 years ago
m.nabokikh 3d5a3befb4 fix: prevent cross-site scripting for the device flow 4 years ago
m.nabokikh ad89e01676 fix: log only errors on refreshing 4 years ago
m.nabokikh 57e9611ff6 fix: Implicit Grant discovery 4 years ago
Mark Sagi-Kazar 79721196a8
fix(server): wrap credentials in the correct Dial option 4 years ago
Stephen Augustus 243661155e
server: grpc.WithInsecure is now insecure.NewCredentials() 4 years ago
Maksim Nabokikh ca615f7ad7 Update server/refreshhandlers.go 4 years ago
m.nabokikh 578cb05f7b fix: return invalid_grant error on claiming token of another client 4 years ago
Joshua Winters 9284ffb8c0 Add generic oauth connector 4 years ago
copperyp 5854dd192d using path.Join replace filepath.Join 4 years ago
copperyp a1c1076137 fix web static file path slash error for win platform 4 years ago
m.nabokikh 9fad0602ec fix: do not update offlinesession lastUsed field if refresh token was not change 4 years ago
Bob Callaway 2e0041f95f ensure template does not double-escape URL 5 years ago
ariary 7bc966217d sort grant type supported 5 years ago
Bob Callaway 8fd69c16f5 correctly handle path escaping for connector IDs 5 years ago
Eng Zer Jun f0186ff265
refactor: move from io/ioutil to io and os package 5 years ago
ariary c6f6dd69e9 lint comment 5 years ago
kali 1497e70225 Add parametrization of grant type supported in discovery endpoint 5 years ago
Monis Khan 3009ae3b5d
Return valid JWT access token from password grant 5 years ago
Tomasz Kleczek 4ffaa60d21 Improve auth flow error handling 5 years ago
Henning 138364ceeb
handlePasswordGrant: insert connectorData into OfflineSession (#2199) 5 years ago
Mark Sagi-Kazar ceb4324c18
test: quick fix flaky test 5 years ago
m.nabokikh 21a01ee811 Add sprig v3 functions to web templates 5 years ago
m.nabokikh 4b54433ec2 Bump golag-ci lint version to 1.40.1 5 years ago
Mark Sagi-Kazar 0bef10ef80
chore(deps): update gosundheit 5 years ago
m.nabokikh dea1d3383c Deprecation warning log message 5 years ago
Alastair Houghton cd0c24ec4d fix: add an extra endpoint to avoid refresh generating AuthRequests. 5 years ago
Alastair Houghton 030a6459d6 fix: reinstate TestHandleAuthCode. 5 years ago
Alastair Houghton 88025b3d7c fix: remove some additional dependencies. 5 years ago
Alastair Houghton 0284a4c3c9 fix: back link on password page needs to be explicit. 5 years ago
Alastair Houghton cdbb5dd94d fix: defer creation of auth request. 5 years ago