-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
base: jetty-12.1.x
Are you sure you want to change the base?
Conversation
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
@@ -11,27 +11,12 @@ | |||
// ======================================================================== | |||
// | |||
|
|||
package org.eclipse.jetty.security.siwe.example; | |||
package org.eclipse.jetty.docs.programming.security.siwe; |
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.
We don't need an extra package siwe
, I think we can just put the documentation examples for security in the security
package.
|
||
|
||
|
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.
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 |
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.
This is the programming guide.
This section should be moved to the operations guide.
Please also rebase on 12.0.x. |
Restore OpenID documentation from the jetty 11 branch at
documentation/jetty-documentation/src/main/asciidoc/old_docs/security
.