Skip to content

Migrate June 2018 server auth to Open.IdentityServer - #38

Draft
Alexa-RR wants to merge 8 commits into
june-2018-06-22from
auth/identityserver-june-2018
Draft

Migrate June 2018 server auth to Open.IdentityServer#38
Alexa-RR wants to merge 8 commits into
june-2018-06-22from
auth/identityserver-june-2018

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
  • 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

  • This worktree does not include a server test project.
  • 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: 2c1b9877-2259-441e-96c6-e15fe8bb2b1d

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-june-2018

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

@Alexa-RR Alexa-RR changed the title Migrate June 2018 server auth to IdentityServer Migrate June 2018 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