-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.4.1 CE GA2, 7.4.13 DXP GA1, Master
-
Component/s: Application Security > OAuth2
-
Labels:
-
Fix Priority:4
-
Last Working Version:
-
Sprint:AppSec Iteration 62
-
Git Pull Request:
Steps to reproduce:
- Create new OAuth2 application
- Edit the OAuth2 app and check Token Introspection checkbox
- Obtain access token using http://martamedio.com/oauth2-tester/
- Try to Inspect the token using the previous tool or execute from cmd line (set correct client_id, client_secret and token values):
curl 'http://localhost:8080/o/oauth2/introspect' \ -H 'Content-Type: application/x-www-form-urlencoded' \ --data 'client_id=XX' \ --data 'client_secret=XX' \ --data 'token=7b47179c5dc6dd43bb4d46b5ea47bae0cbf4b04f999b50a255bad7d988725' \ --compressed
Expected Result: Server returns information about the token
Actual Result: Server returns error message
- is related to
-
LPS-130869 OAuth2 token introspection fails with empty client_secret for PKCE applications
- Closed