- 11 Jun, 2016 1 commit
-
-
Eric Chiang authored
*: don't let generated comment become package comment
-
- 10 Jun, 2016 1 commit
-
-
Eric Chiang authored
-
- 09 Jun, 2016 4 commits
-
-
bobbyrullo authored
Load trustedPeers in no DB mode, add x-client to example app
-
Bobby Rullo authored
* add trustedPeers to a client in client.json.sample * add optional cross client auth to example web app * login page is now templated
-
Eric Chiang authored
#400 Add connector id to the registration error message
-
Alexandr Burdiyan authored
Right now it is not clear what connector is failing. It will be easier to debug with more specific error message. Related to #400.
-
- 08 Jun, 2016 12 commits
-
-
Bobby Rullo authored
Checking that trusted peers exist means that you have to create clients in a certain order, or else create all the clients, then update trusted peers. Either way, not a great experience during setup. The downside, of course, is that you lose validation of peer IDs.
-
Bobby Rullo authored
The Client object on its own doesn't fully express everything about a single client, and so when loading clients from a static configuration it's not enough to just (de)serialize clients. To that end, LoadableClient contains the full representation of a client and associated entities.
-
bobbyrullo authored
Cross client work
-
Bobby Rullo authored
-
Bobby Rullo authored
-
Bobby Rullo authored
-
Bobby Rullo authored
-
Bobby Rullo authored
also, RevokeClient -> RevokeClient for consistency.
-
Bobby Rullo authored
-
Bobby Rullo authored
-
Bobby Rullo authored
Trusted Peers are clients that are authorized to mint tokens for another client.
-
bobbyrullo authored
Various client api tweaks
-
- 07 Jun, 2016 5 commits
-
-
Bobby Rullo authored
-
Bobby Rullo authored
Replaced by ClientRepoFromClients, which makes more sense IMO. Also, it was doing the wrong thing: it was ignoring the client_id and client_secret passed into it as far as I can tell.
-
Bobby Rullo authored
Use the test fixture setup stuff in testutil instead.
-
Bobby Rullo authored
Use the test fixture setup stuff in testutil instead.
-
Bobby Rullo authored
Also tests that it's being loaded properly (which is not the case in NewClientManagerFromClients, which will be removed in subsequent commit)
-
- 06 Jun, 2016 1 commit
-
-
Eric Chiang authored
*: Update Go versions used for Travis tests and test tip
-
- 05 Jun, 2016 1 commit
-
-
Eric Chiang authored
Added TLS support to the example application
-
- 04 Jun, 2016 1 commit
-
-
abrand authored
-
- 03 Jun, 2016 8 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
connector_ldap: Implement connection pooling for LDAP connections
-
abrand authored
-
Frode Nordahl authored
-
Frode Nordahl authored
Fixes #309
-
Frode Nordahl authored
-
Bobby Rullo authored
a little easier to read this way IMO.
-
- 01 Jun, 2016 3 commits
-
-
Eric Chiang authored
Set and list connectors from admin API
-
Eric Chiang authored
closes #360
-
Eric Chiang authored
-
- 27 May, 2016 2 commits
-
-
bobbyrullo authored
* Create releases.md * (SQUASH) make note about keys
-
bobbyrullo authored
vendor: update go-oidc to latest
-
- 26 May, 2016 1 commit
-
-
Bobby Rullo authored
-