Skip to content

Commit

Permalink
Update Manifest.cs description of "OpenID Authorization Server" featu…
Browse files Browse the repository at this point in the history
…re (OrchardCMS#15407)

---------

Co-authored-by: Mike Alhayek <mike@crestapps.com>
  • Loading branch information
2 people authored and urbanit committed Mar 18, 2024
1 parent a7f58fe commit c00116b
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. In order to reach the ApiController endpoints within OrchardCore, it is necessary to activate the 'OpenID Token Validation' feature for authentication validation.",
Dependencies =
[
OpenIdConstants.Features.Core,
Expand Down

0 comments on commit c00116b

Please sign in to comment.