Skip to content

Commit

Permalink
Merge pull request #48 from damienbod/dev-sts
Browse files Browse the repository at this point in the history
Update Duende IdentityServer
  • Loading branch information
damienbod committed Aug 18, 2023
2 parents 6a5be3e + cf27023 commit 6fc09a8
Show file tree
Hide file tree
Showing 338 changed files with 60,596 additions and 16,823 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
/PkceClientApp.txt
/WebHybridClient.txt
/_logs-**
/StsServerIdentity/AspIdUsers.db-shm
/StsServerIdentity/AspIdUsers.db-wal
/StsServerIdentity/node_modules
12 changes: 6 additions & 6 deletions AspNetCoreHybridFlow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StsServerIdentity", "StsServer\StsServerIdentity.csproj", "{718607C6-2D56-47F3-BDDE-356522EE286E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{AB31E1B1-F103-4A8B-BE79-1966C57C319A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebHybridFlowClient", "WebHybridFlowClient\WebHybridFlowClient.csproj", "{5A1E5B5D-4CE7-439E-938A-DA9937091586}"
Expand All @@ -26,16 +24,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityStandaloneUserCheck
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebExtraClaimsCached", "WebExtraClaimsCached\WebExtraClaimsCached.csproj", "{DBC546B7-C2FD-4844-9595-DA8E1FA4FA64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StsServerIdentity", "StsServerIdentity\StsServerIdentity.csproj", "{25DE3FD4-994C-4293-8E1D-C84CF8065543}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{718607C6-2D56-47F3-BDDE-356522EE286E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{718607C6-2D56-47F3-BDDE-356522EE286E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{718607C6-2D56-47F3-BDDE-356522EE286E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{718607C6-2D56-47F3-BDDE-356522EE286E}.Release|Any CPU.Build.0 = Release|Any CPU
{AB31E1B1-F103-4A8B-BE79-1966C57C319A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB31E1B1-F103-4A8B-BE79-1966C57C319A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB31E1B1-F103-4A8B-BE79-1966C57C319A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -68,6 +64,10 @@ Global
{DBC546B7-C2FD-4844-9595-DA8E1FA4FA64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBC546B7-C2FD-4844-9595-DA8E1FA4FA64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBC546B7-C2FD-4844-9595-DA8E1FA4FA64}.Release|Any CPU.Build.0 = Release|Any CPU
{25DE3FD4-994C-4293-8E1D-C84CF8065543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25DE3FD4-994C-4293-8E1D-C84CF8065543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25DE3FD4-994C-4293-8E1D-C84CF8065543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25DE3FD4-994C-4293-8E1D-C84CF8065543}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion AspNetCoreRequireMfaOidc/Pages/Account/AccessDenied.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

You can enable MFA to login here:

<a href="https://localhost:44352/Manage/TwoFactorAuthentication">Enable MFA</a>
<a href="https://localhost:44352/Identity/Account/Manage/TwoFactorAuthentication">Enable MFA</a>

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Update-Database

## History

- 2023-08-18 Updated packages, updated startup
- 2023-08-18 Updated packages, updated start up, updated Duende IdentityServer
- 2023-05-07 Updated packages
- 2022-12-17 Updated packages to .NET 7
- 2022-10-22 Updated packages
Expand Down
16 changes: 0 additions & 16 deletions StsServer/.template.config/template.json

This file was deleted.

177 changes: 0 additions & 177 deletions StsServer/Config.cs

This file was deleted.

Loading

0 comments on commit 6fc09a8

Please sign in to comment.