-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Blazor][Identity] Update to the latest identity server version #25002
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
Conversation
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="5.0.0-rc.1.20417.2"> | ||
<Uri>https://github.com/dotnet/efcore</Uri> | ||
<Sha>5099d918192f5df031e1ff5e3beea9cb361c605a</Sha> | ||
</Dependency> |
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.
This is needed to run migrations on the projects within the repo.
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.
Bit surprised it's not brought in transitively❔
...assets/Wasm.Authentication.Server/Data/Migrations/20200818132003_IdentityServer4.Designer.cs
Show resolved
Hide resolved
...mbly/testassets/Wasm.Authentication.Server/Data/Migrations/20200818132003_IdentityServer4.cs
Show resolved
Hide resolved
...y/testassets/Wasm.Authentication.Server/Data/Migrations/ApplicationDbContextModelSnapshot.cs
Show resolved
Hide resolved
...ntity/ApiAuthorization.IdentityServer/src/Configuration/AspNetConventionsConfigureOptions.cs
Show resolved
Hide resolved
// Check if the current configuration has any children and avoid failing if that's the case. | ||
// This will avoid failing when no configuration has been specified but will still fail if partial data | ||
// was defined. | ||
if (!_configuration.GetChildren().Any()) |
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.
This was a small bug that prevented the key to be just set in code (it would fail if config was not specified). I'll find the related issue and link it to this PR
...Identity/ApiAuthorization.IdentityServer/src/IdentityServerBuilderConfigurationExtensions.cs
Show resolved
Hide resolved
src/Identity/ApiAuthorization.IdentityServer/src/Options/ApiScopeCollection.cs
Show resolved
Hide resolved
I've validated the changes with the SPA templates too, even though it has been hell-ish. I'll bring back the spa template tests to use for local validation in a separate PR for use with local development (No CI) |
Uh oh!
There was an error while loading. Please reload this page.