Table of Contents

Class AuthorizationClaims

Namespace
FoundationaLLM.Common.Constants
Assembly
FoundationaLLM.Common.dll

Claims that are used in the authorization process.

public static class AuthorizationClaims
Inheritance
AuthorizationClaims
Inherited Members

Fields

ApplicationId

A replacement for appid. The application ID of the client using the token. The application can act as itself or on behalf of a user. The application ID typically represents an application object, but it can also represent a service principal object in Microsoft Entra ID.

public const string ApplicationId = "azp"

Field Value

string