Test info
Profile: {'openid-configuration': 'no-config',
'response_type': 'code', 'crypto': 'none', 'registration':
'static'}
Timestamp: 2016-01-29T03:01:48Z
Test
description: UserInfo Endpoint access with POST and bearer body [Basic,
Implicit, Hybrid]
Test ID: OP-UserInfo-Body
Issuer:
http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/
Test output
__AuthorizationRequest:pre__
[check-response-type]
status: OK
description: Checks that the asked for response type are among the supported
[check-endpoint]
status: OK
description: Checks that the necessary endpoint exists at a server
__After completing the test flow:__
[verify-response]
status: WARNING
description: Checks that the last response was one of a possible set of OpenID Connect Responses
info: Got a ErrorResponse response
__X:==== END ====__
Trace output
0.000406 ------------ AuthorizationRequest ------------
0.000779 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?scope=openid&state=z2JCxiATWQvWHfUX&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999
0.000785 --> BODY: None
42.155694 <-- state=z2JCxiATWQvWHfUX&code=OlWeaCvZP6Vl6Ws3
42.156441 AuthorizationResponse: {
"code": "OlWeaCvZP6Vl6Ws3",
"state": "z2JCxiATWQvWHfUX"
}
42.156932 ------------ AccessTokenRequest ------------
42.157312 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
42.157317 --> BODY: code=OlWeaCvZP6Vl6Ws3&client_secret=cliant_9999&grant_type=authorization_code&client_id=CLIANT9999&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
42.157326 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded'}
42.682902 <-- STATUS: 200
42.682964 <-- BODY: {"scope":"","expires_in":3600,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTQwNDAxMDcsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTQwMzY1MDd9.","access_token":"PllZp5t4r2o8ZA6Cmn0BY2BQbjfGvQ5T"}
42.684739 AccessTokenResponse: {
"access_token": "PllZp5t4r2o8ZA6Cmn0BY2BQbjfGvQ5T",
"expires_in": 3600,
"id_token": {
"claims": {
"aud": [
"CLIANT9999"
],
"azp": "CLIANT9999",
"exp": 1454040107,
"iat": 1454036507,
"iss": "https://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/",
"sub": "seinou12846"
},
"jws header parameters": {
"alg": "none",
"typ": "JWT"
}
},
"token_type": "Bearer"
}
42.696438 ------------ UserInfoRequest ------------
42.696839 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/UserInfoEndpoint/
42.696845 --> BODY: access_token=PllZp5t4r2o8ZA6Cmn0BY2BQbjfGvQ5T
42.696859 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded'}
43.126389 <-- STATUS: 400
43.126538 ErrorResponse: {
"error": "invalid_request",
"error_description": "HTTP\u30e1\u30bd\u30c3\u30c9\u78ba\u8a8d\u30ea\u30af\u30a8\u30b9\u30c8\u4e0d\u6b63\u30a8\u30e9\u30fc",
"error_uri": "error_uri"
}
43.138183 ==== END ====
Result
WARNING
Warnings:
Got a ErrorResponse response