Naif.Blog icon indicating copy to clipboard operation
Naif.Blog copied to clipboard

System.ArgumentException: Options.ClientId must be provided

Open saigkill opened this issue 5 years ago • 0 comments

Hello,

sorry for using this way, but i haven't found any other way to communicate.

Currently i checked out your latest step, and build and run the project. But i got:

System.ArgumentException: Options.ClientId must be provided

Parameter name: ClientId at Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions.Validate() at Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate(String scheme) at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.InitializeAsync(AuthenticationScheme scheme, HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider.GetHandlerAsync(HttpContext context, String authenticationScheme) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

Where i have to priovide this information?

saigkill avatar Oct 01 '18 19:10 saigkill