Skip to content

Commit

Permalink
Feature/tis 4 (#54)
Browse files Browse the repository at this point in the history
* feat: duende version

BREAKING CHANGE: Support Duende
  • Loading branch information
aguacongas authored Sep 20, 2021
1 parent 7cd3494 commit d09949a
Show file tree
Hide file tree
Showing 479 changed files with 34,077 additions and 260 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ jobs:
# Setup .NET Core SDK
- name: Setup .NET Core SDK
uses: actions/[email protected]
# Run update depencies script
- name: Update dependencies
working-directory: TheIdServer
# Run update IS4 depencies script
- name: Update IS4 dependencies
working-directory: TheIdServer.IS4
run: ./update-dependencies.ps1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
# Run update Duende depencies script
- name: Update Duende dependencies
working-directory: TheIdServer.Duende
run: ./update-dependencies.ps1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
File renamed without changes.
51 changes: 51 additions & 0 deletions TheIdServer.Duende/.template.config/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"$schema": "http://json.schemastore.org/TIS.Duende",
"author": "Olivier Lefebvre",
"classifications": ["TheIdServer"],
"name": "TheIdServer.Duende",
"identity": "TheIdServer.Duende",
"shortName": "tisduende",
"tags": {
"language": "C#"
},
"sourceName": "TIS",
"preferNameDirectory": true,
"symbols": {
"skipRestore": {
"type": "parameter",
"datatype": "bool",
"description": "Skip restore packages",
"defaultValue": "false"
}
},
"sources": [
{
"modifiers": [
{
"exclude": [
".vs/**",
".git/**",
"doc/**",
"coverage/**",
"ReportGenerator/**",
"**/TestResults/**"
]
}
]
}
],
"primaryOutputs": [
{
"path": "TIS.sln"
}
],
"postActions": [{
"condition": "(!skipRestore)",
"description": "Restore NuGet packages required by this project.",
"manualInstructions": [
{ "text": "Run 'dotnet restore'" }
],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"continueOnError": true
}]
}
File renamed without changes.
3 changes: 3 additions & 0 deletions TheIdServer.Duende/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TheIdServer Duende IdentityServer version

