REST API Security-BasicAuth-Authorization-JWT-OAuth-MFA-HMAC
REST API Security TLS Basic Auth Authorization OAuth2 Okta MFA HMAC Spring Boot Spring Security Java SpringBoot Security
Description
Why this course?
There are other courses and information available on internet which teach concepts in isolation. They basically do small POCs (Proof Of Concepts) to showcase various things. But they do not give you a project scenario and show how different things tie up together.
This course is not a POC course. In this course we learn concepts by doing hands-on real time project, and code it ourselves. This will give a enhanced learning platform on top of the theoretical concepts which I have covered in great detail. I have taken a very easy to understand approach, and I will take you through a flow which will make learning each and every concept very interesting.
I have taken a real world example and I keep on build on top of it in a continuous manner so that you do not loose the connectivity.
You will learn about Spring Boot and Spring Security framework in lot of detail. We will dive deep into Spring Security Filters.
What you will learn?
In this course you will learn the following:
Basic concepts about REST API Security
Learn about TLS/SSL and know it works
How we can secure out API using HTTPS
Learn in detail about Basic Authentication
Secure our API using Basic Authentication with user detail in memory, file and database
Learn in detail about Authorization
Perform Authorization based on Roles and Authorities
Get a very good understanding of JWT
Secure our APIs using JWT. Perform Authentication and Authorization using JWT.
See how we can use JWT to secure our Micro Services
Learn about OAuth 2.0
See live example of OAuth 2.0, which we use in our daily lives
Get intorduced to Okta and use its various features
Use Okta to secure of APIs using OAuth 2.0
Learn about OIDC (Open ID Connect)
Examine the differences between OIDC and OAuth 2.0
Implement MFA (Multi Factor Authentication) for our APIs using Okta
Understand what is HMAC (Hash Message Authentication Code)
How to implement HMAC and secure our APIs using HMAC
Learn Spring Security in depth, exploring up to the filter level
We are going to cover lot of details in this course. So we have lot of theory to learn and lot hands-on exercises to do. I have done live coding in the course you can learn even if you do not have any programming experience with Spring Boot. I have covered Spring Security in lot of detail going to the filter level. I also show you how to debug the problems so that you get a complete experience.
So lets get going!!
What You Will Learn!
- Basic concepts about REST API Security
- TLS/SSL and know it works
- Basic Authentication with user detail in memory, file and database
- Authorization in REST APIs
- Securing REST APIs using JWT
- OAuth 2.0 and OIDC
- Use Okta for OAuth 2.0, OIDC and MFA
- Implement HMAC and secure our APIs using HMAC
Who Should Attend!
- Students who want to learn how to secure REST API Security
- Students who want to learn about Authentication and Authorization
- Students who want to learn about JWT
- Students who want to learn about OAuth 2.0 and OIDC
- Students who want to learn about Okta
- Students who want to learn implementing MFA using Okta
- Students who want to learn about HMAC