Stefan Over
Stefan Over
@gao-sun Comming from Keycloak and Azure AD, they both use "Groups" as a collection of users: e.g. "Department 1", "Team ABC", etc. Both offer the ability to assign "roles" or...
@zhenlan To make this even more useful, maybe link the local instance to an online instance. This would open up the option for better firewall configurations, local redundancy when external...
The migration guide has been provided by Microsoft, so anyone with a bit of spare time could make a PR and support @sgoudham : https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/modernize-theme-colors?view=visualstudio
@ilonatommy I guess this would affect every property marked with `PersistentStateAttribute`, when server and client are trimmed differently. Antiforgery token is just the first thing I noticed the issue with.
@ilonatommy What about [`EndpointAntiforgeryStateProvider`](https://github.com/dotnet/aspnetcore/blob/main/src/Components/Endpoints/src/Forms/EndpointAntiforgeryStateProvider.cs)? Would that need to be included as well?
@ilonatommy No, no specific scenario. Just wanted to make sure if that one could be part of the problem as well or not 👍