- 30 Jun, 2016 2 commits
-
-
Eric Chiang authored
Documentation: clean up release documentation
-
Eric Chiang authored
-
- 29 Jun, 2016 2 commits
-
-
Eric Chiang authored
Documentation: minor fix
-
alon-argus authored
-
- 28 Jun, 2016 13 commits
-
-
Eric Chiang authored
return 409 for duplicate client ids
-
Eric Chiang authored
-
Eric Chiang authored
Clean up LDAP Connector
-
Eric Chiang authored
* Remove some unlikely to be used fields to help configurability. * Combined "serverHost" and "serverPort" into "host" * Remove "timeout" (just default to 30 seconds). * Remove "maxIdleConn" will add it back if users feel the need to control the number of cached connections. * Remove "trustedEmailProvider" (just always trust). * Remove "skipCertVerification" you can't make this connector ingore TLS errors. * Fix configs that don't search before bind (previously broken). * Add more examples to Documentation * Refactor LDAPPool Acquire() and Put() into a Do() function which always does the flow correctly. * Added more comments and renamed some functions. * Moved methods on LDAPIdentityProvider to the LDAPConnector
-
Eric Chiang authored
return 409 status code on duplicate email errors
-
Eric Chiang authored
-
Eric Chiang authored
Fix docker-build script
-
Eric Chiang authored
-
Eric Chiang authored
*: update go-oidc to shorten length of key IDs
-
Eric Chiang authored
-
Eric Chiang authored
*: update mailgun-go to remove dependency on deleted simplehttp pkg
-
Eric Chiang authored
-
Eric Chiang authored
-
- 27 Jun, 2016 2 commits
-
-
Eric Chiang authored
build with go 1.6 and actually push to quay
-
Eric Chiang authored
-
- 24 Jun, 2016 2 commits
-
-
Eric Chiang authored
scope: don't validate empty scopes
-
Bobby Rullo authored
If an empty scope is somehow passed along, it shouldn't be validated when checking refresh token scope.
-
- 21 Jun, 2016 14 commits
-
-
bobbyrullo authored
Allow specification of client_{id, secret} in admin api
-
Bobby Rullo authored
-
Bobby Rullo authored
You can specify your own client ID and secret!
-
bobbyrullo authored
Implement Public Clients
-
Bobby Rullo authored
-
Bobby Rullo authored
-
Bobby Rullo authored
When "urn:ietf:wg:oauth:2.0:oob" is used as a redirect URI, redirect to an internal dex page where the user is shown the code and instructed to paste it into their app.
-
Bobby Rullo authored
When calling manager.Authenticate, logs now show different error messages.
-
Bobby Rullo authored
* disallow ClientCreds for public clients * clients can only redirect to localhost or OOB
-
Bobby Rullo authored
Metadata is not enough these days - we're going to need access to the Public field as well.
-
Bobby Rullo authored
-
Bobby Rullo authored
and update docs
-
Bobby Rullo authored
* Start Documentation
-
Bobby Rullo authored
* validation of client moved into its own method and tested * public clients have different validation - must have no redirect URIs and must have a clientName set
-
- 20 Jun, 2016 3 commits
-
-
Bobby Rullo authored
-
Eric Chiang authored
Revert "Use Github templates for issues/proposals"
-
Eric Chiang authored
The proposal templates was not intended to be show for every issue, only for proposal. Revert that issue template and add more general one in a follow up commit. This reverts commit 09cb3857.
-
- 17 Jun, 2016 2 commits
-
-
Eric Chiang authored
*: add --enable-automatic-registration flag to worker
-
Eric Chiang authored
For remote connectors, allow users to skip registration.
-