Who Should Take This Course and Why?

Get an overview of the course and its prerequisites.

Welcome to this course on Integrate Auth0 with Java Servlet Application. In this course, we will explore all the authentication and authorization services provided by Auth0. The authentication service verifies the identity of the user. The authorization service, on the other hand, checks the user’s authority for accessing the resources. In simple words, authentication confirms that the user is who they say they are, while authorization permits the user to access a resource based on their credentials.

Intended audience

This course is intended for you if you are:

  • New to the world of Identity and Access Management (IAM) and want to explore different services like authentication and authorization.

  • Already familiar with different IAM systems and want to learn about Auth0.

Prerequisites

This course requires you to have basic knowledge of the Java Servlet applications.

What to expect?

This course will teach you how to configure Auth0 and integrate it with your Java servlet applications. You will be interacting with a sample Login application throughout the course to see how things work and map the theoretical knowledge onto a practical application. During this walkthrough, you will be provided with in-depth explanations so you can understand which code snippet provides which functionality.