forked from wildfly-security/wildfly-elytron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy to PrarthonaPaul/wildfly-elytron gh-pages branch - Wed Feb 21 …
…16:29:52 UTC 2024
- Loading branch information
1 parent
8b630fc
commit 0306170
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,14 +260,14 @@ <h2 id="prerequisites"><a class="anchor" href="#prerequisites"></a>Prerequisites | |
<h2 id="example-application"><a class="anchor" href="#example-application"></a>Example application</h2> | ||
<div class="sectionbody"> | ||
<div class="paragraph"> | ||
<p>We will use a simple web application in this guide that consists of a single <a href="https://github.com/PrarthonaPaul/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/src/main/java/org/wildfly/security/examples/SecuredServlet.java">servlet</a>. We will use the <a href="https://github.com/wildfly-security-incubator/elytron-examples/tree/main/simple-webapp-okta">simple-webapp-okta</a> application in this repository.</p> | ||
<p>We will use a simple web application in this guide that consists of a single <a href="https://github.com/wildfly-security-incubator/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/src/main/java/org/wildfly/security/examples/SecuredServlet.java">servlet</a>. We will use the <a href="https://github.com/wildfly-security-incubator/elytron-examples/tree/main/simple-webapp-okta">simple-webapp-okta</a> application in this repository.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>We will need to first fork, and then clone the <a href="https://github.com/wildfly-security-incubator/elytron-examples">elytron-examples</a> repository. We will be using the <code>simple-webapp-okta</code> directory in this repo:</p> | ||
</div> | ||
<div class="listingblock"> | ||
<div class="content"> | ||
<pre class="highlightjs highlight"><code class="language-none hljs">git clone [email protected]:<your_github_username>/elytron-examples.git | ||
<pre class="highlightjs highlight"><code class="language-none hljs">git clone [email protected]:wildfly-security-incubator/elytron-examples.git | ||
cd simple-webapp-okta</code></pre> | ||
</div> | ||
</div> | ||
|
@@ -558,7 +558,7 @@ <h3 id="behind-the-scenes"><a class="anchor" href="#behind-the-scenes"></a>Behin | |
<div class="olist arabic"> | ||
<ol class="arabic"> | ||
<li> | ||
<p>Examine the <a href="https://github.com/PrarthonaPaul/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/pom.xml">pom.xml</a> file. Notice that it contains an openshift profile. A profile in Maven lets you create a set of configuration values to customize your application build for different environments. The openshift profile in this example defines a configuration that will be used by the wildfly Helm Chart when provisioning the WildFly server on OpenShift.</p> | ||
<p>Examine the <a href="https://github.com/wildfly-security-incubator/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/pom.xml">pom.xml</a> file. Notice that it contains an openshift profile. A profile in Maven lets you create a set of configuration values to customize your application build for different environments. The openshift profile in this example defines a configuration that will be used by the wildfly Helm Chart when provisioning the WildFly server on OpenShift.</p> | ||
</li> | ||
</ol> | ||
</div> | ||
|
@@ -614,7 +614,7 @@ <h3 id="behind-the-scenes"><a class="anchor" href="#behind-the-scenes"></a>Behin | |
<div class="olist arabic"> | ||
<ol class="arabic"> | ||
<li> | ||
<p>Examine the <a href="https://github.com/PrarthonaPaul/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/src/main/webapp/WEB-INF/web.xml">web.xml</a> file.</p> | ||
<p>Examine the <a href="https://github.com/wildfly-security-incubator/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/src/main/webapp/WEB-INF/web.xml">web.xml</a> file.</p> | ||
</li> | ||
</ol> | ||
</div></td> | ||
|
@@ -632,7 +632,7 @@ <h3 id="behind-the-scenes"><a class="anchor" href="#behind-the-scenes"></a>Behin | |
<div class="olist arabic"> | ||
<ol class="arabic"> | ||
<li> | ||
<p>Examine the <a href="https://github.com/PrarthonaPaul/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/src/main/webapp/WEB-INF/oidc.json">oidc.json</a> file. The oidc.json is used to configure the native OIDC client subsystem.</p> | ||
<p>Examine the <a href="https://github.com/wildfly-security-incubator/elytron-examples/blob/simple-webapp-okta/simple-webapp-okta/src/main/webapp/WEB-INF/oidc.json">oidc.json</a> file. The oidc.json is used to configure the native OIDC client subsystem.</p> | ||
</li> | ||
</ol> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters