Test info

Profile: {'openid-configuration': 'no-config', 'response_type': 'code', 'crypto': 'none', 'registration': 'static'}
Timestamp: 2016-01-28T08:56:16Z
Test description: Access token request with client_secret_basic authentication [Basic, Hybrid]
Test ID: OP-ClientAuth-Basic-Static
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
__X:==== END ====__

Trace output


0.000458 ------------ AuthorizationRequest ------------
0.000841 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?scope=openid&state=k9vFbsLR8gT8VMYB&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999
0.000852 --> BODY: None
44.740185 <-- state=k9vFbsLR8gT8VMYB&code=0EQRhMxwbf20Ilok
44.740629 AuthorizationResponse: {
  "code": "0EQRhMxwbf20Ilok",
  "state": "k9vFbsLR8gT8VMYB"
}
44.741255 ------------ AccessTokenRequest ------------
44.741782 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
44.741789 --> BODY: code=0EQRhMxwbf20Ilok&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
44.741801 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic Q0xJQU5UOTk5OTpjbGlhbnRfOTk5OQ=='}
45.220476 <-- STATUS: 200
45.220530 <-- BODY: {"scope":"","expires_in":3600,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTM5NzQ5NzYsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTM5NzEzNzZ9.","access_token":"2lUZJ3c08WX2mOqG5K4GiETIlAhdm7lC"}
45.222175 AccessTokenResponse: {
  "access_token": "2lUZJ3c08WX2mOqG5K4GiETIlAhdm7lC",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "aud": [
        "CLIANT9999"
      ],
      "azp": "CLIANT9999",
      "exp": 1453974976,
      "iat": 1453971376,
      "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"
}
45.233437 ==== END ====

Result

PASSED