Skip to content

Commit

Permalink
Update Manifest.cs description of "OpenID Authorization Server" feature
Browse files Browse the repository at this point in the history
According to this discussion OrchardCMS#15381 (comment) I have added a "Note" in the description of "OpenID Authorization Server" feature. I'm not sure if it's the right place to add a note, but it's the only place available.
  • Loading branch information
MarGraz authored Feb 26, 2024
1 parent d8e15b9 commit 580d21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.OpenId/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Id = OpenIdConstants.Features.Server,
Name = "OpenID Authorization Server",
Category = "OpenID Connect",
Description = "Enables authentication of external applications using the OpenID Connect/OAuth 2.0 standards.",
Description = "Enables authentication of external applications using the OpenID Connect/OAuth 2.0 standards. Note: to call the ApiController endpoints of this OrchardCore, you must also enable the 'OpenID Token Validation' feature to perform an OAuth 2.0 authentication.",
Dependencies =
[
OpenIdConstants.Features.Core,
Expand Down

0 comments on commit 580d21b

Please sign in to comment.