OpenIdConnectExtensions.AddOpenIdConnect Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
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
- builder
- AuthenticationBuilder
Hodnota AuthenticationBuilder
Návraty
Odkaz na po builder
dokončení operace.
Platí pro
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.
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
- builder
- AuthenticationBuilder
Hodnota AuthenticationBuilder
- configureOptions
- Action<OpenIdConnectOptions>
Delegát pro konfiguraci OpenIdConnectOptions.
Návraty
Odkaz na po builder
dokončení operace.
Platí pro
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.
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
- builder
- AuthenticationBuilder
Hodnota AuthenticationBuilder
- 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>)
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
- builder
- AuthenticationBuilder
Hodnota AuthenticationBuilder
- 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.