From b2148bbb21df67481eb002ccc106e4b0fe4897a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 18 Dec 2023 18:24:07 +0100 Subject: [PATCH] Bump OpenIddict to 5.0.0 --- Directory.Packages.props | 20 ++++++++++---------- samples/Balosar/Balosar.Server/Worker.cs | 2 +- samples/Fornax/Fornax.Server/Web.config | 6 +++--- samples/Matty/Matty.Server/Worker.cs | 2 +- samples/Mortis/Mortis.Client/Web.config | 4 ++-- samples/Zirku/Zirku.Server/Program.cs | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8c2561b23..7d7c38b2c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -46,8 +46,8 @@ - - + + @@ -80,14 +80,14 @@ - - - - - - - - + + + + + + + + diff --git a/samples/Balosar/Balosar.Server/Worker.cs b/samples/Balosar/Balosar.Server/Worker.cs index 0b7e49a59..4725c9b5e 100644 --- a/samples/Balosar/Balosar.Server/Worker.cs +++ b/samples/Balosar/Balosar.Server/Worker.cs @@ -32,7 +32,7 @@ await manager.CreateAsync(new OpenIddictApplicationDescriptor ClientId = "balosar-blazor-client", ConsentType = ConsentTypes.Explicit, DisplayName = "Blazor client application", - Type = ClientTypes.Public, + ClientType = ClientTypes.Public, PostLogoutRedirectUris = { new Uri("https://localhost:44310/authentication/logout-callback") diff --git a/samples/Fornax/Fornax.Server/Web.config b/samples/Fornax/Fornax.Server/Web.config index cf58ea271..2e50a0215 100644 --- a/samples/Fornax/Fornax.Server/Web.config +++ b/samples/Fornax/Fornax.Server/Web.config @@ -1,4 +1,4 @@ - +