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

chore(deps): update dependency microsoft.owin to v4.2.2 - autoclosed #12

Closed
wants to merge 19 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 25, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Microsoft.Owin nuget minor 4.1.1 -> 4.2.2

Release Notes

aspnet/AspNetKatana

v4.2.2

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

v4.2.1

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

v4.2.0

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

https://github.com/aspnet/AspNetKatana/pull/389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency microsoft.owin to v4.2.1 chore(deps): update dependency microsoft.owin to v4.2.2 May 11, 2022
@renovate renovate bot force-pushed the renovate/microsoft.owin-4.x branch from 46ac228 to 812a0fe Compare May 11, 2022 20:40
@renovate renovate bot changed the title chore(deps): update dependency microsoft.owin to v4.2.2 chore(deps): update dependency Microsoft.Owin to v4.2.2 Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update dependency Microsoft.Owin to v4.2.2 chore(deps): update dependency microsoft.owin to v4.2.2 Jun 28, 2022
@renovate renovate bot changed the title chore(deps): update dependency microsoft.owin to v4.2.2 chore(deps): update dependency microsoft.owin to v4.2.2 - autoclosed Jul 11, 2022
@renovate renovate bot closed this Jul 11, 2022
@renovate renovate bot deleted the renovate/microsoft.owin-4.x branch July 11, 2022 04:14
@renovate renovate bot changed the title chore(deps): update dependency microsoft.owin to v4.2.2 - autoclosed chore(deps): update dependency microsoft.owin to v4.2.2 Jul 11, 2022
@renovate renovate bot reopened this Jul 11, 2022
@renovate renovate bot restored the renovate/microsoft.owin-4.x branch July 11, 2022 10:40
@renovate renovate bot changed the title chore(deps): update dependency microsoft.owin to v4.2.2 chore(deps): update dependency microsoft.owin to v4.2.2 - autoclosed Oct 20, 2022
@renovate renovate bot closed this Oct 20, 2022
@renovate renovate bot deleted the renovate/microsoft.owin-4.x branch October 20, 2022 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants