Test info

Profile: {'openid-configuration': 'no-config', 'response_type': 'code', 'crypto': 'none', 'registration': 'static'}
Timestamp: 2016-01-26T04:28:53Z
Test description: Does the OP sign the ID Token and with what [Basic, Implicit, Hybrid]
Test ID: OP-IDToken-Signature
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: OK
	description: Checks that the last response was one of a possible set of OpenID Connect Responses
[is-idtoken-signed]
	status: OK
	description: Checks if the id_token is signed
	info: ID Token signed using alg=none
__X:==== END ====__

Trace output


0.000398 ------------ AuthorizationRequest ------------
0.000775 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?scope=openid&state=zgjNXG4yrqecvFi0&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999
0.000780 --> BODY: None
66.429002 <-- state=zgjNXG4yrqecvFi0&code=hvvIEGdTQv3j03c0
66.429456 AuthorizationResponse: {
  "code": "hvvIEGdTQv3j03c0",
  "state": "zgjNXG4yrqecvFi0"
}
66.429839 ------------ AccessTokenRequest ------------
66.430242 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
66.430249 --> BODY: code=hvvIEGdTQv3j03c0&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
66.430260 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic Q0xJQU5UOTk5OTpjbGlhbnRfOTk5OQ=='}
66.906256 <-- STATUS: 200
66.906307 <-- BODY: {"scope":"","expires_in":3600,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTM3ODYxMzIsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTM3ODI1MzJ9.","access_token":"QGQMp9iGeka4JfGfXITBGXJWm3SfcCMj"}
66.908384 AccessTokenResponse: {
  "access_token": "QGQMp9iGeka4JfGfXITBGXJWm3SfcCMj",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "aud": [
        "CLIANT9999"
      ],
      "azp": "CLIANT9999",
      "exp": 1453786132,
      "iat": 1453782532,
      "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"
}
66.917800 ==== END ====

Result

PASSED