WIP: Add Keycloak jwt bearer
This commit is contained in:
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