JwtBearerExtensions.AddJwtBearer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AddJwtBearer(AuthenticationBuilder) |
Abilita l'autenticazione JWT-bearer usando lo schema AuthenticationSchemepredefinito .
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della |
AddJwtBearer(AuthenticationBuilder, Action<JwtBearerOptions>) |
Abilita l'autenticazione JWT-bearer usando lo schema AuthenticationSchemepredefinito .
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della |
AddJwtBearer(AuthenticationBuilder, String) |
Abilita l'autenticazione con connessione JWT usando uno schema predefinito.
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della |
AddJwtBearer(AuthenticationBuilder, String, Action<JwtBearerOptions>) |
Abilita l'autenticazione JWT-bearer usando lo schema specificato.
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della |
AddJwtBearer(AuthenticationBuilder, String, String, Action<JwtBearerOptions>) |
Abilita l'autenticazione JWT-bearer usando lo schema specificato.
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della |
AddJwtBearer(AuthenticationBuilder)
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
Abilita l'autenticazione JWT-bearer usando lo schema AuthenticationSchemepredefinito .
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della Authorization
richiesta.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder) As AuthenticationBuilder
Parametri
- builder
- AuthenticationBuilder
Oggetto AuthenticationBuilder.
Restituisce
Riferimento a builder
dopo il completamento dell'operazione.
Si applica a
AddJwtBearer(AuthenticationBuilder, Action<JwtBearerOptions>)
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
Abilita l'autenticazione JWT-bearer usando lo schema AuthenticationSchemepredefinito .
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della Authorization
richiesta.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, configureOptions As Action(Of JwtBearerOptions)) As AuthenticationBuilder
Parametri
- builder
- AuthenticationBuilder
Oggetto AuthenticationBuilder.
- configureOptions
- Action<JwtBearerOptions>
Delegato che consente di configurare JwtBearerOptions.
Restituisce
Riferimento a builder
dopo il completamento dell'operazione.
Si applica a
AddJwtBearer(AuthenticationBuilder, String)
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
Abilita l'autenticazione con connessione JWT usando uno schema predefinito.
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della Authorization
richiesta.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, authenticationScheme As String) As AuthenticationBuilder
Parametri
- builder
- AuthenticationBuilder
Oggetto AuthenticationBuilder.
- authenticationScheme
- String
Schema di autenticazione.
Restituisce
Riferimento a builder
dopo il completamento dell'operazione.
Si applica a
AddJwtBearer(AuthenticationBuilder, String, Action<JwtBearerOptions>)
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
Abilita l'autenticazione JWT-bearer usando lo schema specificato.
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della Authorization
richiesta.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of JwtBearerOptions)) As AuthenticationBuilder
Parametri
- builder
- AuthenticationBuilder
Oggetto AuthenticationBuilder.
- authenticationScheme
- String
Schema di autenticazione.
- configureOptions
- Action<JwtBearerOptions>
Delegato che consente di configurare JwtBearerOptions.
Restituisce
Riferimento a builder
dopo il completamento dell'operazione.
Si applica a
AddJwtBearer(AuthenticationBuilder, String, String, Action<JwtBearerOptions>)
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
- Origine:
- JwtBearerExtensions.cs
Abilita l'autenticazione JWT-bearer usando lo schema specificato.
L'autenticazione del bearer JWT esegue l'autenticazione estrae e convalida un token JWT dall'intestazione della Authorization
richiesta.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddJwtBearer (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string? displayName, Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> configureOptions);
static member AddJwtBearer : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddJwtBearer (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of JwtBearerOptions)) As AuthenticationBuilder
Parametri
- builder
- AuthenticationBuilder
Oggetto AuthenticationBuilder.
- authenticationScheme
- String
Schema di autenticazione.
- displayName
- String
Nome visualizzato per il gestore di autenticazione.
- configureOptions
- Action<JwtBearerOptions>
Delegato che consente di configurare JwtBearerOptions.
Restituisce
Riferimento a builder
dopo il completamento dell'operazione.