OidcProviderOptions.DefaultScopes プロパティ
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サインイン時に要求するスコープの一覧を取得または設定します。
public:
property System::Collections::Generic::IList<System::String ^> ^ DefaultScopes { System::Collections::Generic::IList<System::String ^> ^ get(); };
C#
public System.Collections.Generic.IList<string> DefaultScopes { get; }
member this.DefaultScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property DefaultScopes As IList(Of String)
既定値は と openid
profile
です。
製品 | バージョン |
---|---|
ASP.NET Core | 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |