Sdílet prostřednictvím


OpenIdConnectExtensions.AddOpenIdConnect Metoda

Definice

Přetížení

AddOpenIdConnect(AuthenticationBuilder)

Přidá ověřování OpenId Connect k AuthenticationBuilder použití výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

AddOpenIdConnect(AuthenticationBuilder, Action<OpenIdConnectOptions>)

Přidá ověřování OpenId Connect k AuthenticationBuilder použití výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

AddOpenIdConnect(AuthenticationBuilder, String, Action<OpenIdConnectOptions>)

Přidá ověřování OpenId Connect k AuthenticationBuilder použití zadaného schématu.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

AddOpenIdConnect(AuthenticationBuilder, String, String, Action<OpenIdConnectOptions>)

Přidá ověřování OpenId Connect k AuthenticationBuilder použití zadaného schématu.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

AddOpenIdConnect(AuthenticationBuilder)

Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs

Přidá ověřování OpenId Connect k AuthenticationBuilder použití výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddOpenIdConnect (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddOpenIdConnect : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddOpenIdConnect (builder As AuthenticationBuilder) As AuthenticationBuilder

Parametry

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddOpenIdConnect(AuthenticationBuilder, Action<OpenIdConnectOptions>)

Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs

Přidá ověřování OpenId Connect k AuthenticationBuilder použití výchozího schématu. Výchozí schéma je určeno parametrem AuthenticationScheme.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddOpenIdConnect (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> configureOptions);
static member AddOpenIdConnect : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddOpenIdConnect (builder As AuthenticationBuilder, configureOptions As Action(Of OpenIdConnectOptions)) As AuthenticationBuilder

Parametry

configureOptions
Action<OpenIdConnectOptions>

Delegát pro konfiguraci OpenIdConnectOptions.

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddOpenIdConnect(AuthenticationBuilder, String, Action<OpenIdConnectOptions>)

Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs

Přidá ověřování OpenId Connect k AuthenticationBuilder použití zadaného schématu.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddOpenIdConnect (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> configureOptions);
static member AddOpenIdConnect : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddOpenIdConnect (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of OpenIdConnectOptions)) As AuthenticationBuilder

Parametry

authenticationScheme
String

Schéma ověřování.

configureOptions
Action<OpenIdConnectOptions>

Delegát pro konfiguraci OpenIdConnectOptions.

Návraty

Odkaz na po builder dokončení operace.

Platí pro

AddOpenIdConnect(AuthenticationBuilder, String, String, Action<OpenIdConnectOptions>)

Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs
Zdroj:
OpenIdConnectExtensions.cs

Přidá ověřování OpenId Connect k AuthenticationBuilder použití zadaného schématu.

OpenID Connect je vrstva identit nad protokolem OAuth 2.0. Umožňuje klientům požadovat a přijímat informace o ověřených relacích a koncových uživatelích.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddOpenIdConnect (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddOpenIdConnect (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string? displayName, Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> configureOptions);
static member AddOpenIdConnect : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddOpenIdConnect (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of OpenIdConnectOptions)) As AuthenticationBuilder

Parametry

authenticationScheme
String

Schéma ověřování.

displayName
String

Zobrazovaný název obslužné rutiny ověřování.

configureOptions
Action<OpenIdConnectOptions>

Delegát pro konfiguraci OpenIdConnectOptions.

Návraty

Odkaz na po builder dokončení operace.

Platí pro