Test info

Profile: {'openid-configuration': 'no-config', 'response_type': 'code', 'crypto': 'none', 'registration': 'static'}
Timestamp: 2016-02-03T04:42:54Z
Test description: Providing acr_values [Basic, Implicit, Hybrid]
Test ID: OP-Req-acr_values
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
[used-acr-value]
	status: WARNING
	description: The acr value in the ID Token
	info: No acr value present in the ID Token
__X:==== END ====__

Trace output


0.000468 ------------ AuthorizationRequest ------------
0.000890 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?acr_values=1+2&state=Zzm0NsTMOAInVPMV&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999&scope=openid
0.000895 --> BODY: None
46.804072 <-- state=Zzm0NsTMOAInVPMV&code=g14MNKwGkdSttpii
46.804694 AuthorizationResponse: {
  "code": "g14MNKwGkdSttpii",
  "state": "Zzm0NsTMOAInVPMV"
}
46.805086 ------------ AccessTokenRequest ------------
46.805488 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
46.805500 --> BODY: code=g14MNKwGkdSttpii&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
46.805513 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic Q0xJQU5UOTk5OTpjbGlhbnRfOTk5OQ=='}
47.269188 <-- STATUS: 200
47.269245 <-- BODY: {"scope":"","expires_in":3600,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTQ0NzgxNzMsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTQ0NzQ1NzN9.","access_token":"i2rYlnSVQoB3VjiYM2d3r9mUIAQ0HOyU"}
47.270903 AccessTokenResponse: {
  "access_token": "i2rYlnSVQoB3VjiYM2d3r9mUIAQ0HOyU",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "aud": [
        "CLIANT9999"
      ],
      "azp": "CLIANT9999",
      "exp": 1454478173,
      "iat": 1454474573,
      "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"
}
47.282674 ==== END ====

Result

WARNING
Warnings:
No acr value present in the ID Token