Closed exalate-issue-sync[bot] closed 2 days ago
describe-the-bug-
Using the /introspect endpoint with a bearer token does not work in 4.4.9
Steps to reproduce:
curl -X POST -u xxxx:xxxxxx http://localhost:8092/domainB/oauth/token -d 'grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&assertion='$TOKEN
expected-behaviour-
The introspect endpoint should return the details of an active token
current-behaviour-
Valid tokens return an "active: false" response
useful-information-
This is a regression introduce by https://gravitee.atlassian.net/browse/AM-4047 ( github https://github.com/gravitee-io/issues/issues/10065 )
desktop-
Environment: 4.4.9
Please see Zendesk Support tab for further comments and attachments.
This issue will be fixed in versions 4.3.18, 4.2.26, 4.1.35, 4.4.11
Describe the bug :
describe-the-bug-
Using the /introspect endpoint with a bearer token does not work in 4.4.9
Steps to reproduce:
curl -X POST -u xxxx:xxxxxx http://localhost:8092/domainB/oauth/token -d 'grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&assertion='$TOKEN
Expected behaviour :
expected-behaviour-
The introspect endpoint should return the details of an active token
Current behaviour :
current-behaviour-
Valid tokens return an "active: false" response
Useful information :
useful-information-
This is a regression introduce by https://gravitee.atlassian.net/browse/AM-4047 ( github https://github.com/gravitee-io/issues/issues/10065 )
Desktop :
desktop-
Environment: 4.4.9
Please see Zendesk Support tab for further comments and attachments.