Skip to content

Commit

Permalink
Update resources and XML comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Dec 7, 2020
1 parent ee03268 commit 3a6d581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/OpenIddict.Abstractions/OpenIddictResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ This may indicate that it was not properly registered in the dependency injectio
This may indicate that an instance of another handler was registered with the same scheme.</value>
</data>
<data name="ID0109" xml:space="preserve">
<value>The OpenIddict ASP.NET Core server cannot be used as the default scheme handler.
<value>The OpenIddict ASP.NET Core server handler cannot be used as the default scheme handler.
Make sure that neither DefaultAuthenticateScheme, DefaultChallengeScheme, DefaultForbidScheme, DefaultSignInScheme, DefaultSignOutScheme nor DefaultScheme point to an instance of the OpenIddict ASP.NET Core server handler.</value>
</data>
<data name="ID0110" xml:space="preserve">
Expand Down Expand Up @@ -712,7 +712,7 @@ To register the OpenIddict core services, reference the 'OpenIddict.Core' packag
This may indicate that an instance of another handler was registered with the same scheme.</value>
</data>
<data name="ID0165" xml:space="preserve">
<value>The OpenIddict ASP.NET Core validation cannot be used as the default sign-in/sign-out handler.
<value>The OpenIddict ASP.NET Core validation handler cannot be used as the default sign-in/sign-out handler.
Make sure that neither DefaultSignInScheme nor DefaultSignOutScheme point to an instance of the OpenIddict ASP.NET Core validation handler.</value>
</data>
<data name="ID0166" xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace OpenIddict.Server.Owin
{
/// <summary>
/// Provides the entry point necessary to register the OpenIddict server in an OWIN pipeline.
/// Provides the entry point necessary to register the OpenIddict server handler in an OWIN pipeline.
/// Note: this middleware is intented to be used with dependency injection containers
/// that support middleware resolution, like Autofac. Since it depends on scoped services,
/// it is NOT recommended to instantiate it as a singleton like a regular OWIN middleware.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace OpenIddict.Validation.Owin
{
/// <summary>
/// Provides the entry point necessary to register the OpenIddict validation in an OWIN pipeline.
/// Provides the entry point necessary to register the OpenIddict validation handler in an OWIN pipeline.
/// Note: this middleware is intented to be used with dependency injection containers
/// that support middleware resolution, like Autofac. Since it depends on scoped services,
/// it is NOT recommended to instantiate it as a singleton like a regular OWIN middleware.
Expand Down

0 comments on commit 3a6d581

Please sign in to comment.