ApplicationProfilesPropertyNames Class

Definition

Constants used for storing information about application profiles in the Duende.IdentityServer.Models.Client.Properties or Duende.IdentityServer.Models.Resource.Properties of a Duende.IdentityServer.Models.Client or Duende.IdentityServer.Models.ApiResource respectively.

public ref class ApplicationProfilesPropertyNames abstract sealed
public static class ApplicationProfilesPropertyNames
type ApplicationProfilesPropertyNames = class
Public Class ApplicationProfilesPropertyNames
Inheritance
ApplicationProfilesPropertyNames

Fields

Clients

Key to the Clients on Duende.IdentityServer.Models.Resource.Properties. The Clients value will be * to indicate that all clients are allowed to access this resource or a space separated list of the client ids that are allowed to access this resource.

Profile

Key to the Profile on Duende.IdentityServer.Models.Client.Properties or Duende.IdentityServer.Models.Resource.Properties. The Profile value will be one of the constants in ApplicationProfiles.

Source

Key to the Source on Duende.IdentityServer.Models.Client.Properties or Duende.IdentityServer.Models.Resource.Properties. The Source value will be Configuration if present.

Applies to