Tag

authorization-server

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 29, 2025 · Information Security

How to Build an OAuth2 Authorization Code Server in PHP

This article explains the OAuth2 authorization code flow and provides a step‑by‑step guide to creating a PHP‑based authorization server, including installing the bshaffer/oauth2‑server‑php library, writing the server code, setting up the MySQL client table, and testing token requests.

OAuth2PHPauthorization-server
0 likes · 6 min read
How to Build an OAuth2 Authorization Code Server in PHP
Top Architect
Top Architect
Dec 18, 2024 · Backend Development

OAuth 2.0 Introduction and Spring Boot Implementation Guide

This article provides a comprehensive overview of OAuth 2.0 concepts, grant types, and step‑by‑step instructions for building an authorization server and a resource server using Spring Boot, including configuration classes, token services, security settings, and testing procedures.

Backend DevelopmentJavaOAuth2.0
0 likes · 12 min read
OAuth 2.0 Introduction and Spring Boot Implementation Guide
Top Architect
Top Architect
Dec 7, 2024 · Information Security

OAuth 2.0 Overview and Spring Boot Implementation Guide

This article introduces OAuth 2.0 concepts, roles, and grant types, then provides a step‑by‑step Spring Boot implementation for an authorization server and a resource server, including configuration classes, Maven dependencies, test endpoints, and screenshots of the authentication and token‑validation process.

JavaOAuth2Resource Server
0 likes · 12 min read
OAuth 2.0 Overview and Spring Boot Implementation Guide
Top Architect
Top Architect
Nov 11, 2024 · Information Security

OAuth 2.0 Overview and Spring Boot Implementation Guide

This article introduces the core concepts and roles of OAuth 2.0, explains its four grant types, and provides a step‑by‑step Spring Boot implementation with complete configuration classes, dependency setup, and testing procedures for both authorization and resource servers.

Java securityOAuth2Resource Server
0 likes · 12 min read
OAuth 2.0 Overview and Spring Boot Implementation Guide
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 21, 2024 · Information Security

How to Secure OAuth2 Authorization Code Flow with PKCE in Spring Boot 3

This article explains the differences between confidential and public OAuth2 clients, illustrates the authorization‑code interception risk, and provides a step‑by‑step Spring Boot 3 implementation of PKCE—including configuration, code verifier generation, and token exchange—to harden security.

OAuth2PKCESpring Boot
0 likes · 8 min read
How to Secure OAuth2 Authorization Code Flow with PKCE in Spring Boot 3
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 23, 2024 · Information Security

Create a Secure OAuth2 Authorization Server with Spring Boot 3.1 & JDK 17

This guide walks through setting up Spring Authorization Server on Spring Boot 3.1 with JDK 17, covering environment setup, required dependencies, custom security filter chains, in‑memory user and client configurations, JWT signing, endpoint settings, consent service, and step‑by‑step testing of the authorization code flow.

JavaOAuth2OpenID Connect
0 likes · 9 min read
Create a Secure OAuth2 Authorization Server with Spring Boot 3.1 & JDK 17
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 29, 2023 · Information Security

Build an OAuth2 Authorization Server with Spring Boot, Redis, and MySQL

This tutorial walks through creating a full‑featured OAuth2 authorization server using Spring Boot 2.4.12, storing tokens in Redis, defining client and user entities in MySQL, configuring grant types, and testing the authorization, password, client‑credentials, and implicit flows.

JavaOAuth2Redis
0 likes · 15 min read
Build an OAuth2 Authorization Server with Spring Boot, Redis, and MySQL
Java Architecture Diary
Java Architecture Diary
Jun 6, 2023 · Information Security

Quickly Set Up Spring Authorization Server with Zero‑Config

This guide walks you through building a Spring Authorization Server using the SAS starter, configuring clients, testing token endpoints, and integrating a resource server, all with minimal setup and Maven dependencies for Spring Boot 3.x.

