Tagged articles

client credentials

2 articles · Page 1 of 1
Black & White Path
Black & White Path
Jun 27, 2026 · Information Security

Using AI to Uncover a Long‑Hidden OAuth Combo Vulnerability

The article details a step‑by‑step recreation of an OAuth client‑credential leak in a web application, showing how hidden credentials in commented JavaScript enable registration of admin accounts, and compares three AI‑driven penetration testing approaches to exploit the vulnerability.

AI penetration testingOAuthclient credentials
0 likes · 10 min read
Using AI to Uncover a Long‑Hidden OAuth Combo Vulnerability
Programmer DD
Programmer DD
Aug 9, 2017 · Information Security

Secure Spring Boot APIs with OAuth2: A Hands‑On Tutorial

This article walks through building a Spring Boot application that protects HTTP endpoints using OAuth2, covering password and client‑credentials flows, Maven setup, resource and authorization server configuration, in‑memory users, token retrieval, and accessing secured resources with detailed code examples.

API SecurityJavaPassword Grant
0 likes · 13 min read
Secure Spring Boot APIs with OAuth2: A Hands‑On Tutorial