1. 26 Apr, 2017 1 commit
    • Added OpenID Connect discovery endpoint · 2b4817b1
      Although we are phasing out our support of OIDC, this particular feature will allow us to eliminate many of the settings we
      share across services. Instead of reading various endpoints and secret keys from settings or hardcoded values, services
      with the proper authentication backend can simply read (and cache) the information from this endpoint.
      
      ECOM-3629
      Clinton Blackburn committed
  2. 24 Apr, 2017 1 commit
  3. 01 Feb, 2017 1 commit
  4. 27 Jul, 2016 1 commit
  5. 07 Jul, 2016 1 commit
    • Unify JWT generation code · f6d7371d
      These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
      Renzo Lucioni committed
  6. 17 May, 2016 1 commit
  7. 02 May, 2016 2 commits
  8. 09 Feb, 2016 1 commit
  9. 10 Dec, 2015 1 commit
  10. 25 Nov, 2015 1 commit
    • Add Programs tab to Studio · 70d57327
      Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
      Renzo Lucioni committed