82 Commits (b746ab4975262bbba6cf5d4792b82875f2bee916)

Author SHA1 Message Date
Eric Chiang 6475ce1f62 connector/oidc: remove test that talks to the internet 9 years ago
Pavel Borzenkov 3b5df52c0f connector/linkedin: implement RefreshConnector interface 9 years ago
Pavel Borzenkov ab06119431 connector: implement LinkedIn connector 9 years ago
Eric Chiang d099145921 authproxy: update docs and set a userID 9 years ago
Michael Stapelberg a41d93db4a Implement the “authproxy” connector (for Apache2 mod_auth etc.) 9 years ago
Eric Chiang fcf00019de connector/ldap: add test for InsecureSkipVerify option 9 years ago
Lars Sjöström 4605fdd551 connector/gitlab: Fix regexp in Link parser 9 years ago
Eric Chiang 980400db0b Makefile: error out if go files aren't correctly formatted 9 years ago
Eric Stroczynski ce9ac761a6 connector/github: abstract scope check and group getter 9 years ago
Chien Huey 99370b5880 Updated comment to include reference to GitHub Enterprise not supporting verified emails 9 years ago
Eric Stroczynski e92f38f38f connector/github: error if no groups scope without orgs 9 years ago
Chien Huey 98f6a217d3 When connecting to GitHub Enterprise, force email verified field to true 9 years ago
Eric Stroczynski 5894d017d5 connector/github: debug->info logging, more informative userInOrg msg 9 years ago
Eric Stroczynski 484327fd5f connector/github: only user users' login name in API reqs 9 years ago
Eric Stroczynski ca75470ae3 connector/gitlab: correct scope strings, better default 9 years ago
Eric Chiang aad328bb35 *: add log events for login, LDAP queries, and SAML responses 9 years ago
Eric Stroczynski 26527011ab connector/github: enable private, primary emails; refactor API calls 9 years ago
Eric Stroczynski 9d154802a2 connector/github: multiple orgs, query by teams 9 years ago
Eric Stroczynski 4a88d0641a : update {S->s}irupsen/logrus 9 years ago
rithu john 5e0bf8b65f connector/oidc: fix hosted domain support. 9 years ago
Ben Navetta cbb007663f add documentation and tests 9 years ago
Ben Navetta 4194530cf3 initial hostedDomain support 9 years ago
rithu john 682d78f527 connector: improve error message for callback URL mismatch 9 years ago
rithu john 0dd024d669 connector/ldap: correct a comment. 9 years ago
rithu john 6e3e174100 connector/ldap: check for blank passwords and return error. 9 years ago
zhuguihua 4e99ec3eeb Fix two typos 9 years ago
Eric Chiang 74f5eaf47e connector/ldap: support the StartTLS flow for secure connections 9 years ago
Eric Chiang 00b5c99ffc connector/saml/testdata: fix bad status test case 9 years ago
rithu john 76b9eb1db9 connector/github: add support for github enterprise. 9 years ago
Eric Chiang 97813ff4fc connector/ldap: fix case where groups are listed on the user entity 9 years ago
Eric Chiang 0ac11d93e6 connector/ldap/testdata: add LDAP schema files 9 years ago
Eric Chiang 4a93b55c8b connector/ldap: add LDAP integration tests 9 years ago
Eric Chiang 362e0798a4 connector/saml: clean up SAML verification logic and comments 9 years ago
Phu Kieu bd754e2b2d Fix entityIssuer -> ssoIssuer typo 9 years ago
Phu Kieu 47897f73fa Validate audience with entityIssuer if present, use redirectURI otherwise 9 years ago
Phu Kieu 217b5ca2c7 Add ssoIssuer to fix Response issuer checking 9 years ago
Eric Chiang a97cffcd52 connector/saml: refactor tests and add self-signed responses 9 years ago
Eric Chiang e0709dc2ac connector/saml: fix validation bug with multiple Assertion elements 9 years ago
Phu Kieu 6f9ef961bb Use etreeutils.NSSelectOne to select Assertion element 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
Eric Chiang ac032e99f0 connector/oidc: expose oauth2.RegisterBrokenAuthHeaderProvider 9 years ago
Eric Chiang 777eeafabc *: update go-oidc and use standard library's context package 9 years ago
Ali Javadi e623ad4d35 connector: add GitLab connector 9 years ago
Ali Javadi 98bfa4fbb1 Fixes #706 9 years ago
Holger Koser e46f2ebe40 Improve SAML Signature and Response Validation 9 years ago
Eric Chiang 31dfb54b6f connector: add a SAML connector 9 years ago
rithu john 6a728f107e connector/ldap: enable groupSearch to be empty 9 years ago
rithu john 9949a1313c server: modify error messages to use logrus. 9 years ago