Interface ConfigFile.ISuperIdConfiguration
Configuration values for accessing SuperId Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISuperIdConfiguration
Properties
Environment
Environment in SuperId
Declaration
string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantId
TenantId in SuperId
Declaration
int TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TenantKey
A shared secret between SuperId and netserver
Declaration
string TenantKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Url to SuperId
Declaration
string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |