Skip to content
  1. May 09, 2019
  2. Apr 16, 2019
  3. Apr 13, 2019
  4. Apr 12, 2019
  5. Apr 10, 2019
  6. Mar 26, 2019
  7. Mar 21, 2019
  8. Mar 20, 2019
    • Tim Spencer's avatar
      add login.gov provider (#55) · 8cc5fbf8
      Tim Spencer authored
      
      
      * first stab at login.gov provider
      
      * fixing bugs now that I think I understand things better
      
      * fixing up dependencies
      
      * remove some debug stuff
      
      * Fixing all dependencies to point at my fork
      
      * forgot to hit save on the github rehome here
      
      * adding options for setting keys and so on, use JWT workflow instead of PKCE
      
      * forgot comma
      
      * was too aggressive with search/replace
      
      * need JWTKey to be byte array
      
      * removed custom refresh stuff
      
      * do our own custom jwt claim and store it in the normal session store
      
      * golang json types are strange
      
      * I have much to learn about golang
      
      * fix time and signing key
      
      * add http lib
      
      * fixed claims up since we don't need custom claims
      
      * add libs
      
      * forgot ioutil
      
      * forgot ioutil
      
      * moved back to pusher location
      
      * changed proxy github location back so that it builds externally, fixed up []byte stuff, removed client_secret if we are using login.gov
      
      * update dependencies
      
      * do JWTs properly
      
      * finished oidc flow, fixed up tests to work better
      
      * updated comments, added test that we set expiresOn properly
      
      * got confused with header and post vs get
      
      * clean up debug and test dir
      
      * add login.gov to README, remove references to my repo
      
      * forgot to remove un-needed code
      
      * can use sample_key* instead of generating your own
      
      * updated changelog
      
      * apparently golint wants comments like this
      
      * linter wants non-standard libs in a separate grouping
      
      * Update options.go
      
      Co-Authored-By: default avatartimothy-spencer <timothy.spencer@gsa.gov>
      
      * Update options.go
      
      Co-Authored-By: default avatartimothy-spencer <timothy.spencer@gsa.gov>
      
      * remove sample_key, improve comments related to client-secret, fix changelog related to PR feedback
      
      * github doesn't seem to do gofmt when merging.  :-)
      
      * update CODEOWNERS
      
      * check the nonce
      
      * validate the JWT fully
      
      * forgot to add pubjwk-url to README
      
      * unexport the struct
      
      * fix up the err masking that travis found
      
      * update nonce comment by request of @JoelSpeed
      
      * argh.  Thought I'd formatted the merge properly, but apparently not.
      
      * fixed test to not fail if the query time was greater than zero
      8cc5fbf8
  9. Mar 11, 2019
  10. Mar 05, 2019
    • Ben's avatar
      Small clarification around health checks (#84) · 66c5eb31
      Ben authored
      Type: docs
      I simply added the word health check. I was searching all over the
      package for a health check, to only realise that it had been called
      ping. I think the small addition might help others avoid my troubles.
      66c5eb31
  11. Mar 04, 2019
    • Marcel D. Juhnke's avatar
      Add -skip-oidc-discovery option (#41) · 8816a2a9
      Marcel D. Juhnke authored
      
      
      * added karrieretutor go-oidc fork for using an AAD B2C Policy
      
      * added karrieretutor go-oidc fork for using an AAD B2C Policy
      
      * added --skip-oidc-discovery option
      
      * added --skip-oidc-discovery option
      
      * add simple test for skip-oidc-discovery option
      
      * revert Dockerfile to pusher upstream
      
      * revert Dockerfile to pusher upstream
      
      * remove karrieretutor b2c option leftover
      
      * remove karrieretutor b2c option leftover
      
      * Fix typo (missing letters)
      
      Co-Authored-By: default avatarmarratj <marrat@marrat.de>
      
      * Fix typo (missing letters)
      
      Co-Authored-By: default avatarmarratj <marrat@marrat.de>
      
      * replace fake http client with NewProvider() from go-oidc
      
      * remove OIDC UserInfo URL option (not required)
      
      * add info about -skip-oidc-discovery to README
      
      * add note to changelog
      
      * Update outdated comment
      8816a2a9
  12. Feb 27, 2019
  13. Feb 22, 2019
  14. Feb 19, 2019
  15. Feb 13, 2019
  16. Feb 11, 2019
  17. Feb 08, 2019
  18. Feb 07, 2019
  19. Feb 02, 2019
  20. Jan 31, 2019
  21. Jan 22, 2019
  22. Jan 14, 2019
  23. Jan 08, 2019
  24. Dec 20, 2018