WIP: Add Keycloak jwt bearer

This commit is contained in:
2025-08-03 12:19:29 +02:00
parent 164aa79dae
commit c981b24c60
8 changed files with 71 additions and 18 deletions

View File

@@ -8,9 +8,11 @@
<ItemGroup>
<ProjectReference Include="..\PresentPortal.ServiceDefaults\PresentPortal.ServiceDefaults.csproj" />
<ProjectReference Include="..\PresentPortal.Shared\PresentPortal.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aspire.Keycloak.Authentication" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" />
</ItemGroup>