OidcProviderOptions.DefaultScopes 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.
Gets or sets the list of scopes to request when signing in.
public:
property System::Collections::Generic::IList<System::String ^> ^ DefaultScopes { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> DefaultScopes { get; }
member this.DefaultScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property DefaultScopes As IList(Of String)
Property Value
Defaults to openid
and profile
.