Skip to content

Commit

Permalink
Merge pull request #2080 from fjuma/develop
Browse files Browse the repository at this point in the history
Add a link to the vlog from the Auth0 guide
  • Loading branch information
fjuma committed Dec 20, 2023
2 parents 3225be8 + 43c5e2e commit 943624d
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
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 943624d

Please sign in to comment.