Topic: "oauth2-resource-server"
ivangfr/springboot-react-keycloak
The goal of this project is to secure movies-app using Keycloak (with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a React application called movies-ui.
Language: JavaScript - Size: 49.3 MB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 437 - Forks: 168

linianhui/example-oidc
OIDC (OpenID Connect) Example for http://openid.net/connect/
Language: C# - Size: 4.26 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 230 - Forks: 71

copoile/springcloud-oauth2
本项目基于spring-cloud-starter-oauth2搭建的认证中心和资源服务器的微服务项目,项目不仅仅简单的demo,项目的出发点在于实战应用。本项目为笔者花了不少时间和精力整理出来的,只需要稍微调整就可应用于实际项目当中,并且项目包含大量注释,不仅可以让你会用,也可让你了解到一些流程、一些原理上的东西。认证中心完成密码模式、授权码模式、刷新token模式、简化模式、以及自定义的手机号验证码模式。
Language: Java - Size: 3.41 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 209 - Forks: 89

ivangfr/springboot-keycloak-openldap
The goal of this project is to create a simple Spring Boot REST API, called simple-service, and secure it with Keycloak. Furthermore, the API users will be loaded into Keycloak from OpenLDAP server.
Language: Java - Size: 3.5 MB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 159 - Forks: 69

odenktools/springboot-oauth2-jwt
Spring Boot 2.1.x OAuth2 JWT Authorization server with Database (JPA, Hibernate, PostgreSQL, Liquibase)
Language: Java - Size: 187 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 47 - Forks: 36

OpenIDC/mod_oauth2
OAuth 2.x Resource Server module for the Apache HTTPd web server
Language: M4 - Size: 75.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 46 - Forks: 12

ivangfr/spring-boot-nginx-keycloak-cluster
The goal of this project is to use Nginx as a reverse proxy and load balancer for a Keycloak cluster with two instances and a Spring Boot application, called simple-service, also with two instances. The simple-service app will use Keycloak for IAM.
Language: Shell - Size: 1.07 MB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 21 - Forks: 6

dimMaryanto93/springboot-oauth2-ldap-example
Belajar Spring Security OAuth2 + JWT + LDAP
Language: Java - Size: 11.7 KB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 13

OpenIDC/ngx_oauth2_module
OAuth 2.x Resource Server module for NGINX
Language: M4 - Size: 51.8 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 15 - Forks: 12

arthuroz/spring-security-multi-tenancy
Demo of Spring Security OAuth2 Resource Server support
Language: Java - Size: 28.3 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 5

mzlnk/multi-tenant-oauth2-resource-server-spring-boot-starter
Spring Boot starter for multi-tenant OAuth2 resource server
Language: Java - Size: 160 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 6

sdoxsee/merry-microservices
Merry Microservices
Language: Java - Size: 255 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 3

HMZElidrissi/spring-security-jwt-boilerplate
Secure your spring boot REST endpoints using JWT and spring security
Language: Java - Size: 83 KB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 8 - Forks: 0

yaleman/goatns
🐐-powered authoritative DNS server
Language: Rust - Size: 14.7 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 7 - Forks: 0

ivangfr/okta-springboot
The goal of this project is to develop a straightforward Spring Boot REST API application, named simple-service, which utilizes Okta for authentication handling.
Language: Java - Size: 2.85 MB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 7 - Forks: 5

stojsavljevic/spring-security-oauth2
Spring Security 5 OAuth2 Example
Language: Java - Size: 49.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 4

ddubson/sample-oauth2-py
Sample OAuth 2.0 Client, OAuth 2.0 Resource Server based on Python and Authlib
Language: Python - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

GilbertHofstaetter/spring-boot-oauth2-resource-server-client
Demo project for keycloak integration as an authorisation server in a spring boot resource server and client with rbac and scopes authorisation based on spring security + Docker
Language: Java - Size: 6.73 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jinagamvasubabu/Spring-Oauth2-Redis-ResourceServer-Docker
Oauth2 Resource Server aka Resource server which can be accessed only after getting the token with respective roles from Authorization Server
Language: Java - Size: 23.4 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

ly3too/spring-oauth2-demo
A minimal just-working spring security OAuth2 demo with authorization server, authorization client and resource server.
Language: Java - Size: 28.3 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Mehdi-HAFID/token-generator
Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic
Language: Java - Size: 34.2 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 1

Mehdi-HAFID/nidam-spa
Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic
Language: JavaScript - Size: 266 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 1

hantsy/spring-security-oauth2-resourceserver-example
Spring Security and OAuth2/OIDC ResourceServer Example
Language: Kotlin - Size: 723 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

Naza1re/project-task-managment
project-task-managment
Language: Java - Size: 241 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

phatdtgcs220340/My-Blog-resource-server
Server source for my blog project using Spring Boot, Spring Data, OAuth2 Resource Server integrated with PostgreSQL, Redis and Docker Engine
Language: Java - Size: 237 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

saravana2906/oauth2-resource-server
Spring boot security - Learning project for Resource server Authentication and Authorization - using OAuth Resource Server starter project.
Language: Java - Size: 628 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Mehdi-HAFID/bff
Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic
Language: Java - Size: 16.6 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 1

Mehdi-HAFID/reverse-proxy
Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic
Language: Java - Size: 14.6 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Mehdi-HAFID/nidam
Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic
Language: Java - Size: 24.4 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 1

Mehdi-HAFID/registration
Nidam is a collection of Spring OAuth 2 microservices and a React SPA that takes care of Registration and Authentication of Users using the Security Standard OAuth 2. So You only focus on Business Logic
Language: Java - Size: 97.7 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 1

Green-Pulse/User-Management-Service
This microservice is responsible for user operations and interacting with Keycloak Admin REST API
Language: Java - Size: 74.2 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

audio-engineer/nova-dashboard-back-end
Java Spring Boot back end for Nova Dashboard project
Language: Java - Size: 184 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tomaytotomato/spring-stateless-auth-firebase
Demo fullstack application showing stateless authentication between frontend and backend service. Using a Vue.js client to fetch a JWT token from Firebase and authenticate with a Spring boot resource server.
Language: Vue - Size: 305 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

vigneshwaran-48/expense-manager-server
Family Expense Manager app in springboot
Language: Java - Size: 1.37 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

spring-boot-react-nextjs/spring-boot-security-jwt
Spring Boot Security JWT
Language: Java - Size: 223 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

felipedspereira/oauth2-sample
Language: Java - Size: 73.2 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

alexandre-java/criando-login-springboot-jwt-oauth2
Este repositório contém um projeto de exemplo que demonstra como implementar autenticação usando Spring Boot, JWT e OAuth2. .
Language: Java - Size: 70.3 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

officiallysingh/spring-boot-web-auth-demo
Demo Spring Boot project using Spring security for Authorization
Language: Java - Size: 79.1 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Cluuny/Another-Generic-ToDo-API
This repository contains a project that simulates a program for managing daily tasks, with the aim of putting into practice common concepts of Spring Data JPA, Spring Security and OAuth2, in addition, concepts related to Docker and Docker Compose are also put into practice.
Language: Java - Size: 52.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

wisskirchenj/recipe-server
Spring boot 3.0 recipe backend with Spring Security 6, persisting into an H2 database.
Language: Java - Size: 265 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jewel-cse/TodoApplication
Todo application using Spring Boot and react
Language: Java - Size: 315 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zoulou421/spring-security6-jwt-oauth2
This is a secured microservice application//Test it for free
Language: Java - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Digitanalogik/spring-6-r2dbc
Reactive relational database connection + OAuth 2.0 authentication with Spring Framework 6, Spring Boot 3 and Java 17
Language: Java - Size: 141 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Digitanalogik/spring-6-rest-mvc Fork of springframeworkguru/spring-6-rest-mvc
REST API Server + OAuth 2.0 authentication with Spring Framework 6, Spring Boot 3 and Java 17
Language: Java - Size: 172 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

antoniocaccamo/spring-boot-oauth2
Language: Java - Size: 40 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

GilbertHofstaetter/EmployeeManagmentVaadinDemo
A simple employee management tool - Demo project for a combination of Vaadin and Keycloak. This demo project is based on spring-boot-oauth2-resource-server-client (https://github.com/GilbertHofstaetter/spring-boot-oauth2-resource-server-client) Vaadin (v23) has been added as web front end and postgres as database.
Language: Java - Size: 3.4 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

GilbertHofstaetter/spring-boot-oauth2-resource-server-client-vaadin
Demo project for a combination of Vaadin and Keycloak. This demo project is based on spring-boot-oauth2-resource-server-client (https://github.com/GilbertHofstaetter/spring-boot-oauth2-resource-server-client)
Language: Java - Size: 6.07 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sachinsac/spring-oauth-security
Language: Java - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

yigiterinc/ase-customer-authentication-service
Customer authentication service is responsible for managing the creation and lifecycle of user entities and their access tokens.
Language: Java - Size: 770 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 2

Milfist/oauth2-security
oauth2 micro-service
Language: Java - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

acamb/oauth2-springboot-angular-example
Very simple showcase using oauth2 openId-connect with springboot and angular
Language: TypeScript - Size: 253 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nononsensecode/oauth2-resource-server-sample
This repository tries to show how an oauth2 resource server works
Language: Kotlin - Size: 59.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

kushtrimh/rpalace
Language: Java - Size: 172 KB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

daggerok/spring-boot-oauth2-apps
Language: Java - Size: 60.5 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

marcosnasp/security-resource-oauth-server
Resource Server OAuth2
Language: Java - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

tarnjotsingh/wellbeing-springboot-server
Java SpringBoot application that provides a collection of REST endpoints for creating and managing survey stored in a SQL database. Oauth2 is enabled for managing access to endpoints.
Language: Java - Size: 125 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

arunveersingh/spring-security
intent is to store the code which I have used for self learning purpose with the help of multiple source of study materials.
Language: Java - Size: 1.27 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ganesh-nag/OAuth2-JWT-SpringBoot
Explains OAuth2 authorization using JWT in Spring Boot
Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

c4wlabz/resource-server
An project that implements Slim Framework becoming a resource server in a microservice ecosystem with OAuth2
Language: PHP - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

dpsisodia/resource_server_pem_key
OAuth2 based Resource Server uses alg "SHA512withRSA". This server can verify JWT served from CAS "JWT as Service Tickets". A custom Impl of JwtAccessTokenConverter is used with jjwt lib to verify JWT signatures
Language: Java - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

AlexIvchenko/spring-uaa-client-starter
This spring starter contains common logic for jwt oauth2 secured resource microservices
Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

daggerok/boot-jwt
gradle, spring-boot, JWT, spring-security, spring oauth2, @EnableAuthorizationService, @EnableResourceServer, keytool, openssl, jks, spring-mustache, {{springMacroRequestContext.request.contextPath}}
Language: Java - Size: 182 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
