Skip to content

Migrate March 2023 server auth to Open.IdentityServer - #36

Draft
Alexa-RR wants to merge 13 commits into
march-2023-03-21from
auth/identityserver-march-2023
Draft

Migrate March 2023 server auth to Open.IdentityServer#36
Alexa-RR wants to merge 13 commits into
march-2023-03-21from
auth/identityserver-march-2023

Conversation

@Alexa-RR

@Alexa-RR Alexa-RR commented Jun 30, 2026

Copy link
Copy Markdown
Member

Summary

  • Replace Duende IdentityServer package/namespaces with Open.IdentityServer.
  • Retarget server-side projects and Docker images to .NET 10 because Open.IdentityServer 1.0.0 requires net10.0.
  • Remove license-key wiring and license-status UI.
  • Update ASP.NET/EF Core/Redis packages on the .NET 10 line and pin MessagePack 3.1.7 to clear the MessagePack advisories.
  • Keep the game client auth flow on the native recroom client credentials.

Verification

  • C:\Users\Alexa\.dotnet\dotnet.exe build DorkNet.Server\DorkNet.Server.csproj --nologo
  • C:\Users\Alexa\.dotnet\dotnet.exe test DorkNet.Server.Tests\DorkNet.Server.Tests.csproj --nologo
  • npm run build in DorkNet.Server\admin-ui
  • C:\Users\Alexa\.dotnet\dotnet.exe list DorkNet.Server\DorkNet.Server.csproj package --vulnerable --include-transitive

Notes

  • MessagePack advisories are cleared.
  • SQLitePCLRaw.lib.e_sqlite3 2.1.11 remains as a transitive EF Core SQLite advisory; NuGet currently has no patched SQLitePCLRaw.lib.e_sqlite3 release beyond 2.1.11.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c23afdbc-61bd-4c2d-9b59-ee57a6451438

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch auth/identityserver-march-2023

Comment @coderabbitai help to get the list of available commands.

@Alexa-RR Alexa-RR changed the title Migrate March 2023 server auth to IdentityServer Migrate March 2023 server auth to Open.IdentityServer Jun 30, 2026
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.

1 participant