Test info

Profile: {'openid-configuration': 'no-config', 'response_type': 'code', 'crypto': 'none', 'registration': 'static'}
Timestamp: 2016-02-02T09:17:25Z
Test description: Scope requesting profile claims [Basic, Implicit, Hybrid]
Test ID: OP-scope-profile
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.000362 'scopes_supported' not defined in provider configuration
0.000519 ------------ AuthorizationRequest ------------
0.001974 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?scope=openid+profile&state=CXNmy5yL82wAuddZ&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999
0.001982 --> BODY: None
22.282760 <-- state=CXNmy5yL82wAuddZ&code=TFIjf29cDRRPE8iN
22.283202 AuthorizationResponse: {
  "code": "TFIjf29cDRRPE8iN",
  "state": "CXNmy5yL82wAuddZ"
}
22.283578 ------------ AccessTokenRequest ------------
22.283977 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
22.283983 --> BODY: code=TFIjf29cDRRPE8iN&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
22.283996 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic Q0xJQU5UOTk5OTpjbGlhbnRfOTk5OQ=='}
22.764206 <-- STATUS: 200
22.764255 <-- BODY: {"scope":"profile","expires_in":3599,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTQ0MDgyNDMsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTQ0MDQ2NDN9.","access_token":"Ua1ud6Z4T676tjeSXzSPXcRWZtu2CwlU"}
22.766365 AccessTokenResponse: {
  "access_token": "Ua1ud6Z4T676tjeSXzSPXcRWZtu2CwlU",
  "expires_in": 3599,
  "id_token": {
    "claims": {
      "aud": [
        "CLIANT9999"
      ],
      "azp": "CLIANT9999",
      "exp": 1454408243,
      "iat": 1454404643,
      "iss": "https://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/",
      "sub": "seinou12846"
    },
    "jws header parameters": {
      "alg": "none",
      "typ": "JWT"
    }
  },
  "scope": "profile",
  "token_type": "Bearer"
}
22.778419 ------------ UserInfoRequest ------------
22.778764 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/UserInfoEndpoint/
22.778770 --> BODY: None
22.778784 --> HEADERS: {'Authorization': u'Bearer Ua1ud6Z4T676tjeSXzSPXcRWZtu2CwlU'}
23.467189 <-- STATUS: 200
23.864878 Available verification keys: [(u'2011-04-29', u'RSA')]
23.864926 Available decryption keys: [('a0', 'RSA'), ('a3', 'EC')]
23.864950 <-- BODY: {"zoneinfo":"America\/Los_Angeles","sub":"seinou12846","nickname":"j","website":"http:\/\/example.com\/janedoe\/","middle_name":"B.","locale":"en_US","iss":"https:\/\/dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081\/","preferred_username":"j.doe","given_name":"Jane","picture":"http:\/\/example.com\/janedoe\/me.jpg","updated_at":"1453783802","name":"Jane Doe","aud":"CLIANT9999","birthdate":"1989-01-01","family_name":"Doe","gender":"male","profile":"http:\/\/example.com\/janedoe\/"}
23.865878 UserInfo: {
  "aud": "CLIANT9999",
  "birthdate": "1989-01-01",
  "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",
  "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"
}
23.878049 ==== END ====

Result

PASSED