Tag

Custom Grant

0 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Mar 3, 2022 · Information Security

Custom OAuth2 Grant Types in Spring Security – Mobile Password Grant Implementation

This article explains why and how to extend Spring Security with custom OAuth2 grant types, using a mobile‑password example that demonstrates creating a custom UserDetailService, AuthenticationToken, TokenGranter, AuthenticationProvider, and the necessary Spring Cloud configuration steps.

Custom GrantJavaOAuth2
0 likes · 7 min read
Custom OAuth2 Grant Types in Spring Security – Mobile Password Grant Implementation
Fulu Network R&D Team
Fulu Network R&D Team
Dec 23, 2020 · Information Security

Practical Implementation of IdentityServer4 in the Fuluteng Project

This article provides a hands‑on guide to using IdentityServer4 in the Fuluteng project, covering signing credentials, client and resource stores, persisted grant storage with Redis, various OAuth2 grant types including client credentials, authorization code, password, and custom extensions such as SMS and third‑party logins, and demonstrates role‑based authorization and JWT configuration.

ASP.NET CoreCustom GrantIdentityServer4
0 likes · 26 min read
Practical Implementation of IdentityServer4 in the Fuluteng Project