This can be done in Keycloak, no need to manually do it here, add missing translation
This commit is contained in:
parent
7847ce4c1b
commit
5104a66cae
3 changed files with 2 additions and 50 deletions
|
|
@ -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 =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue