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

Upgrade okta lib #8143

Merged
merged 11 commits into from Feb 3, 2020
Merged

Upgrade okta lib #8143

merged 11 commits into from Feb 3, 2020

Commits on Jan 10, 2020

  1. Update test to use newer field names. Remove obsolete test invalidate…

    …d by #4798.  Properly handle case where an error was expected and didn't occur.
    ncabatoff committed Jan 10, 2020
    Copy the full SHA
    7515806 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Upgrade to new official Okta sdk lib. Unfortunately it doesn't suppor…

    …t logging in without an API token, so using my fork of it while waiting to see if they accept a PR.
    ncabatoff committed Jan 13, 2020
    Copy the full SHA
    0dbb81c View commit details
    Browse the repository at this point in the history
  2. go mod vendor

    ncabatoff committed Jan 13, 2020
    Copy the full SHA
    7e97157 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Stop using my forked okta lib. Use old unofficial okta lib for no-api…

    …token case. Deprecate that use case.
    ncabatoff committed Jan 17, 2020
    Copy the full SHA
    6b420bb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Copy the full SHA
    f4fff5a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge branch 'master' into upgrade-okta-lib

    # Conflicts:
    #	go.mod
    #	go.sum
    #	sdk/go.mod
    #	vendor/modules.txt
    #	website/pages/api-docs/auth/okta/index.mdx
    #	website/pages/docs/auth/okta.mdx
    ncabatoff committed Jan 22, 2020
    Copy the full SHA
    4167de8 View commit details
    Browse the repository at this point in the history
  2. go mod tidy and vendor

    ncabatoff committed Jan 22, 2020
    Copy the full SHA
    930ed10 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Remove redundant Sprintf.

    ncabatoff committed Feb 3, 2020
    Copy the full SHA
    9d2b10c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into upgrade-okta-lib

    # Conflicts:
    #	go.mod
    #	vendor/modules.txt
    ncabatoff committed Feb 3, 2020
    Copy the full SHA
    b128a2b View commit details
    Browse the repository at this point in the history
  3. Post-merge go mod vendor.

    ncabatoff committed Feb 3, 2020
    Copy the full SHA
    97f22ee View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d104872 View commit details
    Browse the repository at this point in the history