An open API service indexing awesome lists of open source software.

https://github.com/lfarci/journal-de-bord-authorization-server

Pre-configured Keycloak server embedded in a Spring Boot application.
https://github.com/lfarci/journal-de-bord-authorization-server

authorization-server java jwt-token keycloak oauth2 rest-api restful-api spring-boot

Last synced: 2 months ago
JSON representation

Pre-configured Keycloak server embedded in a Spring Boot application.

Awesome Lists containing this project

README

          

# Journal de bord Authorization Server
This Spring Boot application is embedding a Keycloak server. It is intended to be use in the context of the "Journal de bord" project. An embedded Keycloak server makes it easy to start-up a pre-configured Keycloak server.

Its content come from the tutorial available on Baeldung website. You can read it [here](https://www.baeldung.com/keycloak-embedded-in-spring-boot-app).

## Authorization Server
The server issuing access tokens to the client after successfully authenticating the resource owner and obtaining authorization.

## Keycloak
Keycloak is an open-source Identity and Access Management solution administered by RedHat, and developed in Java by JBoss.
In this tutorial, we'll learn how to set up a Keycloak server embedded in a Spring Boot application.

Keycloak can also be run as a standalone server, but then it involves downloading it and setup via the Admin Console.