Skip to content

Commit

Permalink
Add a link to the vlog from the Auth0 guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fjuma committed Dec 20, 2023
1 parent 3225be8 commit 43c5e2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/2023-12-11-securing-wildfly-apps-auth0-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ author: fjuma
:toc-title:
You can secure your WildFly applications deployed on OpenShift with OpenID Connect (OIDC). By using OIDC to secure applications, you delegate authentication to OIDC providers. This guide shows how to secure an example application deployed to WildFly on OpenShift with OIDC using https://auth0.com/[Auth0] as the OIDC provider.

If you prefer to watch a video, check out this 5-minute https://www.youtube.com/watch?v=uoQoCPGyAik[video] which also covers the steps from this guide.

toc::[]

== Prerequisites
Expand Down Expand Up @@ -296,6 +298,7 @@ information, feel free to check out the resources linked below.

== Resources

* https://www.youtube.com/watch?v=uoQoCPGyAik[Vlog: Securing WildFly Apps with Auth0 on OpenShift]
* https://docs.wildfly.org/30/Getting_Started_on_OpenShift.html[Getting Started with WildFly on OpenShift]
* https://docs.openshift.com/container-platform/4.14/cli_reference/openshift_cli/getting-started-cli.html[OpenShift CLI]
* https://docs.wildfly.org/30/Getting_Started_on_OpenShift.html#helm-charts[WildFly Helm Chart]
Expand Down

0 comments on commit 43c5e2e

Please sign in to comment.