JwtBearerAppBuilderExtensions.UseJwtBearerAuthentication Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
UseJwtBearerAuthentication(IApplicationBuilder) |
Przestarzałe.
Przestarzałe.
UseJwtBearerAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania JwtBearer za pomocą polecenia AddAuthentication(). AddJwtBearer w obszarze ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 . |
UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions) |
Przestarzałe.
Przestarzałe.
UseJwtBearerAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania JwtBearer za pomocą polecenia AddAuthentication(). AddJwtBearer w obszarze ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 . |
UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions) |
JwtBearerMiddleware Dodaje oprogramowanie pośredniczące do określonego IApplicationBuilderelementu , co umożliwia przetwarzanie tokenów elementu nośnego. To oprogramowanie pośredniczące rozumie odpowiednio sformatowane i zabezpieczone tokeny, które są wyświetlane w nagłówku żądania. Jeśli opcja Options.AuthenticationMode jest aktywna, oświadczenia w tokenie elementu nośnego są dodawane do użytkownika IPrincipal bieżącego żądania. Jeśli opcja Options.AuthenticationMode jest pasywna, bieżące żądanie nie jest modyfikowane, ale uwierzytelnianie IAuthenticationManager AuthenticationAsync może być używane w dowolnym momencie do uzyskania oświadczeń z tokenu elementu nośnego żądania. Zobacz również http://tools.ietf.org/html/rfc6749 |
UseJwtBearerAuthentication(IApplicationBuilder)
Przestroga
Przestroga
UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.
UseJwtBearerAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania JwtBearer za pomocą polecenia AddAuthentication(). AddJwtBearer w obszarze ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseJwtBearerAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseJwtBearerAuthentication (app As IApplicationBuilder) As IApplicationBuilder
Parametry
Element IApplicationBuilder do dodania programu obsługi.
Zwraca
Odwołanie do tego wystąpienia po zakończeniu operacji.
- Atrybuty
Dotyczy
UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)
Przestroga
Przestroga
UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.
UseJwtBearerAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania JwtBearer za pomocą polecenia AddAuthentication(). AddJwtBearer w obszarze ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseJwtBearerAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^ options);
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
[System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions options);
[<System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseJwtBearerAuthentication is obsolete. Configure JwtBearer authentication with AddAuthentication().AddJwtBearer in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseJwtBearerAuthentication (app As IApplicationBuilder, options As JwtBearerOptions) As IApplicationBuilder
Parametry
Element IApplicationBuilder do dodania programu obsługi.
- options
- JwtBearerOptions
Element JwtBearerOptions określający opcje programu obsługi.
Zwraca
Odwołanie do tego wystąpienia po zakończeniu operacji.
- Atrybuty
Dotyczy
UseJwtBearerAuthentication(IApplicationBuilder, JwtBearerOptions)
JwtBearerMiddleware Dodaje oprogramowanie pośredniczące do określonego IApplicationBuilderelementu , co umożliwia przetwarzanie tokenów elementu nośnego. To oprogramowanie pośredniczące rozumie odpowiednio sformatowane i zabezpieczone tokeny, które są wyświetlane w nagłówku żądania. Jeśli opcja Options.AuthenticationMode jest aktywna, oświadczenia w tokenie elementu nośnego są dodawane do użytkownika IPrincipal bieżącego żądania. Jeśli opcja Options.AuthenticationMode jest pasywna, bieżące żądanie nie jest modyfikowane, ale uwierzytelnianie IAuthenticationManager AuthenticationAsync może być używane w dowolnym momencie do uzyskania oświadczeń z tokenu elementu nośnego żądania. Zobacz również http://tools.ietf.org/html/rfc6749
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseJwtBearerAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::JwtBearerOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseJwtBearerAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.JwtBearerOptions options);
static member UseJwtBearerAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.JwtBearerOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseJwtBearerAuthentication (app As IApplicationBuilder, options As JwtBearerOptions) As IApplicationBuilder
Parametry
Element IApplicationBuilder do dodania oprogramowania pośredniczącego.
- options
- JwtBearerOptions
Element JwtBearerOptions określający opcje oprogramowania pośredniczącego.
Zwraca
Odwołanie do tego wystąpienia po zakończeniu operacji.