📁
Journal de bord
  • Introduction
  • Single Page Application
    • Overview
    • Installation
    • Features
    • Design
    • Development
    • Backend integration
  • Backend
    • Overview
    • Installation
    • Configuration
    • Development
    • Data Model
    • API reference
      • Rides
      • Drivers
    • Database management
  • Security
    • Overview
    • OAuth 2.0
    • Authorization Server (Keycloak)
    • Client-side flow
    • OpenID Connect
Powered by GitBook
On this page
  • Project structure
  • OpenID Connect

Was this helpful?

  1. Backend

Overview

PreviousBackend integrationNextInstallation

Last updated 4 years ago

Was this helpful?

Project structure

The following tutorial explains how to setup an authorization server using Spring security 5.

Check this out:

OpenID Connect

How to design a REST API
https://docs.spring.io/spring-data/rest/docs/current/reference/html/#reference
Final: OpenID Connect Discovery 1.0 incorporating errata set 1
Logo
Best practices for REST API designStack Overflow Blog
REST Security - OWASP Cheat Sheet Series
Logo
Accessing Keycloak Endpoints Using Postman | BaeldungBaeldung
This is a great tutorial that helps you understand how to use Postman with an authorization server.
Logo
Logo