alexaugustobr / securing-java-apps-oauth2-oidc-spring-security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Securing Java applications with OAuth2 and OIDC using Spring Security

Source code and examples from my presentation.

Prerequisites

To run all the examples, you need to install the following tools:

Usage

The sample applications rely on Redis, Keycloak, and an Angular SPA. You can run them as containers with the following command:

$ docker-compose up -d

Both Spring Boot applications can be run locally with this command:

$ ./gradlew bootRun

About

License:Apache License 2.0


Languages

Language:Java 100.0%