MicroservicesOAuth2Spring Boot
0 likes · 7 min read
Quickly Set Up Spring Authorization Server with Zero‑Config
Code Ape Tech Column
Code Ape Tech Column
Jun 29, 2022 · Information Security

Customizing OAuth2 Authorization Code Flow Pages in Spring Cloud Alibaba

This article explains how to customize the login, authorization, and error pages of the OAuth2 authorization‑code flow in a Spring Cloud Alibaba project, providing step‑by‑step instructions, code examples, and configuration details for Spring Security integration.

JavaOAuth2Spring Cloud Alibaba
0 likes · 7 min read
Customizing OAuth2 Authorization Code Flow Pages in Spring Cloud Alibaba
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 20, 2021 · Information Security

How to Build an OAuth2 Authorization Server with Spring Boot, Redis, and Custom Token Store

This guide walks through creating a Spring Boot 2.2.11 OAuth2 authorization server that stores tokens in Redis, defines custom client and user entities, configures grant types, and demonstrates testing each flow, complete with code snippets and configuration files.

JavaOAuth2Redis
0 likes · 17 min read
How to Build an OAuth2 Authorization Server with Spring Boot, Redis, and Custom Token Store
Java Architecture Diary
Java Architecture Diary
Aug 20, 2021 · Information Security

Build an OAuth2 Authorization Server with Spring Authorization Server 0.2.0

This tutorial walks through setting up Spring Authorization Server 0.2.0 on Spring Boot 2.5.3, covering required dependencies, security configuration, SAS server setup, testing the authorization code flow, token exchange, refresh, and revocation, with complete code snippets and curl commands.

JavaOAuth2Spring
0 likes · 7 min read
Build an OAuth2 Authorization Server with Spring Authorization Server 0.2.0
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 5, 2021 · Backend Development

How to Build a Spring OAuth2 Authorization Server with Redis Token Store

This tutorial walks through setting up a Spring Boot 2.2.11 OAuth2 authorization server that stores tokens in Redis, covering Maven dependencies, YAML configuration, JPA entities, DAO interfaces, core server configuration, custom client details, authentication provider, password encoder, and detailed testing of all OAuth2 grant types.

JavaOAuth2Redis
0 likes · 16 min read
How to Build a Spring OAuth2 Authorization Server with Redis Token Store
macrozheng
macrozheng
Mar 1, 2021 · Information Security

Build an OAuth2 Authorization Server with Spring Authorization Server 0.1.0

This guide walks you through setting up Spring Authorization Server 0.1.0 on Spring Boot 2.4.2, covering Maven dependencies, bean configurations, token customization, and testing with curl commands for authorization code flow, token issuance, refresh, and revocation.

JavaOAuth2Spring
0 likes · 7 min read
Build an OAuth2 Authorization Server with Spring Authorization Server 0.1.0
Java Architecture Diary
Java Architecture Diary
Feb 17, 2021 · Information Security

Build a Spring Authorization Server with OAuth2: Step‑by‑Step Guide

This tutorial walks through setting up Spring Authorization Server on Spring Boot 2.4.2, covering Maven dependencies, custom bean configuration, token generation, testing with curl commands, and token customization options, providing a complete example for OAuth2 authorization implementation.

JavaOAuth2Spring
0 likes · 6 min read
Build a Spring Authorization Server with OAuth2: Step‑by‑Step Guide
Java Architecture Diary
Java Architecture Diary
Apr 9, 2019 · Information Security

How to Build an OAuth2.0 Authorization Server with Spring Cloud

This article explains how to create an open platform using OAuth2.0 authorization code flow, configure Spring Cloud dependencies, set up the authorization and security servers, test the endpoints, and customize the login and confirmation pages, providing complete code examples and diagrams.

Backend DevelopmentOAuth2.0Spring Cloud
0 likes · 7 min read
How to Build an OAuth2.0 Authorization Server with Spring Cloud