Skip to content

alex-albericio/keycloak-reactjs-demo

 
 

Repository files navigation

Keycloak React.JS Demo

Demo for React.JS and Keycloak SSO integration.

YouTube videos

There are three videos on YouTube about this demo repository and how to integrate your React.js based application with Keycloak:

Part 1: Configuration & Usage, w/o 3rd party libs


https://youtu.be/q50LxyGtEf0

Part 2: Conditional rendering of components


https://youtu.be/zIoWxY3Xhnw

Part 3: React Router Integration, depending on Keycloak Roles


https://youtu.be/es8sf8D7UyQ

Please check out also my entire Youtube Channel with various videos on Keycloak and stuff around:

Silent Check-SSO feature

This demo comes now with the silent check-sso feature, introduced in version 8.x of the Keycloak JavaScript adapter. Therefor, see index.js, silent-check-sso.html and of course the official Keycloak docs of the JavaScript adapter.

(Silent check-sso is not the same as silent refresh for implicit flow! Implicit flow is today considered as insecure and shouldn't be used anymore. Instead, use standard authorization code flow with PKCE, which is also supported by Keycloak since version 7.x.)

Prerequisites

  • based on React version >= 16.8 (using hooks) and create-react-app
  • Keycloak server must be at least version 9.x (no more legacy Keycloak promise API, only native promise API)

!!! Important Notice !!!

This demo is just for showing one possibility on how to configure the app when using Keycloak and it requires a certain knowledge about Keycloak SSO (installation, operation, configuration), see http://www.keycloak.org.

Backend service

For convenience, I provide a backend service running at the location specified in setupProxy.js file.

However, there's also a swagger spec (backend-swagger-spec.yml) providing the API of the needed backend, so you can spin up a service on your own. The URLs in the securityDefinitions section shows my local Keycloak setup, you have to adjust this possibly! (Also don't forget to adjust the host/port in the setupProxy.js file, if you run your service on ohters than default.)

About

Demo for React.js and Keycloak SSO integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 3.1%