You'll need to acquire a license from Duende for a commercial use. Please visit https://duendesoftware.com/products/identityserver
90 changes: 45 additions & 45 deletions TheIdServer/TIS.sln → TheIdServer.Duende/TIS.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.64
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{32C08CAA-5B35-4960-83FE-0829B47E8014}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS", "src\TIS\TIS.csproj", "{17E655FC-40AC-4A10-8BC1-169971FFAE82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS.BlazorApp", "src\TIS.BlazorApp\TIS.BlazorApp.csproj", "{B9AA421E-C595-49EE-BDA4-D286CA0FC5CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8FD1B9F7-E1B1-44CC-816B-18089DD3604B}"
Expand All @@ -15,9 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAssembly.Net.Http", "tes
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Components.Testing", "test\Microsoft.AspNetCore.Components.Testing\Microsoft.AspNetCore.Components.Testing.csproj", "{836C7CFC-A17D-4D25-924B-2A6683F9546D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS.IntegrationTest", "test\TIS.IntegrationTest\TIS.IntegrationTest.csproj", "{149F2471-4BBA-4E6F-A6A6-69320C2109A5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS", "src\TIS\TIS.csproj", "{D466CE28-FCD6-4DE6-B045-08C129EB45B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS.Test", "test\TIS.Test\TIS.Test.csproj", "{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS.Test", "test\TIS.Test\TIS.Test.csproj", "{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TIS.IntegrationTest", "test\TIS.IntegrationTest\TIS.IntegrationTest.csproj", "{412BBD3A-26FC-49E7-A548-353740F94E44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -29,18 +29,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Debug|x64.ActiveCfg = Debug|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Debug|x64.Build.0 = Debug|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Debug|x86.ActiveCfg = Debug|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Debug|x86.Build.0 = Debug|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Release|Any CPU.Build.0 = Release|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Release|x64.ActiveCfg = Release|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Release|x64.Build.0 = Release|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Release|x86.ActiveCfg = Release|Any CPU
{17E655FC-40AC-4A10-8BC1-169971FFAE82}.Release|x86.Build.0 = Release|Any CPU
{B9AA421E-C595-49EE-BDA4-D286CA0FC5CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9AA421E-C595-49EE-BDA4-D286CA0FC5CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9AA421E-C595-49EE-BDA4-D286CA0FC5CF}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -77,41 +65,53 @@ Global
{836C7CFC-A17D-4D25-924B-2A6683F9546D}.Release|x64.Build.0 = Release|Any CPU
{836C7CFC-A17D-4D25-924B-2A6683F9546D}.Release|x86.ActiveCfg = Release|Any CPU
{836C7CFC-A17D-4D25-924B-2A6683F9546D}.Release|x86.Build.0 = Release|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Debug|x64.ActiveCfg = Debug|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Debug|x64.Build.0 = Debug|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Debug|x86.ActiveCfg = Debug|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Debug|x86.Build.0 = Debug|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Release|Any CPU.Build.0 = Release|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Release|x64.ActiveCfg = Release|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Release|x64.Build.0 = Release|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Release|x86.ActiveCfg = Release|Any CPU
{149F2471-4BBA-4E6F-A6A6-69320C2109A5}.Release|x86.Build.0 = Release|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Debug|x64.ActiveCfg = Debug|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Debug|x64.Build.0 = Debug|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Debug|x86.ActiveCfg = Debug|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Debug|x86.Build.0 = Debug|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Release|Any CPU.Build.0 = Release|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Release|x64.ActiveCfg = Release|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Release|x64.Build.0 = Release|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Release|x86.ActiveCfg = Release|Any CPU
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D}.Release|x86.Build.0 = Release|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Debug|x64.ActiveCfg = Debug|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Debug|x64.Build.0 = Debug|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Debug|x86.Build.0 = Debug|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Release|Any CPU.Build.0 = Release|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Release|x64.ActiveCfg = Release|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Release|x64.Build.0 = Release|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Release|x86.ActiveCfg = Release|Any CPU
{D466CE28-FCD6-4DE6-B045-08C129EB45B7}.Release|x86.Build.0 = Release|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Debug|x64.ActiveCfg = Debug|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Debug|x64.Build.0 = Debug|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Debug|x86.ActiveCfg = Debug|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Debug|x86.Build.0 = Debug|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Release|Any CPU.Build.0 = Release|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Release|x64.ActiveCfg = Release|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Release|x64.Build.0 = Release|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Release|x86.ActiveCfg = Release|Any CPU
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D}.Release|x86.Build.0 = Release|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Debug|x64.ActiveCfg = Debug|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Debug|x64.Build.0 = Debug|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Debug|x86.ActiveCfg = Debug|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Debug|x86.Build.0 = Debug|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Release|Any CPU.Build.0 = Release|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Release|x64.ActiveCfg = Release|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Release|x64.Build.0 = Release|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Release|x86.ActiveCfg = Release|Any CPU
{412BBD3A-26FC-49E7-A548-353740F94E44}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{17E655FC-40AC-4A10-8BC1-169971FFAE82} = {32C08CAA-5B35-4960-83FE-0829B47E8014}
{B9AA421E-C595-49EE-BDA4-D286CA0FC5CF} = {32C08CAA-5B35-4960-83FE-0829B47E8014}
{9E49FAC6-B9A0-47D5-8F34-2A5AA2D8C017} = {8FD1B9F7-E1B1-44CC-816B-18089DD3604B}
{836C7CFC-A17D-4D25-924B-2A6683F9546D} = {8FD1B9F7-E1B1-44CC-816B-18089DD3604B}
{149F2471-4BBA-4E6F-A6A6-69320C2109A5} = {8FD1B9F7-E1B1-44CC-816B-18089DD3604B}
{B5BA10D6-C200-4AE6-943E-C7162ACC9D3D} = {8FD1B9F7-E1B1-44CC-816B-18089DD3604B}
{D466CE28-FCD6-4DE6-B045-08C129EB45B7} = {32C08CAA-5B35-4960-83FE-0829B47E8014}
{C3AFD1D7-EDF0-4149-97CC-9A1B6209391D} = {8FD1B9F7-E1B1-44CC-816B-18089DD3604B}
{412BBD3A-26FC-49E7-A548-353740F94E44} = {8FD1B9F7-E1B1-44CC-816B-18089DD3604B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96BF70D2-3F6D-44CA-89BA-5053E3BA2C26}
Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions TheIdServer.Duende/Template.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.0</PackageVersion>
<PackageId>TheIdServer.Duende.Template</PackageId>
<Title>TheIdServer Duende IdentityServer Template</Title>
<Authors>Olivier Lefebvre</Authors>
<Description>Template to create a TheIdServer for Duende IdentityServer solution.</Description>
<PackageTags>dotnet-new;templates;theidserver;duende-identityserver;oidc;ws-federation;oauth;identity;authentication;security;iam</PackageTags>
<TargetFramework>net5.0</TargetFramework>

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
</PropertyGroup>

<ItemGroup>
<Content Include="**\*" Exclude="**\bin\**;**\obj\**;**\*.csproj.user;**\.vs\**;**\TIS.db;update-dependencies.ps1;update-dependencies.cmd;TIS.sln.licenseheader;Template.csproj" />
<Compile Remove="**\*" />
</ItemGroup>

</Project>
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.BlazorApp.Pages;
using Microsoft.AspNetCore.Components.Routing;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.BlazorApp.Models;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace TIS.BlazorApp.Shared
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Threading.Tasks;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Api" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Apis" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScope" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScopes" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Client" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Clients" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Culture" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Cultures" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProvider" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProviders" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identities" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identity" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Import" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Keys" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Role" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Roles" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.User" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Users" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Api" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Apis" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScope" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScopes" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Client" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Clients" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Culture" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Cultures" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProvider" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProviders" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identities" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identity" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Import" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Keys" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Role" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Roles" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.User" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Users" Version="4.0.0-preview1-0046" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.10" PrivateAssets="all" />
</ItemGroup>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.IdentityServer;
using Microsoft.AspNetCore.Hosting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc.RazorPages;
Expand Down
Loading

0 comments on commit d09949a

Please sign in to comment.