1. 14 Jun, 2016 2 commits
    • Bobby Rullo's avatar
      refresh tokens: grant claims based on scopes · 75473b4c
      Bobby Rullo authored
      Before,  this logic was only in the OIDCServer.CodeToken() method; now it has been
      pulled out so that other paths, like OIDCServer.RefreshToken() can use
      it.
      
      The net affect, is that now refresh tokens can be used to get
      cross-client authenticated ID Tokens.
      75473b4c
    • Bobby Rullo's avatar
      refresh tokens: store and validate scopes. · 32a1994a
      Bobby Rullo authored
      A refresh request must fail if it asks for scopes that were not
      originally granted when the refresh token was obtained.
      
      This Commit:
      
      * changes repo to store scopes with tokens
      * changes repo interface signatures so that scopes can be stored and
        verified
      * updates dependent code to pass along scopes
      32a1994a
  2. 13 Jun, 2016 2 commits
  3. 11 Jun, 2016 2 commits
  4. 10 Jun, 2016 1 commit
  5. 09 Jun, 2016 5 commits
  6. 08 Jun, 2016 12 commits
  7. 07 Jun, 2016 5 commits
  8. 06 Jun, 2016 1 commit
  9. 05 Jun, 2016 1 commit
  10. 04 Jun, 2016 1 commit
  11. 03 Jun, 2016 8 commits