🆔
OAuth 2.1 and OpenID Connect for Java Developers
  • README
  • Setup
    • Requirements
    • Setup
  • Introduction
    • Introduction to OAuth and OpenID Connect
    • Sample Application Architecture
  • Intro Labs
    • Authorization Code Grant in Action
    • Practice Authorization Grant Flows
  • Hands-On Labs
    • Lab 1: The server side (resource server)
    • Lab 2: The client side
  • Best-Practices & Recommendations
    • Client-Side
    • Server-Side
Powered by GitBook
On this page
  • OAuth 2.1 and OpenID Connect for Java Developers (Hands-On Workshop)
  • Setup
  • Introduction
  • Intro Lab
  • Hands-On Labs
  • Best-Practices & Recommendations
  • Feedback
  • License

README

NextRequirements

Last updated 1 year ago

OAuth 2.1 and OpenID Connect for Java Developers (Hands-On Workshop)

Workshop on building secure cloud-native applications using OAuth 2.0 and OpenID Connect 1.0 authentication and authorization.

Please follow the provided step-by-step for this workshop.

Setup

Introduction

Intro Lab

Hands-On Labs

Best-Practices & Recommendations

Feedback

Any feedback on this hands-on workshop is highly appreciated. Just email andreas.falk(at)novatec-gmbh.de or contact me via Twitter (@andifalk).

License

MIT licensed

Authorization Code Grant in Action
Practice Authorization Grant Flows
Lab 1: The server side (resource server)
Lab 2: The client side
Client-Side
Server-Side
Tutorial
Requirements
Setup
Introduction to OAuth 2.1 and OpenID Connect
Sample Application Architecture
Introduction
Intro Lab
Hands-On Labs
Best-Practices & Recommendations