Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Client defined in dex instead of go-oidc for storing clients #411

Merged
merged 9 commits into from
Apr 20, 2016

Commits on Apr 16, 2016

  1. schema: tweaks to make Client API more regular

    Bobby Rullo committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    1bbca1d View commit details
    Browse the repository at this point in the history
  2. schema: generate code

    Bobby Rullo committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    35cefb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. *: Client Repo now deals with custom Client object

    This is instead of oidc.ClientIdentity. This makes it easier to add new
    fields custom to dex to the client.
    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    95757e8 View commit details
    Browse the repository at this point in the history
  2. *: ClientIdentityXXX -> ClientXXX

    Get rid of all outdated "ClientIdentity" terminology.
    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    e5948ab View commit details
    Browse the repository at this point in the history
  3. client: Add tests for ClientsFromReader

    Also require client ID and secret.
    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    158bfa5 View commit details
    Browse the repository at this point in the history
  4. db: Client() should not return the secret

    It's never used by downstream code, and besides, it's not really the
    secret but a Hash of the secret.
    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    e714133 View commit details
    Browse the repository at this point in the history
  5. functional: test Admin field serialization

    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    3442a5a View commit details
    Browse the repository at this point in the history
  6. integration, *: Improve tests for admin api

    * TestCreateClient was missing test coverage on error cases
    * Fixed bug where 500s were being reported for bad requests
    * changed function signature of NewAdminAPI back to old way of passing
      in lots of repos: passing in a DbMap made it difficult to test
    * added swappable ID and Secret generators when creating Clients
    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    399b15a View commit details
    Browse the repository at this point in the history
  7. fix dexctl

    Bobby Rullo committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    9c403ab View commit details
    Browse the repository at this point in the history