📁
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
  • Introduction

Was this helpful?

  1. Security

Client-side flow

PreviousAuthorization Server (Keycloak)NextOpenID Connect

Last updated 4 years ago

Was this helpful?

Introduction

Client-side flow on the client-side.

Using this to manage the OpenID Connect protocol on the client side.

NOTE: in order for the client to authenticate itself against the Keycloak server, the access type should be public! (Check the settings tab of the client)

Config client :

  • valid redirect url:

http://localhost:3000/
http://localhost:3000/login/callback
client library