OpenIdConnectAppBuilderExtensions Klasse

Definition

Erweiterungsmethoden zum Hinzufügen von OpenID Connect-Authentifizierungsfunktionen zu einer HTTP-Anwendungspipeline.

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

Methoden

UseOpenIdConnectAuthentication(IApplicationBuilder)
Veraltet.
Veraltet.

UseOpenIdConnectAuthentication ist veraltet. Konfigurieren Sie die OpenIdConnect-Authentifizierung mit AddAuthentication(). AddOpenIdConnect in ConfigureServices. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=845470.

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)
Veraltet.
Veraltet.

UseOpenIdConnectAuthentication ist veraltet. Konfigurieren Sie die OpenIdConnect-Authentifizierung mit AddAuthentication(). AddOpenIdConnect in ConfigureServices. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=845470.

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)

Fügt die OpenIdConnectMiddleware Middleware der angegebenen IApplicationBuilderhinzu, wodurch OpenID Connect-Authentifizierungsfunktionen aktiviert werden.

Gilt für: