WIP: Add Keycloak jwt bearer
This commit is contained in:
9
PresentPortal.Shared/PresentPortal.Shared.csproj
Normal file
9
PresentPortal.Shared/PresentPortal.Shared.csproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
8
PresentPortal.Shared/ServiceNames.cs
Normal file
8
PresentPortal.Shared/ServiceNames.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PresentPortal.Shared;
|
||||
|
||||
public static class ServiceNames
|
||||
{
|
||||
public const string Api = "Api";
|
||||
|
||||
public const string Keycloak = "Keycloak";
|
||||
}
|
||||
Reference in New Issue
Block a user