-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added additional OpenId Introspection/Revocation endpoints and PKCE to the OpenID Settings and Application UI pages #11903
Conversation
…am to the Application settings UI. Also added introspection and revocation to the server settings UI.
…obal and application settings. Updated docs for PKCE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR! ❤️
src/OrchardCore.Modules/OrchardCore.OpenId/Configuration/OpenIdServerConfiguration.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.OpenId/Configuration/OpenIdServerConfiguration.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.OpenId/Controllers/ApplicationController.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.OpenId/Views/Application/Create.cshtml
Outdated
Show resolved
Hide resolved
…dServerConfiguration.cs Co-authored-by: Kévin Chalet <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix formatting and remove the achnages in the OC.Cms.Web as @Skrypt mentioned
src/OrchardCore.Modules/OrchardCore.OpenId/Configuration/OpenIdServerConfiguration.cs
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.OpenId/OpenIdApplicationExtensions.cs
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.OpenId/Views/Application/Create.cshtml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From other than OpenId, everything seems good to me, @kevinchalet your approval is very important for this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor changes should be done prior to merging it, but it's almost ready 😃
Thanks again for your contribution!
src/OrchardCore.Modules/OrchardCore.OpenId/Configuration/OpenIdServerConfiguration.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.OpenId/Services/OpenIdServerService.cs
Outdated
Show resolved
Hide resolved
…t the introspection and revocation enpoints are enabled by default.
@kevinchalet No problem, glad I can help. |
Addresses these issues:
Closes #10803
Closes #7138 (comment)