Skip to content
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

Restore the OpenID documentation #12234

Open
wants to merge 2 commits into
base: jetty-12.1.x
Choose a base branch
from

Conversation

lachlan-roberts
Copy link
Contributor

Restore OpenID documentation from the jetty 11 branch at documentation/jetty-documentation/src/main/asciidoc/old_docs/security.

@sbordet sbordet self-requested a review September 5, 2024 10:50
@@ -11,27 +11,12 @@
// ========================================================================
//

package org.eclipse.jetty.security.siwe.example;
package org.eclipse.jetty.docs.programming.security.siwe;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need an extra package siwe, I think we can just put the documentation examples for security in the security package.

Comment on lines +108 to +110



Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So many extra lines!

To enable OpenID support, you first need to activate the `openid` module in your implementation.

----
$ java -jar $JETTY_HOME/start.jar --add-to-start=openid
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the programming guide.
This section should be moved to the operations guide.

@sbordet
Copy link
Contributor

sbordet commented Sep 5, 2024

Please also rebase on 12.0.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants