75 Commits (v2.2.x)

Author SHA1 Message Date
Eric Chiang 5c6ddbb6dc 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
Eric Chiang 0f4a1f69c5 *: wire up SAML POST binding 9 years ago
Simon HEGE b4c47910e4 Allow CORS on discovery endpoint 9 years ago
rithu john 75aa1c67ce server: add error HTML templates with error description. 9 years ago
Eric Chiang fe196864c0 *: fix comment typos found with github.com/client9/misspell 9 years ago
rithu john 9949a1313c server: modify error messages to use logrus. 9 years ago
rithu john 2e22a948cf cmd/dex: add logging config and serve logger for different modules. 9 years ago
Eric Chiang 391dc51c13 *: add theme based frontend configuration 9 years ago
Eric Chiang 522749b5d8 *: switch oidc client to github.com/coreos/go-oidc 9 years ago
Eric Chiang 55e97d90a6 *: add tests for the RefreshConnector 9 years ago
Eric Chiang 952e0f81f5 connector: add RefreshConnector interface 9 years ago
Eric Chiang 5c602d36d9 server: fix expiry test flake 9 years ago
Phu Kieu 35180a72f1 Enable groups scope 9 years ago
rithu john ee9738d663 api: adding a gRPC call for listing passwords. 9 years ago
rithu john de4e23a27b api: add gRPC definition for version endpoint. 9 years ago
Eric Chiang 12a5c0ada3 server: use seconds instead of nano seconds for expires_in and expiry 9 years ago
Eric Chiang 57a59d4631 *: don't error out if a username doesn't exist in the backing connector 10 years ago
rithu leena john ed7e943406 api: add gRPC endpoints for creating, updating and deleting passwords 10 years ago
Eric Chiang 7c2289e0de *: rename internally used "state" form value to "req" 10 years ago
Eric Chiang a3235d022a *: verify "state" field before passing request to callback connectors 10 years ago
Lucas Serven 5c498ae4df server/handlers: fix Cache-Control header 10 years ago
Eric Chiang 7084a801d7 *: port oob template 10 years ago
Eric Chiang 892fa3fe35 server: rename "rotationStrategy.period" to "rotationFrequency" 10 years ago
Eric Chiang d8033999d5 server: fix key rotation polling 10 years ago
Eric Chiang 89ecfd2ede server: only print gc stats if something has been removed 10 years ago
Eric Chiang 96440e4cc5 *: fix linting 10 years ago
Eric Chiang 4296604f11 {cmd,server}: move garbage collection logic to server 10 years ago
Eric Chiang 3e20a080fe server: fix auth request expiry 10 years ago
Eric Chiang 2834da443f server: allow extra spaces in scopes 10 years ago
Eric Chiang ac6e419d48 server: add tests for refreshing with explicit scopes 10 years ago
Eric Chiang dcbe67d89c {cmd/dex,server}: expose skip approval screen option 10 years ago
Eric Chiang 6dbb5c4de6 server: fix cross client scope prefix 10 years ago
Eric Chiang cdf0b91690 server: add an option to enable emails and passwords from the database 10 years ago
Eric Chiang 9243a092cf server: add a test for the health check handler 10 years ago
Eric Chiang e873a31b21 server: add health check endpoint 10 years ago
Eric Chiang 8b079168be server: add gRPC service implementation 10 years ago
Eric Chiang 82a55cf785 {server,storage}: add LoggedIn flag to AuthRequest and improve storage docs 10 years ago
Eric Chiang 04912c04e3 server: generate string literals instead of escaped strings 10 years ago