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

sso-auth: Azure AD provider #118

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Commits on Jan 31, 2019

  1. First pass port of Azure v2 provider

    sporkmonger authored and Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c3ae45d View commit details
    Browse the repository at this point in the history
  2. Porting of Azure AD provider largely complete

    sporkmonger authored and Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5acfd70 View commit details
    Browse the repository at this point in the history
  3. Fix group tests, add sign-in tests, and generate nonces

    sporkmonger authored and Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    83e43a1 View commit details
    Browse the repository at this point in the history
  4. Add golang-lru to Godeps

    sporkmonger authored and Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    4e51eae View commit details
    Browse the repository at this point in the history
  5. Expand abbreviation in comment

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    413d831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fcdff4 View commit details
    Browse the repository at this point in the history
  7. Update Azure provider constant for consistency

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    315d1bd View commit details
    Browse the repository at this point in the history
  8. Fix up comments related to common default tenant ID

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    38d0523 View commit details
    Browse the repository at this point in the history
  9. Document odata pagination hyperlinking

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    4f8b330 View commit details
    Browse the repository at this point in the history
  10. Remove unused helper function

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    23e5067 View commit details
    Browse the repository at this point in the history
  11. Remove unused contains helper function

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    97957bc View commit details
    Browse the repository at this point in the history
  12. Removed commented out code

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    70b7c20 View commit details
    Browse the repository at this point in the history
  13. Remove unnecessary new line from comment

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0d4d57e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    837ad42 View commit details
    Browse the repository at this point in the history
  15. Fix return value on error

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    82c429b View commit details
    Browse the repository at this point in the history
  16. This API should only return 200 on success

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    bd344fe View commit details
    Browse the repository at this point in the history
  17. Consistent mutex variable names

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    e0e9804 View commit details
    Browse the repository at this point in the history
  18. This API should only return 200 on success

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5234346 View commit details
    Browse the repository at this point in the history
  19. Make it clearer that this is a template value

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    515bb6a View commit details
    Browse the repository at this point in the history
  20. Drop usage of named return values

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    359275b View commit details
    Browse the repository at this point in the history
  21. Update comments to accurately reflect what's happening in Marshal/Unm…

    …arshal
    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0ff780c View commit details
    Browse the repository at this point in the history
  22. Drop another usage of named return values

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    91b3768 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dfc5040 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e786df6 View commit details
    Browse the repository at this point in the history
  25. Drop debug logging lines

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    ce8b2d0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    759506e View commit details
    Browse the repository at this point in the history
  27. Rename to ms_graph_api.go and add top-level comment

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1f06ed2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fcf4c96 View commit details
    Browse the repository at this point in the history
  29. Add clarification around error handling

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d19cddf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    55d4776 View commit details
    Browse the repository at this point in the history
  31. Remove methods again

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    fd7b43f View commit details
    Browse the repository at this point in the history
  32. Remove debug lines

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    4c8c289 View commit details
    Browse the repository at this point in the history
  33. Get sign out working

    Bob Aman committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    b95cb54 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Extend lifetime deadline for OIDC provider

    Co-Authored-By: sporkmonger <sporkmonger@users.noreply.github.com>
    kevinoconnor7 and sporkmonger committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    b5d595d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Add OIDC discovery URL environment var

    Co-Authored-By: sporkmonger <sporkmonger@users.noreply.github.com>
    kevinoconnor7 and sporkmonger committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c30c7c8 View commit details
    Browse the repository at this point in the history
  2. Allow OIDC as a provider in options

    Co-Authored-By: sporkmonger <sporkmonger@users.noreply.github.com>
    kevinoconnor7 and sporkmonger committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    0dba59c View commit details
    Browse the repository at this point in the history
  3. OIDC doesn't require a token validation endpoint (though extensions d…

    …o support it)
    
    Co-Authored-By: sporkmonger <sporkmonger@users.noreply.github.com>
    kevinoconnor7 and sporkmonger committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    a736235 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge branch 'master' into azure-ad-provider

    Bob Aman committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    eecf0a8 View commit details
    Browse the repository at this point in the history
  2. go fmt

    Bob Aman committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    552ce5b View commit details
    Browse the repository at this point in the history