Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-09-10 18:47:58 INFO
TEST-RUNNER
Test instance 4sfa1nmqatG738k created
baseUrl
https://www.certification.openid.net/test/a/idpy
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcop
planId
jQ0OmB4Sgf6Wp
config
{
  "alias": "idpy",
  "description": "oidcop",
  "server": {
    "discoveryUrl": "https://89.45.234.133:4000/.well-known/openid-configuration",
    "login_hint": "roland@89.45.234.133:4000"
  },
  "client2": {
    "client_name": "Anything"
  }
}
testName
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
2021-09-10 18:47:58 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
2021-09-10 18:47:58
GetDynamicServerConfiguration
HTTP request
request_uri
https://89.45.234.133:4000/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-09-10 18:47:59 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "3598",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Fri, 10 Sep 2021 18:47:59 GMT"
}
response_body
{"version": "3.0", "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic", "client_secret_jwt", "private_key_jwt"], "claims_parameter_supported": true, "request_parameter_supported": true, "request_uri_parameter_supported": true, "require_request_uri_registration": true, "grant_types_supported": ["authorization_code", "implicit", "urn:ietf:params:oauth:grant-type:jwt-bearer", "refresh_token"], "subject_types_supported": ["public", "pairwise"], "registration_endpoint": "https://89.45.234.133:4000/registration", "introspection_endpoint": "https://89.45.234.133:4000/introspection", "response_types_supported": ["code", "token", "id_token", "code token", "code id_token", "id_token token", "code id_token token", "none"], "response_modes_supported": ["query", "fragment", "form_post"], "request_object_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "request_object_encryption_alg_values_supported": ["RSA-OAEP", "RSA-OAEP-256", "A128KW", "A192KW", "A256KW", "ECDH-ES", "ECDH-ES+A128KW", "ECDH-ES+A192KW", "ECDH-ES+A256KW"], "request_object_encryption_enc_values_supported": ["A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512", "A128GCM", "A192GCM", "A256GCM"], "claim_types_supported": ["normal", "aggregated", "distributed"], "authorization_endpoint": "https://89.45.234.133:4000/authorization", "token_endpoint_auth_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "token_endpoint": "https://89.45.234.133:4000/token", "userinfo_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "userinfo_encryption_alg_values_supported": ["RSA-OAEP", "RSA-OAEP-256", "A128KW", "A192KW", "A256KW", "ECDH-ES", "ECDH-ES+A128KW", "ECDH-ES+A192KW", "ECDH-ES+A256KW"], "userinfo_encryption_enc_values_supported": ["A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512", "A128GCM", "A192GCM", "A256GCM"], "client_authn_method": ["bearer_header", "bearer_body"], "userinfo_endpoint": "https://89.45.234.133:4000/userinfo", "frontchannel_logout_supported": true, "frontchannel_logout_session_supported": true, "backchannel_logout_supported": true, "backchannel_logout_session_supported": true, "check_session_iframe": "https://89.45.234.133:4000/check_session_iframe", "end_session_endpoint": "https://89.45.234.133:4000/session", "issuer": "https://89.45.234.133:4000", "acr_values_supported": ["urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"], "jwks_uri": "https://89.45.234.133:4000/static/jwks.json", "scopes_supported": ["openid", "research_and_scholarship", "profile", "email", "address", "offline_access", "phone"], "claims_supported": ["given_name", "picture", "email_verified", "phone_number_verified", "locale", "profile", "birthdate", "email", "address", "nickname", "updated_at", "middle_name", "sub", "website", "iss", "preferred_username", "gender", "name", "phone_number", "family_name", "zoneinfo", "eduperson_scoped_affiliation"], "id_token_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "id_token_encryption_alg_values_supported": ["RSA-OAEP", "RSA-OAEP-256", "A128KW", "A192KW", "A256KW", "ECDH-ES", "ECDH-ES+A128KW", "ECDH-ES+A192KW", "ECDH-ES+A256KW"], "id_token_encryption_enc_values_supported": ["A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512", "A128GCM", "A192GCM", "A256GCM"]}
2021-09-10 18:47:59
GetDynamicServerConfiguration
Downloaded server configuration
server_config_string
{"version": "3.0", "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic", "client_secret_jwt", "private_key_jwt"], "claims_parameter_supported": true, "request_parameter_supported": true, "request_uri_parameter_supported": true, "require_request_uri_registration": true, "grant_types_supported": ["authorization_code", "implicit", "urn:ietf:params:oauth:grant-type:jwt-bearer", "refresh_token"], "subject_types_supported": ["public", "pairwise"], "registration_endpoint": "https://89.45.234.133:4000/registration", "introspection_endpoint": "https://89.45.234.133:4000/introspection", "response_types_supported": ["code", "token", "id_token", "code token", "code id_token", "id_token token", "code id_token token", "none"], "response_modes_supported": ["query", "fragment", "form_post"], "request_object_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "request_object_encryption_alg_values_supported": ["RSA-OAEP", "RSA-OAEP-256", "A128KW", "A192KW", "A256KW", "ECDH-ES", "ECDH-ES+A128KW", "ECDH-ES+A192KW", "ECDH-ES+A256KW"], "request_object_encryption_enc_values_supported": ["A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512", "A128GCM", "A192GCM", "A256GCM"], "claim_types_supported": ["normal", "aggregated", "distributed"], "authorization_endpoint": "https://89.45.234.133:4000/authorization", "token_endpoint_auth_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "token_endpoint": "https://89.45.234.133:4000/token", "userinfo_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "userinfo_encryption_alg_values_supported": ["RSA-OAEP", "RSA-OAEP-256", "A128KW", "A192KW", "A256KW", "ECDH-ES", "ECDH-ES+A128KW", "ECDH-ES+A192KW", "ECDH-ES+A256KW"], "userinfo_encryption_enc_values_supported": ["A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512", "A128GCM", "A192GCM", "A256GCM"], "client_authn_method": ["bearer_header", "bearer_body"], "userinfo_endpoint": "https://89.45.234.133:4000/userinfo", "frontchannel_logout_supported": true, "frontchannel_logout_session_supported": true, "backchannel_logout_supported": true, "backchannel_logout_session_supported": true, "check_session_iframe": "https://89.45.234.133:4000/check_session_iframe", "end_session_endpoint": "https://89.45.234.133:4000/session", "issuer": "https://89.45.234.133:4000", "acr_values_supported": ["urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"], "jwks_uri": "https://89.45.234.133:4000/static/jwks.json", "scopes_supported": ["openid", "research_and_scholarship", "profile", "email", "address", "offline_access", "phone"], "claims_supported": ["given_name", "picture", "email_verified", "phone_number_verified", "locale", "profile", "birthdate", "email", "address", "nickname", "updated_at", "middle_name", "sub", "website", "iss", "preferred_username", "gender", "name", "phone_number", "family_name", "zoneinfo", "eduperson_scoped_affiliation"], "id_token_signing_alg_values_supported": ["RS256", "RS384", "RS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512", "PS256", "PS384", "PS512"], "id_token_encryption_alg_values_supported": ["RSA-OAEP", "RSA-OAEP-256", "A128KW", "A192KW", "A256KW", "ECDH-ES", "ECDH-ES+A128KW", "ECDH-ES+A192KW", "ECDH-ES+A256KW"], "id_token_encryption_enc_values_supported": ["A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512", "A128GCM", "A192GCM", "A256GCM"]}
2021-09-10 18:47:59 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
version
3.0
token_endpoint_auth_methods_supported
[
  "client_secret_post",
  "client_secret_basic",
  "client_secret_jwt",
  "private_key_jwt"
]
claims_parameter_supported
true
request_parameter_supported
true
request_uri_parameter_supported
true
require_request_uri_registration
true
grant_types_supported
[
  "authorization_code",
  "implicit",
  "urn:ietf:params:oauth:grant-type:jwt-bearer",
  "refresh_token"
]
subject_types_supported
[
  "public",
  "pairwise"
]
registration_endpoint
https://89.45.234.133:4000/registration
introspection_endpoint
https://89.45.234.133:4000/introspection
response_types_supported
[
  "code",
  "token",
  "id_token",
  "code token",
  "code id_token",
  "id_token token",
  "code id_token token",
  "none"
]
response_modes_supported
[
  "query",
  "fragment",
  "form_post"
]
request_object_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES384",
  "ES512",
  "HS256",
  "HS384",
  "HS512",
  "PS256",
  "PS384",
  "PS512"
]
request_object_encryption_alg_values_supported
[
  "RSA-OAEP",
  "RSA-OAEP-256",
  "A128KW",
  "A192KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW"
]
request_object_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
claim_types_supported
[
  "normal",
  "aggregated",
  "distributed"
]
authorization_endpoint
https://89.45.234.133:4000/authorization
token_endpoint_auth_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES384",
  "ES512",
  "HS256",
  "HS384",
  "HS512",
  "PS256",
  "PS384",
  "PS512"
]
token_endpoint
https://89.45.234.133:4000/token
userinfo_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES384",
  "ES512",
  "HS256",
  "HS384",
  "HS512",
  "PS256",
  "PS384",
  "PS512"
]
userinfo_encryption_alg_values_supported
[
  "RSA-OAEP",
  "RSA-OAEP-256",
  "A128KW",
  "A192KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW"
]
userinfo_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
client_authn_method
[
  "bearer_header",
  "bearer_body"
]
userinfo_endpoint
https://89.45.234.133:4000/userinfo
frontchannel_logout_supported
true
frontchannel_logout_session_supported
true
backchannel_logout_supported
true
backchannel_logout_session_supported
true
check_session_iframe
https://89.45.234.133:4000/check_session_iframe
end_session_endpoint
https://89.45.234.133:4000/session
issuer
https://89.45.234.133:4000
acr_values_supported
[
  "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"
]
jwks_uri
https://89.45.234.133:4000/static/jwks.json
scopes_supported
[
  "openid",
  "research_and_scholarship",
  "profile",
  "email",
  "address",
  "offline_access",
  "phone"
]
claims_supported
[
  "given_name",
  "picture",
  "email_verified",
  "phone_number_verified",
  "locale",
  "profile",
  "birthdate",
  "email",
  "address",
  "nickname",
  "updated_at",
  "middle_name",
  "sub",
  "website",
  "iss",
  "preferred_username",
  "gender",
  "name",
  "phone_number",
  "family_name",
  "zoneinfo",
  "eduperson_scoped_affiliation"
]
id_token_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "ES256",
  "ES384",
  "ES512",
  "HS256",
  "HS384",
  "HS512",
  "PS256",
  "PS384",
  "PS512"
]
id_token_encryption_alg_values_supported
[
  "RSA-OAEP",
  "RSA-OAEP-256",
  "A128KW",
  "A192KW",
  "A256KW",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW"
]
id_token_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
2021-09-10 18:47:59 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2021-09-10 18:47:59 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "89.45.234.133",
  "testPort": 4000
}
authorization_endpoint
{
  "testHost": "89.45.234.133",
  "testPort": 4000
}
token_endpoint
{
  "testHost": "89.45.234.133",
  "testPort": 4000
}
userinfo_endpoint
{
  "testHost": "89.45.234.133",
  "testPort": 4000
}
2021-09-10 18:47:59
FetchServerKeys
Fetching server key
jwks_uri
https://89.45.234.133:4000/static/jwks.json
2021-09-10 18:47:59
FetchServerKeys
HTTP request
request_uri
https://89.45.234.133:4000/static/jwks.json
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-09-10 18:47:59 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "691",
  "content-type": "application/json",
  "last-modified": "Fri, 10 Sep 2021 18:47:16 GMT",
  "cache-control": "public, max-age\u003d43200",
  "expires": "Sat, 11 Sep 2021 06:47:59 GMT",
  "etag": "\"1631299636.722954-691-3956740992\"",
  "date": "Fri, 10 Sep 2021 18:47:59 GMT",
  "server": "Werkzeug/1.0.1 Python/3.8.10"
}
response_body
{"keys": [{"kty": "RSA", "use": "sig", "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ", "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw", "e": "AQAB"}, {"kty": "EC", "use": "sig", "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA", "crv": "P-256", "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w", "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"}]}
2021-09-10 18:47:59
FetchServerKeys
Found JWK set string
jwk_string
{"keys": [{"kty": "RSA", "use": "sig", "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ", "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw", "e": "AQAB"}, {"kty": "EC", "use": "sig", "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA", "crv": "P-256", "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w", "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"}]}
2021-09-10 18:47:59 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ",
      "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw",
      "e": "AQAB"
    },
    {
      "kty": "EC",
      "use": "sig",
      "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA",
      "crv": "P-256",
      "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w",
      "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"
    }
  ]
}
2021-09-10 18:47:59 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ",
      "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw",
      "e": "AQAB"
    },
    {
      "kty": "EC",
      "use": "sig",
      "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA",
      "crv": "P-256",
      "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w",
      "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"
    }
  ]
}
2021-09-10 18:47:59 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-09-10 18:47:59 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2021-09-10 18:47:59 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-09-10 18:47:59 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2021-09-10 18:47:59
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-09-10 18:47:59
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-09-10 18:47:59 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "7URTSaHWMsHEYVW4bouZ87ej4wMrY5UAfRa0uGNQYqwxt7ftZyfgaTBKuS-m8o9jjfRU4tj186eB6WXq_LtJbmESqnX6Hw_-OWhwjWnmuhlUpxmbM1uUkkVnqkuUL2eK_LtRwa8-q-onZtt4D-gEtd75bTdmtnSMvju-kjulEJk",
      "kty": "RSA",
      "q": "ks0mc6fk085lWIJKXHZUPxO_LhX2SHooekLJs4KkqYUjdErtgjYhkoHt1V7geS4hqNqrFZPE7pCzhNOwoBquKxkUh9UxgwhQyLnXbn-15B59ffNX0Lq3XOL-Zzi-QCMGXg7UjXSc5p2sr5W0iKoorAsKeCd7BLUocGGncE_EkpM",
      "d": "P5EnD3OzMGRcL9z7bRDqmKsdyTofE4Y91yW-trHSwOV5-11inQenvWQsdU_sSqKI36dzuCEf3fvVfnfv-Y6HnQ4RasXBgBIjJUSgyvLwVXoWMs3Hr4FI-xeVqWuGw9xxJdiZooWArVqvBDrA7X27Z-nMUarZQkD2BEVDIfpQb2S2jyQxQEYkE9FbVrbt77FKLYbpMRQX_qvWVsVSe-_IlZ1Y-sYotsApq0jrHIlEtxzjb7uLLgs4ItLtBRDhcbBrbZSLfnEsvd3-lS3WKXevRuxtIQyS4UPsG6-a2IfQxG_w0SrUg_aenMWBOGinxTvdBa0gj8H6YMBzinRCs-A8kQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "znGmCxJi5DQxosj5Wfq8Tt8Z9xak_t7fRjVZJnUUg7IJ9rfSkAx-unvLRjuCpc4QAzM52mkHV_W5yo0DaRc1lbN2DSvicfLwnMVHkGY7ZMD7ikSfU_vhWncdVHU_QqB9xlVsHwQNMiyS4TcIBLNYnmf5kvP6t29-9Shbahyz8R4",
      "dp": "xv4X8FhoIne6sXvITAaPXwV00S9WU5WjLEY_2amJwMf0hsYeuPaL0wzqjrg1h5fVAjiafQtD9E9XuJ1-4Ope4tFNa2O5HBY4vIMoaqIYHZqjEeZ68S7sw2SsVfo_VSa9PcwI_K1ynZKr6ytEXerVEIfqn7voTDwh0mafJVway3k",
      "alg": "RS256",
      "dq": "btRfQVXyFk5uiQHkriXPuMdpwJtoEpPXV2Zw7Qum0Szo9XVUFshTVE6vhjVY92PymY5tN58WQJ4SSief42ABOhx3OY2lEa4Hf2N-17enVRAH4j0DgVxV7tSZCMj4KWfH-N7tbdYqVpmXtAAsCjmc9zZmswvrfkRewWmYhdxTJe0",
      "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
    }
  ]
}
2021-09-10 18:47:59 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-09-10 18:47:59
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
2021-09-10 18:47:59
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
client_name
OIDF Conformance Test 4sfa1nmqatG738k
2021-09-10 18:47:59
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2021-09-10 18:47:59
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test 4sfa1nmqatG738k",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
      }
    ]
  }
}
2021-09-10 18:47:59
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test 4sfa1nmqatG738k",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2021-09-10 18:47:59
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test 4sfa1nmqatG738k",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2021-09-10 18:47:59
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test 4sfa1nmqatG738k",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ]
}
2021-09-10 18:47:59
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test 4sfa1nmqatG738k",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2021-09-10 18:47:59
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://89.45.234.133:4000/registration
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "703"
}
request_body
{"client_name":"OIDF Conformance Test 4sfa1nmqatG738k","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/a/idpy/callback"],"contacts":["certification@oidf.org"]}
2021-09-10 18:48:00 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
CREATED
response_headers
{
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "1113",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "set-cookie": "oidc_op_rp\u003d1631299680|0FHdl6W4CMttUO/O|3EaDDZKGmCsPFcSuVlB7IAyXMEO+eaS9MHV1eKAMJYoqiJOM00QYG/OjcWpvd4ZPNocNeAOXfWUpV7ZYFSkw8yRvDNF+YNJCzTLKL1kA4gkI6bPurQ6HsUF9EIsB54KUcLx9DPjEZmk\u003d|nO9oZBELUZlGOqEsVVISsw\u003d\u003d; Secure; HttpOnly; Path\u003d/; SameSite\u003dLax",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Fri, 10 Sep 2021 18:48:00 GMT"
}
response_body
{"client_id": "FwlmR2-_WT2iS1nlvog9lA", "registration_access_token": "vyC1aXP7V_Z_xB6DsVGHKJLooBo3k2M4saKKJyX0yCg", "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id=FwlmR2-_WT2iS1nlvog9lA", "client_id_issued_at": 1631299680, "client_secret": "b4037502359ab36db0b5bd6cb4f9a95c9674e44620a9fa28c2946129", "client_secret_expires_at": 1633891680, "application_type": "web", "response_types": ["code"], "client_name": "OIDF Conformance Test 4sfa1nmqatG738k", "grant_types": ["authorization_code"], "jwks": {"keys": [{"kty": "RSA", "e": "AQAB", "alg": "RS256", "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"}]}, "token_endpoint_auth_method": "client_secret_basic", "contacts": ["certification@oidf.org"], "redirect_uris": ["https://www.certification.openid.net/test/a/idpy/callback"]}
2021-09-10 18:48:00
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
status
201
endpoint_name
dynamic registration
headers
{
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "1113",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "set-cookie": "oidc_op_rp\u003d1631299680|0FHdl6W4CMttUO/O|3EaDDZKGmCsPFcSuVlB7IAyXMEO+eaS9MHV1eKAMJYoqiJOM00QYG/OjcWpvd4ZPNocNeAOXfWUpV7ZYFSkw8yRvDNF+YNJCzTLKL1kA4gkI6bPurQ6HsUF9EIsB54KUcLx9DPjEZmk\u003d|nO9oZBELUZlGOqEsVVISsw\u003d\u003d; Secure; HttpOnly; Path\u003d/; SameSite\u003dLax",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Fri, 10 Sep 2021 18:48:00 GMT"
}
body
{"client_id": "FwlmR2-_WT2iS1nlvog9lA", "registration_access_token": "vyC1aXP7V_Z_xB6DsVGHKJLooBo3k2M4saKKJyX0yCg", "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id=FwlmR2-_WT2iS1nlvog9lA", "client_id_issued_at": 1631299680, "client_secret": "b4037502359ab36db0b5bd6cb4f9a95c9674e44620a9fa28c2946129", "client_secret_expires_at": 1633891680, "application_type": "web", "response_types": ["code"], "client_name": "OIDF Conformance Test 4sfa1nmqatG738k", "grant_types": ["authorization_code"], "jwks": {"keys": [{"kty": "RSA", "e": "AQAB", "alg": "RS256", "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"}]}, "token_endpoint_auth_method": "client_secret_basic", "contacts": ["certification@oidf.org"], "redirect_uris": ["https://www.certification.openid.net/test/a/idpy/callback"]}
body_json
{
  "client_id": "FwlmR2-_WT2iS1nlvog9lA",
  "registration_access_token": "vyC1aXP7V_Z_xB6DsVGHKJLooBo3k2M4saKKJyX0yCg",
  "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id\u003dFwlmR2-_WT2iS1nlvog9lA",
  "client_id_issued_at": 1631299680,
  "client_secret": "b4037502359ab36db0b5bd6cb4f9a95c9674e44620a9fa28c2946129",
  "client_secret_expires_at": 1633891680,
  "application_type": "web",
  "response_types": [
    "code"
  ],
  "client_name": "OIDF Conformance Test 4sfa1nmqatG738k",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "alg": "RS256",
        "n": "iA8a2gXswRB3oOWmK_bM3r8h1tBWZdRAOQRwPUXIfXsrrPR8qc9_N_mYJ3_s9W4zK3h7iTdsgfVG7Wi9Xk5RNqszO9kkJHM9MBkQ9ef_mibolrqM_azqCg3veH9ro_UbHdZxP5OrpX9DXush-NlBTax6MoJWE1UBuWlzNtE5gvzcD6i_Skb9HXTGJKYAbhaDYgZPOjNypLvVHfqKPepREo5StuPNoBDJDNC6JUCwvtAfj_WJDh0qqHhQ2nggDii8r0ChdYHCcX3GMDJ1MFWuxOpmYK4waA4xUnOEXuEh4TVjQpNy2xPv_92iukNyljzRlfTuneKToXVXX4BsT2PJ2w"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "contacts": [
    "certification@oidf.org"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ]
}
2021-09-10 18:48:00 SUCCESS
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
2021-09-10 18:48:00 SUCCESS
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
http_status
201
2021-09-10 18:48:00 SUCCESS
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
2021-09-10 18:48:00 SUCCESS
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
client_id
FwlmR2-_WT2iS1nlvog9lA
2021-09-10 18:48:00 SUCCESS
ExtractClientManagementCredentials
Extracted dynamic registration management credentials
registration_client_uri
https://89.45.234.133:4000/registration_api?client_id=FwlmR2-_WT2iS1nlvog9lA
registration_access_token
vyC1aXP7V_Z_xB6DsVGHKJLooBo3k2M4saKKJyX0yCg
2021-09-10 18:48:00
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2021-09-10 18:48:00 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
actual
[
  "client_secret_post",
  "client_secret_basic",
  "client_secret_jwt",
  "private_key_jwt"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2021-09-10 18:48:00 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://89.45.234.133:4000/userinfo
2021-09-10 18:48:00
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Setup Done
Make request to authorization endpoint
2021-09-10 18:48:00 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
FwlmR2-_WT2iS1nlvog9lA
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid
2021-09-10 18:48:00
CreateRandomStateValue
Created state value
requested_state_length
10
state
mq3PCNHnU4
2021-09-10 18:48:00 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
FwlmR2-_WT2iS1nlvog9lA
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid
state
mq3PCNHnU4
2021-09-10 18:48:00
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
Wf1yjRJp0t
2021-09-10 18:48:00
AddNonceToAuthorizationEndpointRequest
NOT adding nonce to request object
2021-09-10 18:48:00 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
FwlmR2-_WT2iS1nlvog9lA
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid
state
mq3PCNHnU4
response_type
code
2021-09-10 18:48:00
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
FwlmR2-_WT2iS1nlvog9lA
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid
state
mq3PCNHnU4
response_type
code
response_mode
form_post
2021-09-10 18:48:00 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://89.45.234.133:4000/authorization?client_id=FwlmR2-_WT2iS1nlvog9lA&redirect_uri=https://www.certification.openid.net/test/a/idpy/callback&scope=openid&state=mq3PCNHnU4&response_type=code&response_mode=form_post
2021-09-10 18:48:00 REDIRECT
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Redirecting to authorization endpoint
redirect_to
https://89.45.234.133:4000/authorization?client_id=FwlmR2-_WT2iS1nlvog9lA&redirect_uri=https://www.certification.openid.net/test/a/idpy/callback&scope=openid&state=mq3PCNHnU4&response_type=code&response_mode=form_post
2021-09-10 18:48:07 INCOMING
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Incoming HTTP request to test instance 4sfa1nmqatG738k
incoming_headers
{
  "host": "www.certification.openid.net",
  "content-type": "application/x-www-form-urlencoded",
  "origin": "https://89.45.234.133:4000",
  "accept-encoding": "gzip, deflate, br",
  "cookie": "JSESSIONID\u003dC32F67F6D70732857B39DC74CED7B152; __utma\u003d201319536.1870777121.1629795278.1631257286.1631260756.11; __utmc\u003d201319536; __utmz\u003d201319536.1631260756.11.4.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/plan-detail.html; expected_tab\u003dgoogleplus; welcome_info_name\u003dRoland%20Hedberg",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,*/*;q\u003d0.8",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15",
  "referer": "https://89.45.234.133:4000/verify/user",
  "accept-language": "en-us",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "923",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "state": "mq3PCNHnU4",
  "scope": "[\u0027openid\u0027]",
  "code": "Z0FBQUFBQmhPNmhuZVp1RFh0VGV3TGl0MGoyZDhIMGFRV29vWjBJckNsSDNjbF9GU3ViVml4NGtPY1pzT2psRVNMMXZTbDN5Ym50eFhhNWF1QUxLU09JeHd4dExIRm93WTlGbDJWS002M1dYRFUzTHlQU0FUUEdFSTBDTG5saF9KT3A5TXRLWUJCbG9vM1Z3NVJMc2gwdHliUVowNTVZZXZoN0lLYXM3YzVON3FJcFFzTXhiWnhsMkoxNFN3UFF4T3hDN0RBZjJnVldBMFIyZWtxMGhjaHQzaUYtRE1LdXpNR05uOXBmZ0M4dm5Cb0tvbVR6SlhlMGlURURoN29HaDEzQWlUdjVsVXM1VjBGY3gtZC1RalhwbHRmMmR6Y0xuWFlxRUdjMmpEd2UwX256a3RvNzhwTGFhQjcycmdqY0t0NkNiS0lnTUV2NERmT092cFN5dDNiamxjQlh2RzROQmFhdWJDQVd5bVNlbXdPU0lTalhBY084S3dUUUNFaUVRQmpkdjdZSkZIS1dZVVJYZTFncDNNM3RYdDBPMEVVMTRZY0E1M1NuNzgtempWM2pLZlpyVWlPRFM5QkVtMWFsZy1uLW9wQmY5dUZtQ2w4UzdrdE91SFZaelI2Wi1fQk1JZzFQbnJTQlUweU9NWTlSUU4yNTF0Y2FfQ1B2aWdUZjZ3NVlxSk10ZzNXQy1adHZJZ1BDSW9xU3dNQzBxTGFmNFFaSEdzVU0yWEVjUzVwWTNZZVZmUU5lQ1RFN3J0cWVlbDNfZ2VmeDJjb2xEVjRINHJZX2lpY1hiZTV4WE4tZ1VGNEY3dWZ6UExNdTJPOEY2eS1yTS10T0U2aHlxbkpNV1g4WkNjSUx1bnAxag\u003d\u003d"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
state=mq3PCNHnU4&scope=%5B%27openid%27%5D&code=Z0FBQUFBQmhPNmhuZVp1RFh0VGV3TGl0MGoyZDhIMGFRV29vWjBJckNsSDNjbF9GU3ViVml4NGtPY1pzT2psRVNMMXZTbDN5Ym50eFhhNWF1QUxLU09JeHd4dExIRm93WTlGbDJWS002M1dYRFUzTHlQU0FUUEdFSTBDTG5saF9KT3A5TXRLWUJCbG9vM1Z3NVJMc2gwdHliUVowNTVZZXZoN0lLYXM3YzVON3FJcFFzTXhiWnhsMkoxNFN3UFF4T3hDN0RBZjJnVldBMFIyZWtxMGhjaHQzaUYtRE1LdXpNR05uOXBmZ0M4dm5Cb0tvbVR6SlhlMGlURURoN29HaDEzQWlUdjVsVXM1VjBGY3gtZC1RalhwbHRmMmR6Y0xuWFlxRUdjMmpEd2UwX256a3RvNzhwTGFhQjcycmdqY0t0NkNiS0lnTUV2NERmT092cFN5dDNiamxjQlh2RzROQmFhdWJDQVd5bVNlbXdPU0lTalhBY084S3dUUUNFaUVRQmpkdjdZSkZIS1dZVVJYZTFncDNNM3RYdDBPMEVVMTRZY0E1M1NuNzgtempWM2pLZlpyVWlPRFM5QkVtMWFsZy1uLW9wQmY5dUZtQ2w4UzdrdE91SFZaelI2Wi1fQk1JZzFQbnJTQlUweU9NWTlSUU4yNTF0Y2FfQ1B2aWdUZjZ3NVlxSk10ZzNXQy1adHZJZ1BDSW9xU3dNQzBxTGFmNFFaSEdzVU0yWEVjUzVwWTNZZVZmUU5lQ1RFN3J0cWVlbDNfZ2VmeDJjb2xEVjRINHJZX2lpY1hiZTV4WE4tZ1VGNEY3dWZ6UExNdTJPOEY2eS1yTS10T0U2aHlxbkpNV1g4WkNjSUx1bnAxag%3D%3D
2021-09-10 18:48:07 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/dEgYjk01kTWcnoauo55p",
  "fullUrl": "https://www.certification.openid.net/test/a/idpy/implicit/dEgYjk01kTWcnoauo55p"
}
2021-09-10 18:48:07 OUTGOING
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Response to HTTP request to test instance 4sfa1nmqatG738k
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/idpy/implicit/dEgYjk01kTWcnoauo55p, returnUrl=/log-detail.html?log=4sfa1nmqatG738k}]
outgoing_path
callback
2021-09-10 18:48:07 INCOMING
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Incoming HTTP request to test instance 4sfa1nmqatG738k
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept": "*/*",
  "x-requested-with": "XMLHttpRequest",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-us",
  "content-type": "text/plain",
  "origin": "https://www.certification.openid.net",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15",
  "referer": "https://www.certification.openid.net/test/a/idpy/callback",
  "cookie": "JSESSIONID\u003dC32F67F6D70732857B39DC74CED7B152; __utma\u003d201319536.1870777121.1629795278.1631257286.1631260756.11; __utmc\u003d201319536; __utmz\u003d201319536.1631260756.11.4.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/plan-detail.html; expected_tab\u003dgoogleplus; welcome_info_name\u003dRoland%20Hedberg",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "0",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
implicit/dEgYjk01kTWcnoauo55p
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2021-09-10 18:48:07 OUTGOING
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Response to HTTP request to test instance 4sfa1nmqatG738k
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/dEgYjk01kTWcnoauo55p
2021-09-10 18:48:07 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2021-09-10 18:48:07 REDIRECT-IN
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "content-type": "application/x-www-form-urlencoded",
  "origin": "https://89.45.234.133:4000",
  "accept-encoding": "gzip, deflate, br",
  "cookie": "JSESSIONID\u003dC32F67F6D70732857B39DC74CED7B152; __utma\u003d201319536.1870777121.1629795278.1631257286.1631260756.11; __utmc\u003d201319536; __utmz\u003d201319536.1631260756.11.4.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/plan-detail.html; expected_tab\u003dgoogleplus; welcome_info_name\u003dRoland%20Hedberg",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,*/*;q\u003d0.8",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15",
  "referer": "https://89.45.234.133:4000/verify/user",
  "accept-language": "en-us",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "923",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "state": "mq3PCNHnU4",
  "scope": "[\u0027openid\u0027]",
  "code": "Z0FBQUFBQmhPNmhuZVp1RFh0VGV3TGl0MGoyZDhIMGFRV29vWjBJckNsSDNjbF9GU3ViVml4NGtPY1pzT2psRVNMMXZTbDN5Ym50eFhhNWF1QUxLU09JeHd4dExIRm93WTlGbDJWS002M1dYRFUzTHlQU0FUUEdFSTBDTG5saF9KT3A5TXRLWUJCbG9vM1Z3NVJMc2gwdHliUVowNTVZZXZoN0lLYXM3YzVON3FJcFFzTXhiWnhsMkoxNFN3UFF4T3hDN0RBZjJnVldBMFIyZWtxMGhjaHQzaUYtRE1LdXpNR05uOXBmZ0M4dm5Cb0tvbVR6SlhlMGlURURoN29HaDEzQWlUdjVsVXM1VjBGY3gtZC1RalhwbHRmMmR6Y0xuWFlxRUdjMmpEd2UwX256a3RvNzhwTGFhQjcycmdqY0t0NkNiS0lnTUV2NERmT092cFN5dDNiamxjQlh2RzROQmFhdWJDQVd5bVNlbXdPU0lTalhBY084S3dUUUNFaUVRQmpkdjdZSkZIS1dZVVJYZTFncDNNM3RYdDBPMEVVMTRZY0E1M1NuNzgtempWM2pLZlpyVWlPRFM5QkVtMWFsZy1uLW9wQmY5dUZtQ2w4UzdrdE91SFZaelI2Wi1fQk1JZzFQbnJTQlUweU9NWTlSUU4yNTF0Y2FfQ1B2aWdUZjZ3NVlxSk10ZzNXQy1adHZJZ1BDSW9xU3dNQzBxTGFmNFFaSEdzVU0yWEVjUzVwWTNZZVZmUU5lQ1RFN3J0cWVlbDNfZ2VmeDJjb2xEVjRINHJZX2lpY1hiZTV4WE4tZ1VGNEY3dWZ6UExNdTJPOEY2eS1yTS10T0U2aHlxbkpNV1g4WkNjSUx1bnAxag\u003d\u003d"
}
Verify authorization endpoint response
2021-09-10 18:48:07 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2021-09-10 18:48:07 SUCCESS
CheckCallbackContentTypeIsFormUrlEncoded
content-type header to redirect_uri has the expected value
content_type
application/x-www-form-urlencoded
expected
application/x-www-form-urlencoded
2021-09-10 18:48:07 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2021-09-10 18:48:07 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2021-09-10 18:48:07 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2021-09-10 18:48:07
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2021-09-10 18:48:07 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2021-09-10 18:48:07 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
mq3PCNHnU4
2021-09-10 18:48:07 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
Z0FBQUFBQmhPNmhuZVp1RFh0VGV3TGl0MGoyZDhIMGFRV29vWjBJckNsSDNjbF9GU3ViVml4NGtPY1pzT2psRVNMMXZTbDN5Ym50eFhhNWF1QUxLU09JeHd4dExIRm93WTlGbDJWS002M1dYRFUzTHlQU0FUUEdFSTBDTG5saF9KT3A5TXRLWUJCbG9vM1Z3NVJMc2gwdHliUVowNTVZZXZoN0lLYXM3YzVON3FJcFFzTXhiWnhsMkoxNFN3UFF4T3hDN0RBZjJnVldBMFIyZWtxMGhjaHQzaUYtRE1LdXpNR05uOXBmZ0M4dm5Cb0tvbVR6SlhlMGlURURoN29HaDEzQWlUdjVsVXM1VjBGY3gtZC1RalhwbHRmMmR6Y0xuWFlxRUdjMmpEd2UwX256a3RvNzhwTGFhQjcycmdqY0t0NkNiS0lnTUV2NERmT092cFN5dDNiamxjQlh2RzROQmFhdWJDQVd5bVNlbXdPU0lTalhBY084S3dUUUNFaUVRQmpkdjdZSkZIS1dZVVJYZTFncDNNM3RYdDBPMEVVMTRZY0E1M1NuNzgtempWM2pLZlpyVWlPRFM5QkVtMWFsZy1uLW9wQmY5dUZtQ2w4UzdrdE91SFZaelI2Wi1fQk1JZzFQbnJTQlUweU9NWTlSUU4yNTF0Y2FfQ1B2aWdUZjZ3NVlxSk10ZzNXQy1adHZJZ1BDSW9xU3dNQzBxTGFmNFFaSEdzVU0yWEVjUzVwWTNZZVZmUU5lQ1RFN3J0cWVlbDNfZ2VmeDJjb2xEVjRINHJZX2lpY1hiZTV4WE4tZ1VGNEY3dWZ6UExNdTJPOEY2eS1yTS10T0U2aHlxbkpNV1g4WkNjSUx1bnAxag==
2021-09-10 18:48:07 FINISHED
oidcc-ensure-request-without-nonce-succeeds-for-code-flow
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2021-09-10 18:48:07
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://89.45.234.133:4000/registration_api?client_id=FwlmR2-_WT2iS1nlvog9lA
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer vyC1aXP7V_Z_xB6DsVGHKJLooBo3k2M4saKKJyX0yCg",
  "content-length": "0"
}
request_body

                                
2021-09-10 18:48:08 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
405 METHOD_NOT_ALLOWED
response_status_text
METHOD NOT ALLOWED
response_headers
{
  "content-type": "text/html; charset\u003dutf-8",
  "allow": "HEAD, OPTIONS, GET",
  "content-length": "178",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Fri, 10 Sep 2021 18:48:08 GMT"
}
response_body
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>405 Method Not Allowed</title>
<h1>Method Not Allowed</h1>
<p>The method is not allowed for the requested URL.</p>
2021-09-10 18:48:08 INFO
UnregisterDynamicallyRegisteredClient
Error when calling registration_client_uri
code
405
body
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>405 Method Not Allowed</title>
<h1>Method Not Allowed</h1>
<p>The method is not allowed for the requested URL.</p>
status
METHOD NOT ALLOWED
2021-09-10 18:48:16
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
6lqqQIvw8sxQHRr
Test Results