Bobby Rullo
88142764e9
db: Don't check that trusted peers clients exist
...
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.
10 years ago
Bobby Rullo
ca18efb1fe
client: load full clients w/ LoadableClient
...
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.
10 years ago
bobbyrullo
a9d854e144
Merge pull request #426 from bobbyrullo/cross_client_2
...
Cross client work
10 years ago
Bobby Rullo
5939a15d10
remove DexServer
10 years ago
Bobby Rullo
e71c5086ba
server: CodeToken now does Cross-Client auth
10 years ago
Bobby Rullo
9b4740862c
server: /auth accepts, validates X-client scopes
10 years ago
Bobby Rullo
e6e04be297
integration: changes based on codegen
10 years ago
Bobby Rullo
2406c09598
workerschema: move Client.Revoke to RefreshClient
...
also, RevokeClient -> RevokeClient for consistency.
10 years ago
Bobby Rullo
e1c070d84e
admin: add trustedPeers bootstrap api
10 years ago
Bobby Rullo
5e9dd9f4b0
adminschema: add trustedPeers to client creation
10 years ago
Bobby Rullo
f9dbc8a3d2
db, client: add data model for trusted peers
...
Trusted Peers are clients that are authorized to mint tokens
for another client.
10 years ago
bobbyrullo
546463adcc
Merge pull request #457 from bobbyrullo/client_manager_tweaks
...
Various client api tweaks
10 years ago
Bobby Rullo
182e8af420
test: alphabetize tests
10 years ago
Bobby Rullo
1b4dca80d7
client: remove ClientManagerFromClients
...
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.
10 years ago
Bobby Rullo
a33d61c8e2
server: remove boilerplate setup code part deux
...
Use the test fixture setup stuff in testutil instead.
10 years ago
Bobby Rullo
ad1d5ab253
server: remove boilerplate setup code
...
Use the test fixture setup stuff in testutil instead.
10 years ago
Bobby Rullo
8d1a6f2324
functional: test sample clients file is valid
...
Also tests that it's being loaded properly (which is not the case in
NewClientManagerFromClients, which will be removed in subsequent commit)
10 years ago
Eric Chiang
9c260c7698
Merge pull request #455 from ericchiang/update-go-versions-for-travis
...
*: Update Go versions used for Travis tests and test tip
10 years ago
Eric Chiang
ca0655cbba
Merge pull request #453 from kismatic/tls-example-app
...
Added TLS support to the example application
10 years ago
abrand
51659716e0
Improved error message when TLS config is specified, but listen/redirect URL are using wrong scheme
10 years ago
Eric Chiang
2362154d99
*: allow builds with development versions of Go
10 years ago
Eric Chiang
1ffb243e9a
*: Update Go versions used for Travis tests and test tip
10 years ago
Eric Chiang
2d5fb0b47a
Merge pull request #316 from fnordahl/issue/309-implement-connection-pooling
...
connector_ldap: Implement connection pooling for LDAP connections
10 years ago
abrand
6f98dfeb96
Added TLS support to the example application
10 years ago
Frode Nordahl
3077979a3b
Functional tests for LDAP Connection Pool
10 years ago
Frode Nordahl
e531dd6be5
Implement connection pooling for LDAP connections
...
Fixes #309
10 years ago
Frode Nordahl
f976fa1d3b
vendor: Add golang.org/x/net/context
10 years ago
Bobby Rullo
86ef34d8e2
client: generateClientCreds -> addClientCreds
...
a little easier to read this way IMO.
10 years ago
Eric Chiang
4440b3a085
Merge pull request #449 from ericchiang/add-connectors-to-api
...
Set and list connectors from admin API
10 years ago
Eric Chiang
35ea3d9ae1
*: add ability to set and list connectors from admin API
...
closes #360
10 years ago
Eric Chiang
adbf486246
schema/adminschema: add route for setting and listing connectors
10 years ago
bobbyrullo
65461a1c58
Creating releases... ( #435 )
...
* Create releases.md
* (SQUASH) make note about keys
10 years ago
bobbyrullo
04fa835405
Merge pull request #353 from fnordahl/issue/156
...
vendor: update go-oidc to latest
10 years ago
Bobby Rullo
bbaea52ea6
alternate approach to fixing tests
10 years ago
Frode Nordahl
58f1bb4556
vendor: update go-oidc
10 years ago
Eric Chiang
2003df83cf
schema: standardize JSON formatting
10 years ago
Eric Chiang
f39191a92d
schema: add small tool to standardize JSON formatting
10 years ago
Evan Cordell
a846016ceb
Merge pull request #442 from ecordell/client-manager
...
Adds client manager
10 years ago
Evan Cordell
73d9742c8b
client manager: accept full client when creating
10 years ago
bobbyrullo
b0f17c9429
Merge pull request #446 from xaka/patch-2
...
examples: add sample for clients
10 years ago
Evan Cordell
a418e1c4e7
client: add client manager
...
adds a client manager to handle business logic, leaving the repo
for basic crud operations. Also adds client to the test script
10 years ago
Evan Cordell
3da98fcb8e
client: add transaction support
10 years ago
Pavel Strashkin
dec5d90657
examples: add sample for clients
...
Adds consistency to existing samples for users, connectors, etc., as
well as protects users from accidental changes to files under Git, which
is why there are samples after all.
10 years ago
Ed Rooth
02bf115026
Merge pull request #445 from xaka/patch-1
...
Documentation: use "cp" instead of "mv" to keep git state untouched
10 years ago
Pavel Strashkin
a886eef2a6
Documentation: use "cp" instead of "mv" to keep git state untouched
10 years ago
bobbyrullo
e640be85c6
Merge pull request #444 from bobbyrullo/fix_375
...
Revert "Fix response_type missing param"
10 years ago
Bobby Rullo
847849931f
Revert "Fix response_type missing param"
...
This reverts commit 821b242c83 .
10 years ago
Ed Rooth
b29deb736b
Merge pull request #437 from chris-rock/patch-1
...
add links to issues in roadmap
10 years ago
Eric Chiang
429fc0803b
Merge pull request #440 from ericchiang/fix_build_script
...
*: fix build script to work outside of GOPATH
10 years ago
Eric Chiang
16c189b7b2
*: fix build script to work outside of GOPATH
...
Closes #439
10 years ago