Configure keycloak correctly in api
This commit is contained in:
8
PresentPortal.Shared/KeycloakConstants.cs
Normal file
8
PresentPortal.Shared/KeycloakConstants.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PresentPortal.Shared;
|
||||
|
||||
public static class KeycloakConstants
|
||||
{
|
||||
public const string Realm = "present-portal";
|
||||
|
||||
public const string ClientId = "present-portal";
|
||||
}
|
||||
Reference in New Issue
Block a user