This can be done in Keycloak, no need to manually do it here, add missing translation

This commit is contained in:
Amelia 2025-07-01 08:25:32 +02:00
parent 7847ce4c1b
commit 5104a66cae
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
3 changed files with 2 additions and 50 deletions

View file

@ -97,8 +97,6 @@ public static class IdentityServiceExtensions
if (Configuration.OidcEnabled)
{
services.AddScoped<IClaimsTransformation, RolesClaimsTransformation>();
// TODO: Investigate on how to make this not hardcoded at startup
auth.AddJwtBearer(OpenIdConnect, options =>
{