Test info

Profile: {'openid-configuration': 'no-config', 'response_type': 'code', 'crypto': 'none', 'registration': 'static'}
Timestamp: 2016-01-29T02:47:23Z
Test description: Access token request with client_secret_post authentication [Basic, Hybrid]
Test ID: OP-ClientAuth-SecretPost-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.000461 ------------ AuthorizationRequest ------------
0.000930 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?scope=openid&state=7eLTpWtmW8NxlAWd&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999
0.000936 --> BODY: None
6.531365 <-- state=7eLTpWtmW8NxlAWd&code=04kR4foNX4m820AF
6.531828 AuthorizationResponse: {
  "code": "04kR4foNX4m820AF",
  "state": "7eLTpWtmW8NxlAWd"
}
6.532283 ------------ AccessTokenRequest ------------
6.532659 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
6.532665 --> BODY: code=04kR4foNX4m820AF&client_secret=cliant_9999&grant_type=authorization_code&client_id=CLIANT9999&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
6.532674 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded'}
7.032194 <-- STATUS: 200
7.032256 <-- BODY: {"scope":"","expires_in":3600,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTQwMzkyNDMsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTQwMzU2NDN9.","access_token":"BptjcvJWtBUgWqlXhgdq3WexKbbYwmmU"}
7.034051 AccessTokenResponse: {
  "access_token": "BptjcvJWtBUgWqlXhgdq3WexKbbYwmmU",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "aud": [
        "CLIANT9999"
      ],
      "azp": "CLIANT9999",
      "exp": 1454039243,
      "iat": 1454035643,
      "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"
}
7.045716 ==== END ====

Result

PASSED