Share via


AuthorizationHeaderProviderOptions.RequestAppToken Property

Definition

Describes if the downstream API is called on behalf of the calling service itself (App token) or on behalf of a user processed by the service (user token). If true, the token is requested on behalf of the app. Otherwise, it on-behalf of the user.

public bool RequestAppToken { get; set; }
member this.RequestAppToken : bool with get, set
Public Property RequestAppToken As Boolean

Property Value

Remarks

This is especially usefull when the call to the downstream API is described by configuration.

Applies to