AuthorizationHeaderProviderOptions.RequestAppToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.