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.
- Host: GitHub
- URL: https://github.com/lfarci/journal-de-bord-authorization-server
- Owner: lfarci
- Created: 2020-09-20T09:37:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T17:00:02.000Z (almost 6 years ago)
- Last Synced: 2025-04-28T12:52:38.064Z (about 1 year ago)
- Topics: authorization-server, java, jwt-token, keycloak, oauth2, rest-api, restful-api, spring-boot
- Language: FreeMarker
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.