sadiul-hakim / keycloak_auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Security OAuth2 Keycloak Demo

This repository contains source code to demonstrate OAuth2 features using Spring Security and KeyCloak Authorization Server

After you checked out the project, run the following command:

mvn clean verify

NOTE: This branch contains initial source code for the demo project, you can find the final source code in the main branch

This project contains examples for 3 OAuth2 Grant Types

  • Authorization Code Flow (oauth2-authorization-code-demo)
  • PKCE Authorization Code Flow (oauth2-pkce-demo)
  • Client Credentials Flow (oauth2-client-credentials-demo)

About


Languages

Language:HTML 70.6%Language:TypeScript 18.9%Language:Java 6.2%Language:JavaScript 4.1%Language:CSS 0.2%