116 Commits (v2.13.x)

Author SHA1 Message Date
Danny Sauer 74bfbcefbc
minor spelling correction 8 years ago
Ed Tan d26e23c16f Make suggested code changes 8 years ago
Ed Tan 8c75d85b60 Add Bitbucket connector 8 years ago
Stephan Renatus b9f6594bf0 *: github.com/coreos/dex -> github.com/dexidp/dex 8 years ago
Vy-Shane Xie b03c85e56e Add new federated:id scope that causes Dex to add a federated_claims claim containing the connector_id and user_id to the ID token 8 years ago
Frederic Branczyk 5f03479d29
*: Add go runtime, process, HTTP and gRPC metrics 8 years ago
Eric Buth da45adcb6e email scope only allows access to a user's email address 8 years ago
Stephan Renatus f013a44581 handlers/connector_login: check before update (optimization) 8 years ago
Stephan Renatus f18d7afc6f handlers/connector_login: update AuthRequest irregardless of method 8 years ago
Eric Chiang c5de6fa733 *: regenerate proto 8 years ago
Kazumasa Kohtaka 9948228e5b Set a proper status code before sending an error status page 8 years ago
Pavel Borzenkov 6193bf5566 connector: implement Microsoft connector 8 years ago
Stephan Renatus 41f663f70c show "back" link for password connectors 8 years ago
Stephan Renatus b09a13458f password connectors: allow overriding the username attribute (password prompt) 8 years ago
Pavel Borzenkov ab06119431 connector: implement LinkedIn connector 9 years ago
Michael Stapelberg 4931f30a80 authproxy.md: strip X-Remote-User 9 years ago
Michael Stapelberg a41d93db4a Implement the “authproxy” connector (for Apache2 mod_auth etc.) 9 years ago
Damian Pacierpnik e3c9b49299 Cross clients improvement - requesting client ID always added to the audience claim 9 years ago
Eric Chiang f234e3707e server: fix panic caused by deleting refresh token twice through api 9 years ago
Eric Stroczynski 2b354c8fdb server: set sane bcrypt cost upper bound 9 years ago
Eric Chiang aad328bb35 *: add log events for login, LDAP queries, and SAML responses 9 years ago
Eric Stroczynski 4bcb0aaae9 server: log bcrypt cost if > 12, error on runtime > 10s 9 years ago
Eric Stroczynski 4a88d0641a : update {S->s}irupsen/logrus 9 years ago
rithu john 753526a506 server/rotation.go: Fix key rotation with multiple dex instances. 9 years ago
Eric Chiang fcb9c5a1c4 server: fix localhost redirect validation for public clients 9 years ago
rithu john aefdd6e004 server/api: return empty list of refresh tokens if user does not have any 9 years ago
rithu john 8c9c2518f5 server: account for dynamically changing connector object in storage. 9 years ago
Eric Chiang ba1660ae1f *: revendor and regenerate protobuf files 9 years ago
rithu john dd1e901dd9 server/rotation.go: avoid displaying the "keys already rotated" error 9 years ago
Eric Chiang 5f377f07d4 *: promote SAML to stable 9 years ago
Lucas Serven f3d9bd5008
server/server.go: make successful garbage collection log at info level 9 years ago
Eric Chiang f734b140cd server: use client connected to remove server for gRPC tests 9 years ago
rithu john 59502850f0 connector: Connectors without a RefreshConnector should not return a refresh token instead of erroring 9 years ago
Eric Chiang 50b223a9db *: validate InResponseTo SAML response field and make issuer optional 9 years ago
Eric Chiang 33f0199077 *: fix spelling using github.com/client9/misspell 9 years ago
rithu john 921090f05f api: Update timestamp type for RefreshTokenRef to int64. 9 years ago
Eric Chiang 777eeafabc *: update go-oidc and use standard library's context package 9 years ago
Eric Chiang 2c4752d5d4 server: fix expiry detection for verification keys 9 years ago
rithu john 3df1db1864 storage: Surface "already exists" errors. 9 years ago
rithu john 1ec19d4fbf api: adding a gRPC call for revoking refresh tokens. 9 years ago
rithu john d201e49248 api: adding a gRPC call for listing refresh tokens. 9 years ago
rithu john d928ac0677 storage: Add OfflineSession object to backend storage. 9 years ago
Eric Chiang 80038847de server: clean up test comments and code flow 9 years ago
Eric Chiang 72a431dd4b {web,server}: use html/template and reduce use of auth request ID 9 years ago
Eric Chiang 8541184afb server: support POSTing to authorization endpoint 9 years ago
Simon HEGE 415a68f977 Allow CORS on keys and token endpoints 9 years ago
Eric Chiang 1eda382789 server: add at_hash claim support 9 years ago
Eric Chiang f4bbab5056 server/internal: generate protobuf types 9 years ago
Eric Chiang f778b2d33b server: update refresh tokens instead of deleting and creating another 9 years ago
Eric Chiang f926d74157 server: fixes for the implicit and hybrid flow 9 years ago