331 Commits (artifact-workflow)

Author SHA1 Message Date
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
Maksim Nabokikh 20875c972e
Discard package "version" (#2107) 5 years ago
Rui Yang fe8085b886 remove client secret encryption option 5 years ago
Rui Yang ecea593ddd fix a bug in hash comparison function 5 years ago
Mark Sagi-Kazar 95796b04a3
chore(deps): upgrade protobuf and grpc 5 years ago
Mark Sagi-Kazar d25051c867
chore(deps): upgrade protobuf in server/internal package 5 years ago
Mark Sagi-Kazar d1e8b085e2
feat: use embedded assets by default 5 years ago
Rui Yang 2f28fc7451 default to ./web when Dir and WebFS are not set 5 years ago
Rui Yang 4e569024fd use go 1.16 new package io/fs 5 years ago
Rui Yang 7b50cbf0ac use pkger for embedding static contents 5 years ago
Rui Yang 1eab25f89f use web host url for asset hosting 5 years ago
Rui Yang 10e9054811 Use http.FileSystem for web assets 5 years ago
Rui Yang d658c24e8f add dex config flag for enabling client secret encryption 5 years ago