SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

'SimpleIdServerOpenIDBuilder' does not contain a definition for 'AddLoginPasswordAuthentication'

Open auxon opened this issue 4 years ago • 2 comments

Trying to following the docs I get this error compiling as the extension method appears to be missing from the SimpleIdServer.OpenID nuget package build.

Severity Code Description Project File Line Suppression State Error CS1061 'SimpleIdServerOpenIDBuilder' does not contain a definition for 'AddLoginPasswordAuthentication' and no accessible extension method 'AddLoginPasswordAuthentication' accepting a first argument of type 'SimpleIdServerOpenIDBuilder' could be found (are you missing a using directive or an assembly reference?) ScimHost C:\source\connect\ScimHost\OpenIdStartup.cs 35 Active

auxon avatar Sep 24 '21 14:09 auxon

Hello,

Indeed the deployed documentation is not up to date. We are currently working on an another documentation (see the branch "release/2.0.1) in order to facilitate the usage of SimpleIdServer.

The Nuget package "SimpleIdServer.UI.Authenticate.LoginPassword.Bootstrap4" should also be installed into your OpenId project, in order to have "Login & Password" authentication active in your solution.

simpleidserver avatar Sep 24 '21 14:09 simpleidserver

Thanks for the quick response. Good to know.

auxon avatar Sep 24 '21 15:09 auxon