Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-08-25 05:33:09 INFO
TEST-RUNNER
Test instance tnNjKgvEbWGjTKV created
baseUrl
https://www.certification.openid.net/test/a/icewall-conformance
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "server_metadata": "static",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
icewall-conformance
description
planId
7xpS1KUZTfZeB
config
{
  "alias": "icewall-conformance",
  "server": {
    "issuer": "https://table2.iw02.net/",
    "jwks_uri": "https://table2.iw02.net//iwproxy/OIDC/op/jwks",
    "authorization_endpoint": "https://table2.iw02.net//iwproxy/OIDC/op/auth",
    "token_endpoint": "https://table2.iw02.net//iwproxy/OIDC/op/token",
    "userinfo_endpoint": "https://table2.iw02.net//iwproxy/OIDC/userinfo/userinfo"
  },
  "client": {
    "client_id": "client01",
    "client_secret": "clientsecret01clientsecret01clientsecret01"
  },
  "client_secret_post": {
    "client_id": "client03",
    "client_secret": "clientsecret03clientsecret03clientsecret03"
  },
  "client2": {
    "client_id": "client02",
    "client_secret": "clientsecret02clientsecret02clientsecret02"
  }
}
testName
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
2022-08-25 05:33:09 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/icewall-conformance/callback
2022-08-25 05:33:09 SUCCESS
GetStaticServerConfiguration
Found a static server object
issuer
https://table2.iw02.net/
jwks_uri
https://table2.iw02.net//iwproxy/OIDC/op/jwks
authorization_endpoint
https://table2.iw02.net//iwproxy/OIDC/op/auth
token_endpoint
https://table2.iw02.net//iwproxy/OIDC/op/token
userinfo_endpoint
https://table2.iw02.net//iwproxy/OIDC/userinfo/userinfo
2022-08-25 05:33:09 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2022-08-25 05:33:09 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
authorization_endpoint
{
  "testHost": "table2.iw02.net",
  "testPort": 443
}
token_endpoint
{
  "testHost": "table2.iw02.net",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "table2.iw02.net",
  "testPort": 443
}
2022-08-25 05:33:09
FetchServerKeys
Fetching server key
jwks_uri
https://table2.iw02.net//iwproxy/OIDC/op/jwks
2022-08-25 05:33:09
FetchServerKeys
HTTP request
request_uri
https://table2.iw02.net/iwproxy/OIDC/op/jwks
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-08-25 05:33:10 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Thu, 25 Aug 2022 05:33:10 GMT",
  "content-type": "application/json;charset\u003dISO-8859-1",
  "content-length": "986",
  "connection": "keep-alive",
  "server": "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips",
  "cache-control": "no-store",
  "pragma": "no-cache"
}
response_body
{
	"keys": [
		{
			"kty": "RSA",
			"e": "AQAB",
			"use": "sig",
			"kid": "HbrE0WE8XtFr1VN9IN4RTM8Q0MRRMdqX6oEasnfs",
			"alg": "RS256",
			"n": "iRRmze76cDZSOWeiKzSpAKerIfQYdcy6zIGyF7qRLt_qS6ZYEIipOKGtSqBAIXbGJg70Q8I0WS2I0fNXqBLuo9J14Ez2JpXtijxX6tkg9tNkvxRr8IS8oTVrbJdcEMemn_G3GCKKtKDIpWjgtm0edLbmURpNguytI-ElFATKIhXcM549edX0H3sXEnTEFGJqd0JD2oquZB-7GWH1eqyD5qtwT1Ybx4EWvGw5m3QLjUD-hwtF6kYwMuqw9UlJU0W-R2g3PDy4vVQHJHPjn9n958gj5yF0bl3q8FXEEtMhSKBlxT3oLG8sSdEM1b4FXtzg6-773DmCeob554KFWhuRnw"
		},
		{
			"kty": "RSA",
			"e": "AQAB",
			"use": "sig",
			"kid": "3WXhLp5oAlQN6D53qfAAU8zrt6TcM5sYTLONWs5O",
			"alg": "RS256",
			"n": "mBR6GLjSNSynrRK--4cwp3s6IycMmB07mMIgdsSInIO2RZC6jm8uTdSN8Lp9fQgqyku5PzlnwpKUrnO-yC7F4RjaxUVb3R2AXocuQPkWlXHGeQk1rD2hsxPIeHDmwPqnBKN5ZeWTFS1zw5MoFWVXQ3-gMI7K6Z5Y11Hf3lWu9M1Z4WO3BKmMsZ24PVRLMcpkqrv8accI-bK6TjYAw1rAW2TYEYx44xfW0U_v7JMsm-QQsWyJsHy1HmLdHC0O3xO0rJ-qq5juev1Lnnrm_4P1-T80hDB8mU7jiO269iwwcigQSjrm5kmVMtNyEkyLxXkcU6OeiYornTa8O0YaFawW_Q"
		}
	]
}
2022-08-25 05:33:10
FetchServerKeys
Found JWK set string
jwk_string
{
	"keys": [
		{
			"kty": "RSA",
			"e": "AQAB",
			"use": "sig",
			"kid": "HbrE0WE8XtFr1VN9IN4RTM8Q0MRRMdqX6oEasnfs",
			"alg": "RS256",
			"n": "iRRmze76cDZSOWeiKzSpAKerIfQYdcy6zIGyF7qRLt_qS6ZYEIipOKGtSqBAIXbGJg70Q8I0WS2I0fNXqBLuo9J14Ez2JpXtijxX6tkg9tNkvxRr8IS8oTVrbJdcEMemn_G3GCKKtKDIpWjgtm0edLbmURpNguytI-ElFATKIhXcM549edX0H3sXEnTEFGJqd0JD2oquZB-7GWH1eqyD5qtwT1Ybx4EWvGw5m3QLjUD-hwtF6kYwMuqw9UlJU0W-R2g3PDy4vVQHJHPjn9n958gj5yF0bl3q8FXEEtMhSKBlxT3oLG8sSdEM1b4FXtzg6-773DmCeob554KFWhuRnw"
		},
		{
			"kty": "RSA",
			"e": "AQAB",
			"use": "sig",
			"kid": "3WXhLp5oAlQN6D53qfAAU8zrt6TcM5sYTLONWs5O",
			"alg": "RS256",
			"n": "mBR6GLjSNSynrRK--4cwp3s6IycMmB07mMIgdsSInIO2RZC6jm8uTdSN8Lp9fQgqyku5PzlnwpKUrnO-yC7F4RjaxUVb3R2AXocuQPkWlXHGeQk1rD2hsxPIeHDmwPqnBKN5ZeWTFS1zw5MoFWVXQ3-gMI7K6Z5Y11Hf3lWu9M1Z4WO3BKmMsZ24PVRLMcpkqrv8accI-bK6TjYAw1rAW2TYEYx44xfW0U_v7JMsm-QQsWyJsHy1HmLdHC0O3xO0rJ-qq5juev1Lnnrm_4P1-T80hDB8mU7jiO269iwwcigQSjrm5kmVMtNyEkyLxXkcU6OeiYornTa8O0YaFawW_Q"
		}
	]
}
2022-08-25 05:33:10 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "HbrE0WE8XtFr1VN9IN4RTM8Q0MRRMdqX6oEasnfs",
      "alg": "RS256",
      "n": "iRRmze76cDZSOWeiKzSpAKerIfQYdcy6zIGyF7qRLt_qS6ZYEIipOKGtSqBAIXbGJg70Q8I0WS2I0fNXqBLuo9J14Ez2JpXtijxX6tkg9tNkvxRr8IS8oTVrbJdcEMemn_G3GCKKtKDIpWjgtm0edLbmURpNguytI-ElFATKIhXcM549edX0H3sXEnTEFGJqd0JD2oquZB-7GWH1eqyD5qtwT1Ybx4EWvGw5m3QLjUD-hwtF6kYwMuqw9UlJU0W-R2g3PDy4vVQHJHPjn9n958gj5yF0bl3q8FXEEtMhSKBlxT3oLG8sSdEM1b4FXtzg6-773DmCeob554KFWhuRnw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "3WXhLp5oAlQN6D53qfAAU8zrt6TcM5sYTLONWs5O",
      "alg": "RS256",
      "n": "mBR6GLjSNSynrRK--4cwp3s6IycMmB07mMIgdsSInIO2RZC6jm8uTdSN8Lp9fQgqyku5PzlnwpKUrnO-yC7F4RjaxUVb3R2AXocuQPkWlXHGeQk1rD2hsxPIeHDmwPqnBKN5ZeWTFS1zw5MoFWVXQ3-gMI7K6Z5Y11Hf3lWu9M1Z4WO3BKmMsZ24PVRLMcpkqrv8accI-bK6TjYAw1rAW2TYEYx44xfW0U_v7JMsm-QQsWyJsHy1HmLdHC0O3xO0rJ-qq5juev1Lnnrm_4P1-T80hDB8mU7jiO269iwwcigQSjrm5kmVMtNyEkyLxXkcU6OeiYornTa8O0YaFawW_Q"
    }
  ]
}
2022-08-25 05:33:10 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "HbrE0WE8XtFr1VN9IN4RTM8Q0MRRMdqX6oEasnfs",
      "alg": "RS256",
      "n": "iRRmze76cDZSOWeiKzSpAKerIfQYdcy6zIGyF7qRLt_qS6ZYEIipOKGtSqBAIXbGJg70Q8I0WS2I0fNXqBLuo9J14Ez2JpXtijxX6tkg9tNkvxRr8IS8oTVrbJdcEMemn_G3GCKKtKDIpWjgtm0edLbmURpNguytI-ElFATKIhXcM549edX0H3sXEnTEFGJqd0JD2oquZB-7GWH1eqyD5qtwT1Ybx4EWvGw5m3QLjUD-hwtF6kYwMuqw9UlJU0W-R2g3PDy4vVQHJHPjn9n958gj5yF0bl3q8FXEEtMhSKBlxT3oLG8sSdEM1b4FXtzg6-773DmCeob554KFWhuRnw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "3WXhLp5oAlQN6D53qfAAU8zrt6TcM5sYTLONWs5O",
      "alg": "RS256",
      "n": "mBR6GLjSNSynrRK--4cwp3s6IycMmB07mMIgdsSInIO2RZC6jm8uTdSN8Lp9fQgqyku5PzlnwpKUrnO-yC7F4RjaxUVb3R2AXocuQPkWlXHGeQk1rD2hsxPIeHDmwPqnBKN5ZeWTFS1zw5MoFWVXQ3-gMI7K6Z5Y11Hf3lWu9M1Z4WO3BKmMsZ24PVRLMcpkqrv8accI-bK6TjYAw1rAW2TYEYx44xfW0U_v7JMsm-QQsWyJsHy1HmLdHC0O3xO0rJ-qq5juev1Lnnrm_4P1-T80hDB8mU7jiO269iwwcigQSjrm5kmVMtNyEkyLxXkcU6OeiYornTa8O0YaFawW_Q"
    }
  ]
}
2022-08-25 05:33:10 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-08-25 05:33:10 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2022-08-25 05:33:10 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-08-25 05:33:10 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-08-25 05:33:10 SUCCESS
GetStaticClientConfiguration
Found a static client object
client_id
client01
client_secret
clientsecret01clientsecret01clientsecret01
2022-08-25 05:33:10 INFO
ValidateClientJWKsPrivatePart
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-08-25 05:33:10 INFO
ExtractJWKsFromStaticClientConfiguration
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-08-25 05:33:10 INFO
CheckDistinctKeyIdValueInClientJWKs
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-08-25 05:33:10
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2022-08-25 05:33:10 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
userinfo_endpoint will be used to test access token. The user info is not a mandatory to implement feature in the OpenID Connect specification, but is mandatory for certification.
protected_resource_url
https://table2.iw02.net//iwproxy/OIDC/userinfo/userinfo
2022-08-25 05:33:10
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Setup Done
Make request to authorization endpoint
2022-08-25 05:33:10 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
client01
redirect_uri
https://www.certification.openid.net/test/a/icewall-conformance/callback
scope
openid
2022-08-25 05:33:10
CreateRandomStateValue
Created state value
requested_state_length
10
state
M9N6YmGS7U
2022-08-25 05:33:10 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
client01
redirect_uri
https://www.certification.openid.net/test/a/icewall-conformance/callback
scope
openid
state
M9N6YmGS7U
2022-08-25 05:33:10
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
5oAsBhv5lZ
2022-08-25 05:33:10 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
client01
redirect_uri
https://www.certification.openid.net/test/a/icewall-conformance/callback
scope
openid
state
M9N6YmGS7U
nonce
5oAsBhv5lZ
2022-08-25 05:33:10 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
client01
redirect_uri
https://www.certification.openid.net/test/a/icewall-conformance/callback
scope
openid
state
M9N6YmGS7U
nonce
5oAsBhv5lZ
response_type
id_token token
2022-08-25 05:33:10 SUCCESS
ConvertAuthorizationEndpointRequestToRequestObject
Created request object claims
request_object_claims
{
  "client_id": "client01",
  "redirect_uri": "https://www.certification.openid.net/test/a/icewall-conformance/callback",
  "scope": "openid",
  "state": "M9N6YmGS7U",
  "nonce": "5oAsBhv5lZ",
  "response_type": "id_token token"
}
2022-08-25 05:33:10 SUCCESS
SerializeRequestObjectWithNullAlgorithm
Serialized the request object
request_object
{
  "claimsSet": {
    "claims": {
      "scope": "openid",
      "response_type": "id_token token",
      "redirect_uri": "https://www.certification.openid.net/test/a/icewall-conformance/callback",
      "state": "M9N6YmGS7U",
      "nonce": "5oAsBhv5lZ",
      "client_id": "client01"
    }
  },
  "header": {
    "alg": {
      "name": "none",
      "requirement": "REQUIRED"
    },
    "customParams": {}
  },
  "payload": {
    "origin": "JSON",
    "jsonObject": {
      "scope": "openid",
      "response_type": "id_token token",
      "redirect_uri": "https://www.certification.openid.net/test/a/icewall-conformance/callback",
      "state": "M9N6YmGS7U",
      "nonce": "5oAsBhv5lZ",
      "client_id": "client01"
    }
  }
}
request_object serialized
eyJhbGciOiJub25lIn0.eyJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJpZF90b2tlbiB0b2tlbiIsInJlZGlyZWN0X3VyaSI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9pY2V3YWxsLWNvbmZvcm1hbmNlXC9jYWxsYmFjayIsInN0YXRlIjoiTTlONlltR1M3VSIsIm5vbmNlIjoiNW9Bc0JodjVsWiIsImNsaWVudF9pZCI6ImNsaWVudDAxIn0.
2022-08-25 05:33:10 SUCCESS
BuildRequestObjectByValueRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://table2.iw02.net/iwproxy/OIDC/op/auth?request=eyJhbGciOiJub25lIn0.eyJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJpZF90b2tlbiB0b2tlbiIsInJlZGlyZWN0X3VyaSI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9pY2V3YWxsLWNvbmZvcm1hbmNlXC9jYWxsYmFjayIsInN0YXRlIjoiTTlONlltR1M3VSIsIm5vbmNlIjoiNW9Bc0JodjVsWiIsImNsaWVudF9pZCI6ImNsaWVudDAxIn0.&client_id=client01&redirect_uri=https://www.certification.openid.net/test/a/icewall-conformance/callback&scope=openid&response_type=id_token%20token
2022-08-25 05:33:10 REDIRECT
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Redirecting to authorization endpoint
redirect_to
https://table2.iw02.net/iwproxy/OIDC/op/auth?request=eyJhbGciOiJub25lIn0.eyJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJpZF90b2tlbiB0b2tlbiIsInJlZGlyZWN0X3VyaSI6Imh0dHBzOlwvXC93d3cuY2VydGlmaWNhdGlvbi5vcGVuaWQubmV0XC90ZXN0XC9hXC9pY2V3YWxsLWNvbmZvcm1hbmNlXC9jYWxsYmFjayIsInN0YXRlIjoiTTlONlltR1M3VSIsIm5vbmNlIjoiNW9Bc0JodjVsWiIsImNsaWVudF9pZCI6ImNsaWVudDAxIn0.&client_id=client01&redirect_uri=https://www.certification.openid.net/test/a/icewall-conformance/callback&scope=openid&response_type=id_token%20token
2022-08-25 05:33:26 INCOMING
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Incoming HTTP request to /test/a/icewall-conformance/callback
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "sec-ch-ua": "\"Chromium\";v\u003d\"104\", \" Not A;Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"104\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"Windows\"",
  "referer": "https://www.certification.openid.net/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "ja,en;q\u003d0.9,ja-JP;q\u003d0.8,en-US;q\u003d0.7",
  "cookie": "__utma\u003d201319536.170751968.1631778400.1660020813.1660023525.44; __utmz\u003d201319536.1660023525.44.23.utmcsr\u003dgoogle|utmccn\u003d(organic)|utmcmd\u003dorganic|utmctr\u003d(not%20provided); JSESSIONID\u003d44223EAA8B612261F7B60D6EB206808D",
  "gss-user": "TRUE",
  "connection": "close"
}
incoming_path
/test/a/icewall-conformance/callback
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES256-GCM-SHA384
incoming_body_json
2022-08-25 05:33:26 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/Vr7BLbOSrKrn6fgeWNVU",
  "fullUrl": "https://www.certification.openid.net/test/a/icewall-conformance/implicit/Vr7BLbOSrKrn6fgeWNVU"
}
2022-08-25 05:33:26 OUTGOING
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Response to HTTP request to test instance tnNjKgvEbWGjTKV
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/icewall-conformance/implicit/Vr7BLbOSrKrn6fgeWNVU, returnUrl=/log-detail.html?log=tnNjKgvEbWGjTKV}]
outgoing_path
callback
2022-08-25 05:33:28 INCOMING
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Incoming HTTP request to /test/a/icewall-conformance/implicit/Vr7BLbOSrKrn6fgeWNVU
incoming_headers
{
  "host": "www.certification.openid.net",
  "sec-ch-ua": "\"Chromium\";v\u003d\"104\", \" Not A;Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"104\"",
  "accept": "*/*",
  "content-type": "text/plain",
  "x-requested-with": "XMLHttpRequest",
  "sec-ch-ua-mobile": "?0",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36",
  "sec-ch-ua-platform": "\"Windows\"",
  "origin": "https://www.certification.openid.net",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "cors",
  "sec-fetch-dest": "empty",
  "referer": "https://www.certification.openid.net/test/a/icewall-conformance/callback",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "ja,en;q\u003d0.9,ja-JP;q\u003d0.8,en-US;q\u003d0.7",
  "cookie": "__utma\u003d201319536.170751968.1631778400.1660020813.1660023525.44; __utmz\u003d201319536.1660023525.44.23.utmcsr\u003dgoogle|utmccn\u003d(organic)|utmcmd\u003dorganic|utmctr\u003d(not%20provided); JSESSIONID\u003d44223EAA8B612261F7B60D6EB206808D",
  "gss-user": "TRUE",
  "connection": "close",
  "content-length": "120"
}
incoming_path
/test/a/icewall-conformance/implicit/Vr7BLbOSrKrn6fgeWNVU
incoming_body_form_params
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
#error=request_not_supported&error_description=request+parameter+error.+%28not+supported+use+of+the+request+parameter%29
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES256-GCM-SHA384
incoming_body_json
2022-08-25 05:33:28 OUTGOING
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Response to HTTP request to test instance tnNjKgvEbWGjTKV
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/Vr7BLbOSrKrn6fgeWNVU
2022-08-25 05:33:28
ExtractImplicitHashToCallbackResponse
Extracted response from URL fragment
parameters
[
  {
    "name": "error",
    "value": "request_not_supported"
  },
  {
    "name": "error_description",
    "value": "request parameter error. (not supported use of the request parameter)"
  }
]
2022-08-25 05:33:28 SUCCESS
ExtractImplicitHashToCallbackResponse
Extracted the hash values
error
request_not_supported
error_description
request parameter error. (not supported use of the request parameter)
2022-08-25 05:33:28 REDIRECT-IN
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "sec-ch-ua": "\"Chromium\";v\u003d\"104\", \" Not A;Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"104\"",
  "sec-ch-ua-mobile": "?0",
  "sec-ch-ua-platform": "\"Windows\"",
  "referer": "https://www.certification.openid.net/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "ja,en;q\u003d0.9,ja-JP;q\u003d0.8,en-US;q\u003d0.7",
  "cookie": "__utma\u003d201319536.170751968.1631778400.1660020813.1660023525.44; __utmz\u003d201319536.1660023525.44.23.utmcsr\u003dgoogle|utmccn\u003d(organic)|utmcmd\u003dorganic|utmctr\u003d(not%20provided); JSESSIONID\u003d44223EAA8B612261F7B60D6EB206808D",
  "gss-user": "TRUE",
  "connection": "close",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "x-forwarded-proto": "https",
  "x-forwarded-port": "443",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
http_method
GET
url_fragment
{
  "error": "request_not_supported",
  "error_description": "request parameter error. (not supported use of the request parameter)"
}
post_body
Verify authorization endpoint response
2022-08-25 05:33:28 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2022-08-25 05:33:28 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2022-08-25 05:33:28 SKIPPED
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
The test was skipped: The 'request_not_supported' error from the authorization endpoint indicates that it does not support request objects (which is permitted behaviour), so request objects cannot be tested.
2022-08-25 05:33:28 FINISHED
oidcc-unsigned-request-object-supported-correctly-or-rejected-as-unsupported
Test has run to completion
testmodule_result
SKIPPED
Unregister dynamically registered client
2022-08-25 05:33:28
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
2022-08-25 05:33:33
TEST-RUNNER
Alias has now been claimed by another test
alias
icewall-conformance
new_test_id
6wDYyUBrbQpeZ4E
Test Results