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

Add support for OpenID connect providers #646

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2016

  1. Added support for OpenID connect:

    - allow OpenID connect to be used as generic authentication mechanism;
    - allow OpenID configuration to be obtained from an external source to
      get a generic API.
    Jan Willem Janssen committed Mar 18, 2016
    Copy the full SHA
    3d48237 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. OpenID Connect - added discovery constants:

    - expanded the constants used in the OpenID connect discovery
      specification.
    Jan Willem Janssen committed Mar 21, 2016
    Copy the full SHA
    0e4b527 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Merge https://github.com/scribejava/scribejava into openid_connect

    Jan Willem Janssen committed Mar 23, 2016
    Copy the full SHA
    08f4f71 View commit details
    Browse the repository at this point in the history
  2. OpenID connect - simplify configuration:

    - made the configuration a simple POJO that should be filled by the user
      before creating the OpenIdConnectApi.
    Jan Willem Janssen committed Mar 23, 2016
    Copy the full SHA
    6861767 View commit details
    Browse the repository at this point in the history