Test info
Profile: {'openid-configuration': 'no-config',
'response_type': 'code', 'crypto': 'none', 'registration':
'static'}
Timestamp: 2016-01-28T07:07:58Z
Test
description: Providing claims_locales [Basic, Implicit, Hybrid]
Test
ID: OP-Req-claims_locales
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
__X:==== END ====__
Trace output
66.923704 ------------ AuthorizationRequest ------------
66.924155 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?state=DXqEuetHxKoRrEue&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999&scope=openid&claims_locales=se
66.924161 --> BODY: None
112.492391 <-- state=DXqEuetHxKoRrEue&code=I4sUyrk6Dkuur76j
112.493063 AuthorizationResponse: {
"code": "I4sUyrk6Dkuur76j",
"state": "DXqEuetHxKoRrEue"
}
112.493588 ------------ AccessTokenRequest ------------
112.493999 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationCode/
112.494005 --> BODY: code=I4sUyrk6Dkuur76j&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb
112.494018 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic Q0xJQU5UOTk5OTpjbGlhbnRfOTk5OQ=='}
112.969616 <-- STATUS: 200
112.969668 <-- BODY: {"scope":"","expires_in":3600,"token_type":"Bearer","id_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJleHAiOjE0NTM5Njg0MjQsImF6cCI6IkNMSUFOVDk5OTkiLCJzdWIiOiJzZWlub3UxMjg0NiIsImF1ZCI6IkNMSUFOVDk5OTkiLCJpc3MiOiJodHRwczpcL1wvZHVhbHN0YWNrLjNhLXRlc3QtMTI1NjkyMjUzMy5hcC1ub3J0aGVhc3QtMS5lbGIuYW1hem9uYXdzLmNvbTo4MDgxXC8iLCJpYXQiOjE0NTM5NjQ4MjR9.","access_token":"uh6xxXwZNdzkwkl4MM6GaQCu6C8s6gbH"}
112.971275 AccessTokenResponse: {
"access_token": "uh6xxXwZNdzkwkl4MM6GaQCu6C8s6gbH",
"expires_in": 3600,
"id_token": {
"claims": {
"aud": [
"CLIANT9999"
],
"azp": "CLIANT9999",
"exp": 1453968424,
"iat": 1453964824,
"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"
}
112.982588 ------------ UserInfoRequest ------------
112.982874 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/UserInfoEndpoint/
112.982879 --> BODY: None
112.982889 --> HEADERS: {'Authorization': u'Bearer uh6xxXwZNdzkwkl4MM6GaQCu6C8s6gbH'}
113.681465 <-- STATUS: 200
114.111676 Available verification keys: [(u'2011-04-29', u'RSA')]
114.111731 Available decryption keys: [('a0', 'RSA'), ('a3', 'EC')]
114.111754 <-- BODY: {"sub":"seinou12846","iss":"https:\/\/dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081\/","aud":"CLIANT9999"}
114.112727 UserInfo: {
"aud": "CLIANT9999",
"iss": "https://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/",
"sub": "seinou12846"
}
167.023027 ==== END ====
Result
PASSED