OpenIdConnectAppBuilderExtensions クラス

定義

OpenID Connect 認証機能を HTTP アプリケーション パイプラインに追加する拡張メソッド。

public ref class OpenIdConnectAppBuilderExtensions abstract sealed
public static class OpenIdConnectAppBuilderExtensions
type OpenIdConnectAppBuilderExtensions = class
Public Module OpenIdConnectAppBuilderExtensions
継承
OpenIdConnectAppBuilderExtensions

メソッド

UseOpenIdConnectAuthentication(IApplicationBuilder)
古い.
古い.

UseOpenIdConnectAuthentication は廃止されました。 AddAuthentication() を使用して OpenIdConnect 認証を構成します。ConfigureServices の AddOpenIdConnect。 詳細については、 https://go.microsoft.com/fwlink/?linkid=845470 をご覧ください。

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)
古い.
古い.

UseOpenIdConnectAuthentication は廃止されました。 AddAuthentication() を使用して OpenIdConnect 認証を構成します。ConfigureServices の AddOpenIdConnect。 詳細については、 https://go.microsoft.com/fwlink/?linkid=845470 をご覧ください。

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)

指定した OpenIdConnectMiddlewareIApplicationBuilderにミドルウェアを追加します。これにより、OpenID Connect 認証機能が有効になります。

適用対象