OpenIdConnectAppBuilderExtensions.UseOpenIdConnectAuthentication 메서드

정의

오버로드

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)

지정된 에 OpenIdConnectMiddleware 미들웨어를 IApplicationBuilder추가하여 OpenID Connect 인증 기능을 사용하도록 설정합니다.

UseOpenIdConnectAuthentication(IApplicationBuilder)

Source:
OpenIdConnectAppBuilderExtensions.cs
Source:
OpenIdConnectAppBuilderExtensions.cs

주의

UseOpenIdConnectAuthentication is obsolete. Configure OpenIdConnect authentication with AddAuthentication().AddOpenIdConnect in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseOpenIdConnectAuthentication은 사용되지 않습니다. AddAuthentication()을 사용하여 OpenIdConnect 인증을 구성합니다. ConfigureServices의 AddOpenIdConnect. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=845470를 참조하세요.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseOpenIdConnectAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOpenIdConnectAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOpenIdConnectAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
[System.Obsolete("UseOpenIdConnectAuthentication is obsolete. Configure OpenIdConnect authentication with AddAuthentication().AddOpenIdConnect in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOpenIdConnectAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseOpenIdConnectAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)>]
static member UseOpenIdConnectAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseOpenIdConnectAuthentication is obsolete. Configure OpenIdConnect authentication with AddAuthentication().AddOpenIdConnect in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseOpenIdConnectAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseOpenIdConnectAuthentication (app As IApplicationBuilder) As IApplicationBuilder

매개 변수

app
IApplicationBuilder

IApplicationBuilder 처리기를 추가할 입니다.

반환

작업이 완료된 후 이 인스턴스에 대한 참조입니다.

특성

적용 대상

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)

Source:
OpenIdConnectAppBuilderExtensions.cs
Source:
OpenIdConnectAppBuilderExtensions.cs

주의

UseOpenIdConnectAuthentication is obsolete. Configure OpenIdConnect authentication with AddAuthentication().AddOpenIdConnect in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseOpenIdConnectAuthentication은 사용되지 않습니다. AddAuthentication()을 사용하여 OpenIdConnect 인증을 구성합니다. ConfigureServices의 AddOpenIdConnect. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=845470를 참조하세요.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseOpenIdConnectAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^ options);
[System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOpenIdConnectAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options);
[System.Obsolete("UseOpenIdConnectAuthentication is obsolete. Configure OpenIdConnect authentication with AddAuthentication().AddOpenIdConnect in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)]
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOpenIdConnectAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options);
[<System.Obsolete("See https://go.microsoft.com/fwlink/?linkid=845470", true)>]
static member UseOpenIdConnectAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
[<System.Obsolete("UseOpenIdConnectAuthentication is obsolete. Configure OpenIdConnect authentication with AddAuthentication().AddOpenIdConnect in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.", true)>]
static member UseOpenIdConnectAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseOpenIdConnectAuthentication (app As IApplicationBuilder, options As OpenIdConnectOptions) As IApplicationBuilder

매개 변수

app
IApplicationBuilder

IApplicationBuilder 처리기를 추가할 입니다.

options
OpenIdConnectOptions

OpenIdConnectOptions 처리기에 대한 옵션을 지정하는 입니다.

반환

작업이 완료된 후 이 인스턴스에 대한 참조입니다.

특성

적용 대상

UseOpenIdConnectAuthentication(IApplicationBuilder, OpenIdConnectOptions)

지정된 에 OpenIdConnectMiddleware 미들웨어를 IApplicationBuilder추가하여 OpenID Connect 인증 기능을 사용하도록 설정합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseOpenIdConnectAuthentication(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^ options);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOpenIdConnectAuthentication (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Builder.OpenIdConnectOptions options);
static member UseOpenIdConnectAuthentication : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Builder.OpenIdConnectOptions -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseOpenIdConnectAuthentication (app As IApplicationBuilder, options As OpenIdConnectOptions) As IApplicationBuilder

매개 변수

app
IApplicationBuilder

IApplicationBuilder 미들웨어를 추가할 입니다.

options
OpenIdConnectOptions

OpenIdConnectOptions 미들웨어에 대한 옵션을 지정하는 입니다.

반환

작업이 완료된 후 이 인스턴스에 대한 참조입니다.

적용 대상