-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 12.0.2
-
Component/s: OpenID Connect
-
Labels:
-
Sprint:AM Sustaining Sprint 15
-
Support Ticket IDs:
Calling userinfo endpoint against AM12.0.2 configured with a single DJ2.6.3 CTS (on realm /myrealm) in the following way:
172.16.204.139:27714 -> 172.16.204.139:8082 [AP] GET /openam/oauth2/userinfo?realm=myrealm HTTP/1.1. Accept: */*. Content-Type: application/x-www-form-urlencoded. User-Agent: curl/7.43.0. Authorization: Bearer 926e14f3-e2c4-446c-94d6-b9a041abb69c. Connection: keep-alive. Host: brie.internal.forgerock.com:8082. . T 172.16.204.139:8082 -> 172.16.204.139:27714 [AP] HTTP/1.1 200 OK. Date: Wed, 25 Nov 2015 11:04:02 GMT. Accept-Ranges: bytes. Server: Restlet-Framework/2.1.7. Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept. Content-Type: application/json;charset=UTF-8. Transfer-Encoding: chunked. . 2f. {"sub":"user.403862","updated_at":"1448382980"}.
we get in tomcat catalina.out
Nov 25, 2015 11:04:54 AM org.restlet.engine.security.AuthenticatorUtils parseResponse WARNING: Couldn't find any helper support the HTTP_Bearer challenge scheme.
The warning message is logged for every userinfo call (could it have some impact on perfromance at some point, to be investigated)