Skip to content

Commit

Permalink
Deploy to PrarthonaPaul/wildfly-elytron gh-pages branch - Wed Feb 21 …
Browse files Browse the repository at this point in the history
…16:29:52 UTC 2024
  • Loading branch information
PrarthonaPaul committed Feb 21, 2024
1 parent 8b630fc commit 0306170
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions blog/securing-wildfly-apps-okta-openshift/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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]:&lt;your_github_username&gt;/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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>WildFly Elytron</title>
<link>https://wildfly-security.github.io/wildfly-elytron</link>
<description></description>
<lastBuildDate>Wed, 21 Feb 2024 15:47:29 +0000</lastBuildDate>
<lastBuildDate>Wed, 21 Feb 2024 16:29:41 +0000</lastBuildDate>

<item>
<title>Securing WildFly Applications Using Okta on OpenShift</title>
Expand Down

0 comments on commit 0306170

Please sign in to comment.