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

Backport ASP.NET Core PKCE Support to OpenIdConnectAuthenticationHandler #389

Merged
merged 6 commits into from Dec 10, 2020

Commits on Nov 27, 2020

  1. Add PKCE support to OpenIdConnect Middleware

    Backport the ASP.NET Core PKCE implementation to the OWIN OpenIdConnect middleware.
    rzontar committed Nov 27, 2020
    Copy the full SHA
    cb2d127 View commit details
    Browse the repository at this point in the history
  2. OpenIdConnectMiddlewareTests

    Add basic PKCE related unit test. Port from ASP.NET Core.
    rzontar committed Nov 27, 2020
    Copy the full SHA
    c8f4ec8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1c56e38 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. UsePkce defaults to true

    rzontar committed Dec 9, 2020
    Copy the full SHA
    44ca315 View commit details
    Browse the repository at this point in the history
  2. Condense newlines.

    Adjust comment since RunAuthorizationCodeReceivedEventAsync only exists in Core.
    rzontar committed Dec 9, 2020
    Copy the full SHA
    a082946 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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