Skip to content

Commit

Permalink
Merge pull request #2072 from PrarthonaPaul/oidc-guide-fixup
Browse files Browse the repository at this point in the history
Edited the blogpost to fix a path and remove a repeated link
  • Loading branch information
fjuma authored Nov 27, 2023
2 parents 24dee86 + fdfc461 commit a08aa86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _posts/2023-11-08-securing-wildfly-apps-oidc-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ We can deploy our example application to WildFly on OpenShift using the WildFly

[source]
----
helm install oidc-app -f /PATH/TO/ELYTRON/EXAMPLES/simple-webapp-saml/charts/helm.yaml wildfly/wildfly
helm install oidc-app -f /PATH/TO/ELYTRON/EXAMPLES/simple-webapp-oidc/charts/helm.yaml wildfly/wildfly
----

Notice that this command specifies the file we updated, `helm.yaml`, that contains the values
Expand Down Expand Up @@ -370,4 +370,3 @@ information, feel free to check out the resources linked below.
* https://www.keycloak.org/getting-started/getting-started-openshift[Getting started with Keycloak on OpenShift]
* https://www.keycloak.org/docs/latest/server_admin/index.html[Keycloak Server Administration Guide]
* https://www.keycloak.org/docs/latest/securing_apps/#_oidc[Using OpenID Connect to secure applications and services]
* https://docs.wildfly.org/30/Getting_Started_on_OpenShift.html#helm-charts[WildFly Helm Chart]

0 comments on commit a08aa86

Please sign in to comment.