OpenIdConnectAppBuilderExtensions Klasa

Definicja

Metody rozszerzeń umożliwiające dodanie funkcji uwierzytelniania OpenID Connect do potoku aplikacji HTTP.

public ref class OpenIdConnectAppBuilderExtensions abstract sealed
public static class OpenIdConnectAppBuilderExtensions
type OpenIdConnectAppBuilderExtensions = class
Public Module OpenIdConnectAppBuilderExtensions
Dziedziczenie
OpenIdConnectAppBuilderExtensions

Metody

UseOpenIdConnectAuthentication(IApplicationBuilder)
Przestarzałe.
Przestarzałe.

UseOpenIdConnectAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania OpenIdConnect za pomocą polecenia AddAuthentication(). AddOpenIdConnect w elemencie ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)
Przestarzałe.
Przestarzałe.

UseOpenIdConnectAuthentication jest przestarzałe. Konfigurowanie uwierzytelniania OpenIdConnect za pomocą polecenia AddAuthentication(). AddOpenIdConnect w elemencie ConfigureServices. Aby uzyskać więcej informacji, zobacz https://go.microsoft.com/fwlink/?linkid=845470 .

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)

OpenIdConnectMiddleware Dodaje oprogramowanie pośredniczące do określonego IApplicationBuilderelementu , które włącza funkcje uwierzytelniania OpenID Connect.

Dotyczy