-
Notifications
You must be signed in to change notification settings - Fork 29
Replace IdentityServer4 with OpenIddict and upgrade to .net 10 #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
juliangiebel
wants to merge
43
commits into
space-wizards:master
Choose a base branch
from
juliangiebel:2025.08.10-openiddict-net9-upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
f6a3aa9
Remove IdentityServer4 packages
juliangiebel 555ded6
Comment out IdentityServer4 code
juliangiebel bc2cd24
Upgrade to .net9
juliangiebel 1539281
Refactor SS14.Web startup to program.cs
juliangiebel e9eddaa
Work on adding OpenIddict to program.cs
juliangiebel 0167585
Implement OpenIddict configuration
juliangiebel 7b0520a
Implement custom application entity
juliangiebel 20a01ad
Revert "migrate to nullable"
juliangiebel 848c7df
Add list of ef core commands to readme
juliangiebel a046867
A
juliangiebel 34f9134
Fix wrong get openiddict request method call
juliangiebel 5886192
Finish implementing the oidc authorization/consent endpoint
juliangiebel ed44b1b
Clean up Consent.cshtml and codebehind
juliangiebel 6960459
Remove IS4 code from ApplicationDbContext
juliangiebel 20873e6
Remove UserOauthClient
juliangiebel 88995d3
Change PersonalDataCollector to collecto from OpenIddict
juliangiebel ad63ba5
Implement generate token event handler for ensuring the right algorit…
juliangiebel 50d2919
Add home page url property to SpaceApplication
juliangiebel 6baccda
Work on oauth application manage page
juliangiebel 2226e2d
Implement multiple client secret support
juliangiebel 96ebfc9
Make a migration
juliangiebel 952ec46
Implement methods for working with multiple secrets
juliangiebel 49d3d26
Re-Implement developer and oauth manage page
juliangiebel df74a59
Re-Implement oauth application create page
juliangiebel 7effe54
Re-Implement confirm delete page
juliangiebel 435ea91
Implement identityserver4 legacy SHA256 client secret validation
juliangiebel fd67c7e
Re-Implement oauth client admin index and delete pages
juliangiebel 8975aa9
Implement plain pkce option
juliangiebel 4710fd5
Re-Implement oauth client admin edit page
juliangiebel cefe399
Add quartz for openiddict pruning
juliangiebel 01309dd
Work on IdentityServer4Migration
juliangiebel 2e7440d
Improve certificate configuration
juliangiebel 9fd9eec
Remove test data seeder
juliangiebel 191384c
Add data migration sql to tools
juliangiebel cb12e03
Address leftover todos and comments
juliangiebel d327ff7
Revert "Remove test data seeder"
juliangiebel 2f3b2b8
Update to .net10
juliangiebel e526805
Update dependencies
juliangiebel b015ccc
Set openiddict logging to warning outside of development
juliangiebel 0d4b82c
Add configuration setting for enabling test data seeding
juliangiebel ca94bd0
Remove unimplemented and unused methods
juliangiebel 75dc50d
Add documentation comments for OpenIdActionService
juliangiebel 318f746
Add rewrite rule for connect/authorize
juliangiebel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,5 @@ riderModule.iml | |
| /*.sln.DotSettings.user | ||
|
|
||
| */appsettings.Secret.yml | ||
| */tempkey.jwk | ||
| */tempkey.jwk | ||
| cert | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>net7.0</TargetFramework> | ||
| <TargetFramework>net10.0</TargetFramework> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.1" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.3" /> | ||
| </ItemGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default they are generated in tools folder, so i would propose ignoring them there and pathing them there :|