MsalProviderOptions.AdditionalScopesToConsent Property

Definition

Gets or sets a list of additional scopes to consent during the initial sign-in flow.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AdditionalScopesToConsent { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> AdditionalScopesToConsent { get; set; }
member this.AdditionalScopesToConsent : System.Collections.Generic.IList<string> with get, set
Public Property AdditionalScopesToConsent As IList(Of String)

Property Value

Remarks

Use this parameter to request consent for scopes for other resources.

Applies to