Test info

Profile: {'openid-configuration': 'no-config', 'response_type': 'code', 'crypto': 'none', 'registration': 'static'}
Timestamp: 2016-02-02T09:09:15Z
Test description: Scope requesting all claims [Basic, Implicit, Hybrid]
Test ID: OP-scope-All
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:__
[check-http-response]
	status: OK
	description: Checks that the HTTP response status is within the 200 or 300 range
[verify-response]
	status: OK
	description: Checks that the last response was one of a possible set of OpenID Connect Responses
[verify-scopes]
	status: OK
	description: Verifies that the claims corresponding to the requested scopes are returned
__X:==== END ====__

Trace output


0.000429 'scopes_supported' not defined in provider configuration
0.000586 ------------ AuthorizationRequest ------------
0.000987 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?scope=openid+profile+email+address+phone&state=xlWlhgVueF1w3IAS&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999
0.000993 --> BODY: None
34.138741 <-- state=xlWlhgVueF1w3IAS&code=lusEc46zJYNi0O5l
34.139189 AuthorizationResponse: {
  "code": "lusEc46zJYNi0O5l",
  "state": "xlWlhgVueF1w3IAS"
}
34.139563 ------------ AccessTokenRequest ------------
34.139965 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
34.139971 --> BODY: code=lusEc46zJYNi0O5l&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
34.139984 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic Q0xJQU5UOTk5OTpjbGlhbnRfOTk5OQ=='}
34.798117 <-- STATUS: 200
34.798181 <-- BODY: {"scope":"phone email address profile","expires_in":3599,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTQ0MDc3NTMsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTQ0MDQxNTN9.","access_token":"5vwHYULUgDEGeD4Q6fPKvZXnwK94ksBh"}
34.799793 AccessTokenResponse: {
  "access_token": "5vwHYULUgDEGeD4Q6fPKvZXnwK94ksBh",
  "expires_in": 3599,
  "id_token": {
    "claims": {
      "aud": [
        "CLIANT9999"
      ],
      "azp": "CLIANT9999",
      "exp": 1454407753,
      "iat": 1454404153,
      "iss": "https://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/",
      "sub": "seinou12846"
    },
    "jws header parameters": {
      "alg": "none",
      "typ": "JWT"
    }
  },
  "scope": "phone email address profile",
  "token_type": "Bearer"
}
34.810546 ------------ UserInfoRequest ------------
34.810895 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/UserInfoEndpoint/
34.810902 --> BODY: None
34.810916 --> HEADERS: {'Authorization': u'Bearer 5vwHYULUgDEGeD4Q6fPKvZXnwK94ksBh'}
35.419258 <-- STATUS: 200
35.880422 Available verification keys: [(u'2011-04-29', u'RSA')]
35.880470 Available decryption keys: [('a0', 'RSA'), ('a3', 'EC')]
35.880495 <-- BODY: {"zoneinfo":"America\/Los_Angeles","sub":"seinou12846","phone_number":"+1 (310) 123-4567","nickname":"j","website":"http:\/\/example.com\/janedoe\/","middle_name":"B.","email_verified":"true","locale":"en_US","iss":"https:\/\/dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081\/","phone_number_verified":"true","preferred_username":"j.doe","given_name":"Jane","picture":"http:\/\/example.com\/janedoe\/me.jpg","updated_at":"1453783802","address":"{\"street_address\":\"1234 Hollywood Blvd\",\"locality\":\"Los Angeles\",\"region\":\"CA\",\"country\":\"US\",\"postal_code\":\"90210\"}","email":"taro@nex.co.jp","name":"Jane Doe","aud":"CLIANT9999","birthdate":"1989-01-01","family_name":"Doe","gender":"male","profile":"http:\/\/example.com\/janedoe\/"}
35.893219 UserInfo: {
  "address": {
    "country": "US",
    "locality": "Los Angeles",
    "postal_code": "90210",
    "region": "CA",
    "street_address": "1234 Hollywood Blvd"
  },
  "aud": "CLIANT9999",
  "birthdate": "1989-01-01",
  "email": "taro@nex.co.jp",
  "email_verified": "true",
  "family_name": "Doe",
  "gender": "male",
  "given_name": "Jane",
  "iss": "https://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/",
  "locale": "en_US",
  "middle_name": "B.",
  "name": "Jane Doe",
  "nickname": "j",
  "phone_number": "+1 (310) 123-4567",
  "phone_number_verified": "true",
  "picture": "http://example.com/janedoe/me.jpg",
  "preferred_username": "j.doe",
  "profile": "http://example.com/janedoe/",
  "sub": "seinou12846",
  "updated_at": "1453783802",
  "website": "http://example.com/janedoe/",
  "zoneinfo": "America/Los_Angeles"
}
35.903530 ==== END ====

Result

PASSED