Description
In this course, you will learn :
- This course will walk you through the process of integrating Auth0 login into a Java servlet application.
- You will be guided through the necessary configurations on the Auth0 platform at first.
- learn about the project structure and implementation of various servlets in detail.
- how the various servlets work together to successfully authenticate users and redirect them to the homepage.
- Interact with the sample login application to gain hands-on experience.
Syllabus :
1. Introduction
- Who Should Take This Course and Why?
- Auth0 Overview
2. Auth0 Integration
- Configure Auth0
- Java Servlet Application
- Trigger Authentication
- Homepage and Logout
- Project Demo