225 Commits (v2.26.0)

Author SHA1 Message Date
Mark Sagi-Kazar 349832b380
Run fixer 5 years ago
Martin Heide 162073b33e No longer allow desktop/mobile redirect URIs implicitly if RedirectURIs is set 5 years ago
Martin Heide c15e2887bc Add oob, device and localhost redirect URI tests 5 years ago
Martin Heide 1ea481bb73 Fix gofmt in oauth2_test.go 5 years ago
Martin Heide b894d9c888 Allow public clients (e.g. using implicit flow or PKCE) to have redirect URIs configured 5 years ago
m.nabokikh a5ad5eaf08 fix: Minor style fixes after merging PKCE implementation 5 years ago
Bernd Eckstein b5519695a6
PKCE implementation (#1784) 5 years ago
m.nabokikh 1d83e4749d Add gocritic 6 years ago
m.nabokikh 4d63e9cd68 fix: Bump golangci-lint version and fix some linter's problems 6 years ago
Tom Quarendon 4da93e75fc fix: log errors from login during password grant 6 years ago
Alastair Houghton 9187aa669d fix: allow Authorization header when doing CORS 6 years ago
Rui Yang bd2234cd12 Add constructor for static key strategy 6 years ago
Tomasz Kleczek b1311baa3c abort connector login if connector was already set #1707 6 years ago
justin-slowik 9a7926c19b Cleaned up Device Flow test log levels 6 years ago
justin-slowik 334ecf0482 Fixes based on PR comments. 6 years ago
justin-slowik 1404477326 Updates based on dexidp pr 6 years ago
justin-slowik f91f294385 gofmt 6 years ago
justin-slowik 9882ea453f better support for /device/callback redirect uris with public clients. 6 years ago
Justin Slowik 9c699b1028 Server integration test for Device Flow (#3) 6 years ago
Justin Slowik 9bbdc721d5 Device flow token code exchange (#2) 6 years ago
Justin Slowik 0d1a0e4129 Device token api endpoint (#1) 6 years ago
Justin Slowik 6d343e059b Generates/Stores the device request and returns the device and user codes. 6 years ago
m.nabokikh 70505b258d Fix templates with asset paths that point to external URL 6 years ago
Mark Sagi-Kazar e84682d7b9
Add v2 api module 6 years ago
techknowlogick 0a9f56527e
Add Gitea connector (#1715) 6 years ago
Brian Candler d2c9305e0f Fix comment for implicit flow 6 years ago
Tadeusz Magura-Witkowski 7b7e2a040d Automatic consistency fixing in case of missing refresh token in db 6 years ago
Kyle Larose ab5ea03025
handlers: do not fail login if refresh token gone 6 years ago
Ivan Mikheykin 7ef1179e75 feat: connector for Atlassian Crowd 6 years ago
Joshua Winters 76825fef8f Make logger and prometheus optional in server config 6 years ago
Rui Yang 0f9a74f1d0 Remove uneccesary client verification 6 years ago
Zach Brown 13be146d2a Add support for password grant #926 6 years ago
m.nabokikh 058e72ef50 Pick icons on login screen by connector type instead of ID 6 years ago
Andrew Block 92e63771ac
Added OpenShift connector 6 years ago
Mark Sagi-Kazar 050d5af937
Fix ineffassign 6 years ago
Mark Sagi-Kazar 65c77e9db2
Fix bodyclose 6 years ago
Mark Sagi-Kazar f141f2133b
Fix whitespace 6 years ago
Mark Sagi-Kazar 9bd5ae5197
Fix goimports 6 years ago
Mark Sagi-Kazar 367b187cf4
Fix missspell 6 years ago
Mark Sagi-Kazar 8c3dc0ca66
Remove unused code (fixed: unused, structcheck, deadcode linters) 6 years ago
Joel Speed 97ffa21262
Create separate Google connector 6 years ago
Joel Speed c4e96dda32
Fix migration of old connector data 6 years ago
Joel Speed d9095073c8
Unindent session updates on finalizeLogin 6 years ago
Joel Speed 19ad7daa7f
Use old ConnectorData before session.ConnectorData 6 years ago
Joel Speed 176ba709a4
Revert "Remove connectordata from other structs" 6 years ago
Joel Speed 4076eed17b
Build opts based on scope 6 years ago
Joel Speed 5c88713177
Remove connectordata from other structs 6 years ago
Joel Speed 0352258093
Update handleRefreshToken logic 6 years ago
Joel Speed 575c792156
Store most recent refresh token in offline sessions 6 years ago
serhiimakogon b793afd375 preferred_username claim added on refresh token 6 years ago