Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-09-11 14:38:03 INFO
TEST-RUNNER
Test instance cJoZo4vf6iBsA3T created
baseUrl
https://www.certification.openid.net/test/a/idpy
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcop
planId
ZX1h2BJeoTSe4
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-other-scope-order-succeeds
2021-09-11 14:38:03 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
2021-09-11 14:38:03
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-11 14:38:04 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": "Sat, 11 Sep 2021 14:38:04 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": ["profile", "email", "offline_access", "research_and_scholarship", "openid", "phone", "address"], "claims_supported": ["updated_at", "preferred_username", "given_name", "phone_number_verified", "email", "birthdate", "picture", "zoneinfo", "email_verified", "phone_number", "sub", "name", "family_name", "middle_name", "address", "eduperson_scoped_affiliation", "nickname", "website", "profile", "gender", "iss", "locale"], "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-11 14:38:04
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": ["profile", "email", "offline_access", "research_and_scholarship", "openid", "phone", "address"], "claims_supported": ["updated_at", "preferred_username", "given_name", "phone_number_verified", "email", "birthdate", "picture", "zoneinfo", "email_verified", "phone_number", "sub", "name", "family_name", "middle_name", "address", "eduperson_scoped_affiliation", "nickname", "website", "profile", "gender", "iss", "locale"], "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-11 14:38:04 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
[
  "profile",
  "email",
  "offline_access",
  "research_and_scholarship",
  "openid",
  "phone",
  "address"
]
claims_supported
[
  "updated_at",
  "preferred_username",
  "given_name",
  "phone_number_verified",
  "email",
  "birthdate",
  "picture",
  "zoneinfo",
  "email_verified",
  "phone_number",
  "sub",
  "name",
  "family_name",
  "middle_name",
  "address",
  "eduperson_scoped_affiliation",
  "nickname",
  "website",
  "profile",
  "gender",
  "iss",
  "locale"
]
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-11 14:38:04 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2021-09-11 14:38:04 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-11 14:38:04
FetchServerKeys
Fetching server key
jwks_uri
https://89.45.234.133:4000/static/jwks.json
2021-09-11 14:38:04
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-11 14:38:04 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-length": "691",
  "content-type": "application/json",
  "last-modified": "Sat, 11 Sep 2021 13:55:42 GMT",
  "cache-control": "public, max-age\u003d43200",
  "expires": "Sun, 12 Sep 2021 02:38:04 GMT",
  "etag": "\"1631368542.8061247-691-3956740992\"",
  "date": "Sat, 11 Sep 2021 14:38:04 GMT",
  "server": "Werkzeug/1.0.1 Python/3.8.10"
}
response_body
{"keys": [{"kty": "RSA", "use": "sig", "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ", "e": "AQAB", "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw"}, {"kty": "EC", "use": "sig", "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA", "crv": "P-256", "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w", "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"}]}
2021-09-11 14:38:04
FetchServerKeys
Found JWK set string
jwk_string
{"keys": [{"kty": "RSA", "use": "sig", "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ", "e": "AQAB", "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw"}, {"kty": "EC", "use": "sig", "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA", "crv": "P-256", "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w", "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"}]}
2021-09-11 14:38:04 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ",
      "e": "AQAB",
      "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA",
      "crv": "P-256",
      "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w",
      "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"
    }
  ]
}
2021-09-11 14:38:04 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ",
      "e": "AQAB",
      "n": "4DuoJU7Kdqz37-ZyqVZT_gwfVgV4h6TENLkQNRpQIIGrq7BhaNr9Li4ocZIu7x6N_KAKk-59pB4Xk1rjwMFGU7eKV3V1HBe2Nr-br8sU1Jw5ON8Z6_eV5L6c1i9asCklacYaMbxVVD3Unu0B964nrXm6Ct2vsLM-5sVNlOvMHHpS9HbJxByVSCyr43-riM4drq_5z806LLMU9_3KoOTI5a4NTtZpWmymWOJ_3uOdINJ6nun68rnNoHmrM_Cg302VkDb9vSQBw4WEgjXRYoeHRq9hx1IxOjK-8YFtQxrWcFJH4ntUqWPBxlhdpCM1clbhh7S8NfOcN-36Wblff7uFQw"
    },
    {
      "kty": "EC",
      "use": "sig",
      "kid": "azRaTWlLTWZTM0ZLSUFZLVNjYm5Cd3FISmlMTVVkbVVJa2FnR0d5WkRmNA",
      "crv": "P-256",
      "x": "5hTpuQ1G3UMbypveGTh64PASzqrfhFllfqMFdNUlY9w",
      "y": "cg80sEOIDMcg5Stg4ubxpAnW_MXD71moNznzBF1toAU"
    }
  ]
}
2021-09-11 14:38:04 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-09-11 14:38:04 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2021-09-11 14:38:04 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-09-11 14:38:04 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2021-09-11 14:38:04
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-09-11 14:38:04
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-09-11 14:38:04 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "7j-cFo6QoKoOHC1FwGt-nHMRZK1-yBA776jO-35PV6W_QG4fPdJJ1wkrP1LS_-izTcLpGOooKcRdrG4z4CbqcABa9WyazSHzprfl2Bnv0sKU8L4SPUdxuk0N6eTfzb3i0-PE4k-h93Qr8_sXbMqwSQ1fv_ulvfLtqZsbkWlH8Ok",
      "kty": "RSA",
      "q": "qyCbX_elNHGujZd6J-K_FWUtWhr_OyLCXeNncJ906f1MsEiuxUfumCIFUWzZk8ca38fGU_kXF9F5fr3oxFBJP2b9_6-gIBgm-33ViNLRUGep6-tKjsINAVvD7RmS1w9IJTI4LbW7s1KpPG06T4Mu_IVNmcIRwm-Gp0pumU18IcU",
      "d": "aW861BS3vkqu8EJMMFYv6BCdoRKLTH0_TFqyRrrRqbmgIqgjSgJFRnFPOkh-ZOBl3-hzbY_kJhV07deZfVLfhuf2-y2HOtXGJEjRX2z-ai08hG8T9lwWYV1PuLbSfSrd3NPHIUHk90NLnBbEHPG4zdwHHqGS42Qc7GE4x-IGMIyasoDliSzKnAgkCVNXYE76btNIuzMQhJiCj53mDP7QloVIE_jGUwTNLBiGKtIxHcJS8cgGYzWyDVFqwBiMkdJLXZoJ0mjanX6gq4Vz0kuel7mJ1UnkoUwLHlhawvC5OxlI5kwWLBQCDC-CPV7JPrxzY8rYAT4aQxcXzW2GXuqv4Q",
      "e": "AQAB",
      "use": "sig",
      "qi": "Eb7sRlm63dLTdmDtbNgekL6X0Wh0nFPn3lgklnerz8Sr-YQlpIwaIbH-Bx45ABJ6sK-MQ48zn5Tic_mQJUtIdBq8gzCSHku75jEyVhEvkDXjrMRAsE9JkzepdwOokJoR-KSB-KcWDIWs6eg5QrEdDuzgVSOmSCO3TQQljz1hpjc",
      "dp": "qlkK9snquSW-PwFTzThO5_gSaKTwcIXDBSHzFLkEbAvTynKyndZc-4bPyFAlE9tDUQda-Xh7TRndTGvjZZMNrxVh8_c6XA-5kewNSE2LP2vnaJbOncgWlfmASEtghlAN_ijuXk5H5ZHH14QiBKSMFT-dxbxdjopCyjFgLcFUMfk",
      "alg": "RS256",
      "dq": "fWfw1TwrYippK7Q1PeOJ-sjhmmWsYw7O93T9yefhCtSojYtGIKbdL7nGwewN6qD_jbzeF420Ia1N5taPLMZVV1RHkUeIBd0NPEHz6UftQoolWRFd2w5T74nrI-cY1-eIDFIoHz9N5VUPVowJLlnJZh7eRm6VCzMlr5T5Rfklna0",
      "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
    }
  ]
}
2021-09-11 14:38:04 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-09-11 14:38:04
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
2021-09-11 14:38:04
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
client_name
OIDF Conformance Test cJoZo4vf6iBsA3T
2021-09-11 14:38:04
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
grant_types
[
  "implicit"
]
2021-09-11 14:38:04
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
      }
    ]
  }
}
2021-09-11 14:38:04
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2021-09-11 14:38:04
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ]
}
2021-09-11 14:38:04
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ]
}
2021-09-11 14:38:04
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2021-09-11 14:38:04
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 cJoZo4vf6iBsA3T","grant_types":["implicit"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["id_token token"],"redirect_uris":["https://www.certification.openid.net/test/a/idpy/callback"],"contacts":["certification@oidf.org"]}
2021-09-11 14:38:05 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\u003d1631371085|99Is11HuRyGQrMSt|xhGhC8fPSGVe+PaLVuOJmdPl9KlAsou/aimRNDWrNCyb73aarRE5NZlks0Oolk+rThyFspqn55LeAVXL5VS/3lE4ajHJcpIVPeflmBWdYTWa0F7eYD7RMTZwOuYYIiGgytkWt7qR+kA\u003d|2g8OFLL49+T1tpSM9iJaXA\u003d\u003d; Secure; HttpOnly; Path\u003d/; SameSite\u003dLax",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:05 GMT"
}
response_body
{"client_id": "iGnu4sJ6virw7Wy7HIquPg", "registration_access_token": "9g1rUhQr3jetwe4hFCk9_kgiRW7AY54Q4Wx317LdRc4", "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id=iGnu4sJ6virw7Wy7HIquPg", "client_id_issued_at": 1631371085, "client_secret": "5e87dd0ba2b9f51dacbb074c16ceee579ec150dc91bd2652f84cd457", "client_secret_expires_at": 1633963085, "application_type": "web", "response_types": ["id_token token"], "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T", "grant_types": ["implicit"], "jwks": {"keys": [{"kty": "RSA", "e": "AQAB", "alg": "RS256", "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"}]}, "token_endpoint_auth_method": "client_secret_basic", "contacts": ["certification@oidf.org"], "redirect_uris": ["https://www.certification.openid.net/test/a/idpy/callback"]}
2021-09-11 14:38:05
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\u003d1631371085|99Is11HuRyGQrMSt|xhGhC8fPSGVe+PaLVuOJmdPl9KlAsou/aimRNDWrNCyb73aarRE5NZlks0Oolk+rThyFspqn55LeAVXL5VS/3lE4ajHJcpIVPeflmBWdYTWa0F7eYD7RMTZwOuYYIiGgytkWt7qR+kA\u003d|2g8OFLL49+T1tpSM9iJaXA\u003d\u003d; Secure; HttpOnly; Path\u003d/; SameSite\u003dLax",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:05 GMT"
}
body
{"client_id": "iGnu4sJ6virw7Wy7HIquPg", "registration_access_token": "9g1rUhQr3jetwe4hFCk9_kgiRW7AY54Q4Wx317LdRc4", "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id=iGnu4sJ6virw7Wy7HIquPg", "client_id_issued_at": 1631371085, "client_secret": "5e87dd0ba2b9f51dacbb074c16ceee579ec150dc91bd2652f84cd457", "client_secret_expires_at": 1633963085, "application_type": "web", "response_types": ["id_token token"], "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T", "grant_types": ["implicit"], "jwks": {"keys": [{"kty": "RSA", "e": "AQAB", "alg": "RS256", "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"}]}, "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": "iGnu4sJ6virw7Wy7HIquPg",
  "registration_access_token": "9g1rUhQr3jetwe4hFCk9_kgiRW7AY54Q4Wx317LdRc4",
  "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id\u003diGnu4sJ6virw7Wy7HIquPg",
  "client_id_issued_at": 1631371085,
  "client_secret": "5e87dd0ba2b9f51dacbb074c16ceee579ec150dc91bd2652f84cd457",
  "client_secret_expires_at": 1633963085,
  "application_type": "web",
  "response_types": [
    "id_token token"
  ],
  "client_name": "OIDF Conformance Test cJoZo4vf6iBsA3T",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "alg": "RS256",
        "n": "n0LV0GeiIX479Bao_aLboy2gOR3jPF68PlfrYXOJqkNhrrrOTUrdomxgVs4InGBts6akAdY_RoxvZSdGYRxVMD6ULV17cbBKo-UOi78zdtNnMJxi2gsJwAa1kRl9qRJct4L7fghJE8MN3kCEGJqHk5pgpvYdMGIXAKrn1Sf5vLkSs0AYcWtUeRdkzr9DNfaHVM5z0NQJ100yqQ_xpzWbMeZsW68pJx0QQSexWzXcXIqwAvzvDTMGt534gLmk0OGMCUModUPcKMIifbSf6_dlil0UxG6NASBaWkPG4bjCUGnFUcDhpRilJ568qK_Nme6mH1T3rVyP1TsR4LEIEEZsTQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "contacts": [
    "certification@oidf.org"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ]
}
2021-09-11 14:38:05 SUCCESS
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
2021-09-11 14:38:05 SUCCESS
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
http_status
201
2021-09-11 14:38:05 SUCCESS
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
2021-09-11 14:38:05 SUCCESS
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
client_id
iGnu4sJ6virw7Wy7HIquPg
2021-09-11 14:38:05 SUCCESS
ExtractClientManagementCredentials
Extracted dynamic registration management credentials
registration_client_uri
https://89.45.234.133:4000/registration_api?client_id=iGnu4sJ6virw7Wy7HIquPg
registration_access_token
9g1rUhQr3jetwe4hFCk9_kgiRW7AY54Q4Wx317LdRc4
2021-09-11 14:38:05
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2021-09-11 14:38:05 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-11 14:38:05
SetScopeInClientConfigurationToOpenIdEmail
Set scope in client configuration to "openid email"
scope
openid email
2021-09-11 14:38:05 SUCCESS
OIDCCCheckScopesSupportedContainScopeTest
'scopes_supported' in discovery document contain expected scopes
actual
[
  "profile",
  "email",
  "offline_access",
  "research_and_scholarship",
  "openid",
  "phone",
  "address"
]
expected
openid email
2021-09-11 14:38:05 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-11 14:38:05
oidcc-ensure-other-scope-order-succeeds
Setup Done
Make request to authorization endpoint
2021-09-11 14:38:05 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
iGnu4sJ6virw7Wy7HIquPg
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid email
2021-09-11 14:38:05
CreateRandomStateValue
Created state value
requested_state_length
10
state
gIH9yHgw9p
2021-09-11 14:38:05 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
iGnu4sJ6virw7Wy7HIquPg
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid email
state
gIH9yHgw9p
2021-09-11 14:38:05
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
74HxisSfTT
2021-09-11 14:38:05 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
iGnu4sJ6virw7Wy7HIquPg
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid email
state
gIH9yHgw9p
nonce
74HxisSfTT
2021-09-11 14:38:05 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
iGnu4sJ6virw7Wy7HIquPg
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid email
state
gIH9yHgw9p
nonce
74HxisSfTT
response_type
id_token token
2021-09-11 14:38:05
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
iGnu4sJ6virw7Wy7HIquPg
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
scope
openid email
state
gIH9yHgw9p
nonce
74HxisSfTT
response_type
id_token token
response_mode
form_post
2021-09-11 14:38:05
ReverseScopeOrderInAuthorizationEndpointRequest
Reversed order of scopes in authorization endpoint request
original
openid email
reversed
email openid
2021-09-11 14:38:05 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://89.45.234.133:4000/authorization?client_id=iGnu4sJ6virw7Wy7HIquPg&redirect_uri=https://www.certification.openid.net/test/a/idpy/callback&scope=email%20openid&state=gIH9yHgw9p&nonce=74HxisSfTT&response_type=id_token%20token&response_mode=form_post
2021-09-11 14:38:05 REDIRECT
oidcc-ensure-other-scope-order-succeeds
Redirecting to authorization endpoint
redirect_to
https://89.45.234.133:4000/authorization?client_id=iGnu4sJ6virw7Wy7HIquPg&redirect_uri=https://www.certification.openid.net/test/a/idpy/callback&scope=email%20openid&state=gIH9yHgw9p&nonce=74HxisSfTT&response_type=id_token%20token&response_mode=form_post
2021-09-11 14:38:14 INCOMING
oidcc-ensure-other-scope-order-succeeds
Incoming HTTP request to test instance cJoZo4vf6iBsA3T
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": "__utma\u003d201319536.1870777121.1629795278.1631352103.1631369337.14; __utmb\u003d201319536.2.10.1631369337; __utmc\u003d201319536; __utmz\u003d201319536.1631260756.11.4.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/plan-detail.html; JSESSIONID\u003d7D21555BD1F4C7F8C15109D308E54B63; 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": "2197",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "state": "gIH9yHgw9p",
  "scope": "[\u0027email\u0027, \u0027openid\u0027]",
  "access_token": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImF6UmFUV2xMVFdaVE0wWkxTVUZaTFZOalltNUNkM0ZJU21sTVRWVmtiVlZKYTJGblIwZDVXa1JtTkEifQ.eyJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJhdWQiOiBbImlHbnU0c0o2dmlydzdXeTdISXF1UGciXSwgImp0aSI6ICJlNTJlZTVlMDEzMGQxMWVjOGM5OWIxMjU5NDE5MGIwZiIsICJjbGllbnRfaWQiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzdWIiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzaWQiOiAiWjBGQlFVRkJRbWhRVERsWE5WQldTVVpEWVc0eVJrWXdkalZ3V1dsRmNYbE9iM0o1ZUVGaWJuWlhWVUl5VWpCWFdYWjRPR0l0YlZKSGQzaFhOV3g1U1RjMU5HOUhTR2hGYzNkbGJGbDZPVW80Y25sMGMwVTFZMFEzYmpsdFRUYzNabG8zTm5GWFdtWklaWEpuYjNWV2JGUkJiMmhRWlhONVZ6ZzJVREZVU1doakxYcFFaR1V5Ym5saWNsaFdORmQyVm5OVVVGRnVPQzFqY2sxSVRXNWZZV2wzVkdkblNrNXlla0k0Y0daMFpHSnZlbGRqVkcweFpYSllNMDExVUZkYWNVRnRhRWhhUmxOWGVETndWSEZCVTBzemNsRkdVV2gyYlhoVFQyOVZNbFp6ZEhOb1RFVk9UR296WmkxcFVqQklSbTFDTWtoTE9EMD0iLCAidG9rZW5fY2xhc3MiOiAiYWNjZXNzX3Rva2VuIiwgImlzcyI6ICJodHRwczovLzg5LjQ1LjIzNC4xMzM6NDAwMCIsICJpYXQiOiAxNjMxMzcxMDk0LCAiZXhwIjogMTYzMTM3NDY5NH0.Ntabc0nJltpw2bwYbAdWw5p6KzVRPgea7qlFIfVeGmQf9_xpyoB955yRrp1_9iSLi15EbH8CPHTD-cnmMXjjaA",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IlQzazFNWEpEWTBOSlpXbEViR3MzUzFsQ2FXZFdSbXBYZUVkTldXbDRURTFXV1RocmR6WnRVWFpYUVEifQ.eyJzdWIiOiAiM2MyNzdlZTkzNDUyOTNlMGMxZTFmYTQ4MWM2OTlhODNkOTgzYWRkZmY1NGE5ZGZkOGEwYWExODMyZjIyM2QxMSIsICJhdXRoX3RpbWUiOiAxNjMxMzcxMDk0LCAiYWNyIjogInVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphYzpjbGFzc2VzOkludGVybmV0UHJvdG9jb2xQYXNzd29yZCIsICJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJqdGkiOiAiZTUyZWU1ZTIxMzBkMTFlYzhjOTliMTI1OTQxOTBiMGYiLCAiY2xpZW50X2lkIjogImlHbnU0c0o2dmlydzdXeTdISXF1UGciLCAiYXRfaGFzaCI6ICJzeFhxaDZpTndaN2xVLTRGblZKcDJBIiwgIm5vbmNlIjogIjc0SHhpc1NmVFQiLCAiaXNzIjogImh0dHBzOi8vODkuNDUuMjM0LjEzMzo0MDAwIiwgImlhdCI6IDE2MzEzNzEwOTQsICJleHAiOiAxNjMxMzcxMzk0LCAiYXVkIjogWyJpR251NHNKNnZpcnc3V3k3SElxdVBnIl19.J0SxclZtbDK30LgfgK9eBJKL81aaOl5M60j-dTv_a6Fs-yjOCBeHqPeFk0p2WsHgmo8vTXpUdocWCnVVb_qWLMFFbj7Qwx42wtPigPhfvIGWaT9n94hBsCaEUw1b4f1z5kV7G0i0UHtTFmzHXsPhPvJGFRdAW4-p9owMNcx8LP9JZOyne_CQWn88yVWhsjqHfqNOBS6oGPaZcVUWwLUJolBoWjtxzltrGJLFf1oAjWdMLGNq4LH-ByR332kb0i161WjLGc8QX6uv8iPQXePJwuIYkm_VwwuRv13y95yBrQWcBKtpbMAKKcMs3oOJK03sYLU8MZAH8rwnWssUYM4Enw"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
state=gIH9yHgw9p&scope=%5B%27email%27%2C+%27openid%27%5D&access_token=eyJhbGciOiJFUzI1NiIsImtpZCI6ImF6UmFUV2xMVFdaVE0wWkxTVUZaTFZOalltNUNkM0ZJU21sTVRWVmtiVlZKYTJGblIwZDVXa1JtTkEifQ.eyJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJhdWQiOiBbImlHbnU0c0o2dmlydzdXeTdISXF1UGciXSwgImp0aSI6ICJlNTJlZTVlMDEzMGQxMWVjOGM5OWIxMjU5NDE5MGIwZiIsICJjbGllbnRfaWQiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzdWIiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzaWQiOiAiWjBGQlFVRkJRbWhRVERsWE5WQldTVVpEWVc0eVJrWXdkalZ3V1dsRmNYbE9iM0o1ZUVGaWJuWlhWVUl5VWpCWFdYWjRPR0l0YlZKSGQzaFhOV3g1U1RjMU5HOUhTR2hGYzNkbGJGbDZPVW80Y25sMGMwVTFZMFEzYmpsdFRUYzNabG8zTm5GWFdtWklaWEpuYjNWV2JGUkJiMmhRWlhONVZ6ZzJVREZVU1doakxYcFFaR1V5Ym5saWNsaFdORmQyVm5OVVVGRnVPQzFqY2sxSVRXNWZZV2wzVkdkblNrNXlla0k0Y0daMFpHSnZlbGRqVkcweFpYSllNMDExVUZkYWNVRnRhRWhhUmxOWGVETndWSEZCVTBzemNsRkdVV2gyYlhoVFQyOVZNbFp6ZEhOb1RFVk9UR296WmkxcFVqQklSbTFDTWtoTE9EMD0iLCAidG9rZW5fY2xhc3MiOiAiYWNjZXNzX3Rva2VuIiwgImlzcyI6ICJodHRwczovLzg5LjQ1LjIzNC4xMzM6NDAwMCIsICJpYXQiOiAxNjMxMzcxMDk0LCAiZXhwIjogMTYzMTM3NDY5NH0.Ntabc0nJltpw2bwYbAdWw5p6KzVRPgea7qlFIfVeGmQf9_xpyoB955yRrp1_9iSLi15EbH8CPHTD-cnmMXjjaA&token_type=Bearer&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6IlQzazFNWEpEWTBOSlpXbEViR3MzUzFsQ2FXZFdSbXBYZUVkTldXbDRURTFXV1RocmR6WnRVWFpYUVEifQ.eyJzdWIiOiAiM2MyNzdlZTkzNDUyOTNlMGMxZTFmYTQ4MWM2OTlhODNkOTgzYWRkZmY1NGE5ZGZkOGEwYWExODMyZjIyM2QxMSIsICJhdXRoX3RpbWUiOiAxNjMxMzcxMDk0LCAiYWNyIjogInVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphYzpjbGFzc2VzOkludGVybmV0UHJvdG9jb2xQYXNzd29yZCIsICJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJqdGkiOiAiZTUyZWU1ZTIxMzBkMTFlYzhjOTliMTI1OTQxOTBiMGYiLCAiY2xpZW50X2lkIjogImlHbnU0c0o2dmlydzdXeTdISXF1UGciLCAiYXRfaGFzaCI6ICJzeFhxaDZpTndaN2xVLTRGblZKcDJBIiwgIm5vbmNlIjogIjc0SHhpc1NmVFQiLCAiaXNzIjogImh0dHBzOi8vODkuNDUuMjM0LjEzMzo0MDAwIiwgImlhdCI6IDE2MzEzNzEwOTQsICJleHAiOiAxNjMxMzcxMzk0LCAiYXVkIjogWyJpR251NHNKNnZpcnc3V3k3SElxdVBnIl19.J0SxclZtbDK30LgfgK9eBJKL81aaOl5M60j-dTv_a6Fs-yjOCBeHqPeFk0p2WsHgmo8vTXpUdocWCnVVb_qWLMFFbj7Qwx42wtPigPhfvIGWaT9n94hBsCaEUw1b4f1z5kV7G0i0UHtTFmzHXsPhPvJGFRdAW4-p9owMNcx8LP9JZOyne_CQWn88yVWhsjqHfqNOBS6oGPaZcVUWwLUJolBoWjtxzltrGJLFf1oAjWdMLGNq4LH-ByR332kb0i161WjLGc8QX6uv8iPQXePJwuIYkm_VwwuRv13y95yBrQWcBKtpbMAKKcMs3oOJK03sYLU8MZAH8rwnWssUYM4Enw
2021-09-11 14:38:14 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/L30AlBqQ88BrEW5sqCi7",
  "fullUrl": "https://www.certification.openid.net/test/a/idpy/implicit/L30AlBqQ88BrEW5sqCi7"
}
2021-09-11 14:38:14 OUTGOING
oidcc-ensure-other-scope-order-succeeds
Response to HTTP request to test instance cJoZo4vf6iBsA3T
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/idpy/implicit/L30AlBqQ88BrEW5sqCi7, returnUrl=/log-detail.html?log=cJoZo4vf6iBsA3T}]
outgoing_path
callback
2021-09-11 14:38:15 INCOMING
oidcc-ensure-other-scope-order-succeeds
Incoming HTTP request to test instance cJoZo4vf6iBsA3T
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": "__utma\u003d201319536.1870777121.1629795278.1631352103.1631369337.14; __utmb\u003d201319536.2.10.1631369337; __utmc\u003d201319536; __utmz\u003d201319536.1631260756.11.4.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/plan-detail.html; JSESSIONID\u003d7D21555BD1F4C7F8C15109D308E54B63; 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/L30AlBqQ88BrEW5sqCi7
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2021-09-11 14:38:15 OUTGOING
oidcc-ensure-other-scope-order-succeeds
Response to HTTP request to test instance cJoZo4vf6iBsA3T
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/L30AlBqQ88BrEW5sqCi7
2021-09-11 14:38:15 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2021-09-11 14:38:15 REDIRECT-IN
oidcc-ensure-other-scope-order-succeeds
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": "__utma\u003d201319536.1870777121.1629795278.1631352103.1631369337.14; __utmb\u003d201319536.2.10.1631369337; __utmc\u003d201319536; __utmz\u003d201319536.1631260756.11.4.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/plan-detail.html; JSESSIONID\u003d7D21555BD1F4C7F8C15109D308E54B63; 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": "2197",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "state": "gIH9yHgw9p",
  "scope": "[\u0027email\u0027, \u0027openid\u0027]",
  "access_token": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImF6UmFUV2xMVFdaVE0wWkxTVUZaTFZOalltNUNkM0ZJU21sTVRWVmtiVlZKYTJGblIwZDVXa1JtTkEifQ.eyJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJhdWQiOiBbImlHbnU0c0o2dmlydzdXeTdISXF1UGciXSwgImp0aSI6ICJlNTJlZTVlMDEzMGQxMWVjOGM5OWIxMjU5NDE5MGIwZiIsICJjbGllbnRfaWQiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzdWIiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzaWQiOiAiWjBGQlFVRkJRbWhRVERsWE5WQldTVVpEWVc0eVJrWXdkalZ3V1dsRmNYbE9iM0o1ZUVGaWJuWlhWVUl5VWpCWFdYWjRPR0l0YlZKSGQzaFhOV3g1U1RjMU5HOUhTR2hGYzNkbGJGbDZPVW80Y25sMGMwVTFZMFEzYmpsdFRUYzNabG8zTm5GWFdtWklaWEpuYjNWV2JGUkJiMmhRWlhONVZ6ZzJVREZVU1doakxYcFFaR1V5Ym5saWNsaFdORmQyVm5OVVVGRnVPQzFqY2sxSVRXNWZZV2wzVkdkblNrNXlla0k0Y0daMFpHSnZlbGRqVkcweFpYSllNMDExVUZkYWNVRnRhRWhhUmxOWGVETndWSEZCVTBzemNsRkdVV2gyYlhoVFQyOVZNbFp6ZEhOb1RFVk9UR296WmkxcFVqQklSbTFDTWtoTE9EMD0iLCAidG9rZW5fY2xhc3MiOiAiYWNjZXNzX3Rva2VuIiwgImlzcyI6ICJodHRwczovLzg5LjQ1LjIzNC4xMzM6NDAwMCIsICJpYXQiOiAxNjMxMzcxMDk0LCAiZXhwIjogMTYzMTM3NDY5NH0.Ntabc0nJltpw2bwYbAdWw5p6KzVRPgea7qlFIfVeGmQf9_xpyoB955yRrp1_9iSLi15EbH8CPHTD-cnmMXjjaA",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IlQzazFNWEpEWTBOSlpXbEViR3MzUzFsQ2FXZFdSbXBYZUVkTldXbDRURTFXV1RocmR6WnRVWFpYUVEifQ.eyJzdWIiOiAiM2MyNzdlZTkzNDUyOTNlMGMxZTFmYTQ4MWM2OTlhODNkOTgzYWRkZmY1NGE5ZGZkOGEwYWExODMyZjIyM2QxMSIsICJhdXRoX3RpbWUiOiAxNjMxMzcxMDk0LCAiYWNyIjogInVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphYzpjbGFzc2VzOkludGVybmV0UHJvdG9jb2xQYXNzd29yZCIsICJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJqdGkiOiAiZTUyZWU1ZTIxMzBkMTFlYzhjOTliMTI1OTQxOTBiMGYiLCAiY2xpZW50X2lkIjogImlHbnU0c0o2dmlydzdXeTdISXF1UGciLCAiYXRfaGFzaCI6ICJzeFhxaDZpTndaN2xVLTRGblZKcDJBIiwgIm5vbmNlIjogIjc0SHhpc1NmVFQiLCAiaXNzIjogImh0dHBzOi8vODkuNDUuMjM0LjEzMzo0MDAwIiwgImlhdCI6IDE2MzEzNzEwOTQsICJleHAiOiAxNjMxMzcxMzk0LCAiYXVkIjogWyJpR251NHNKNnZpcnc3V3k3SElxdVBnIl19.J0SxclZtbDK30LgfgK9eBJKL81aaOl5M60j-dTv_a6Fs-yjOCBeHqPeFk0p2WsHgmo8vTXpUdocWCnVVb_qWLMFFbj7Qwx42wtPigPhfvIGWaT9n94hBsCaEUw1b4f1z5kV7G0i0UHtTFmzHXsPhPvJGFRdAW4-p9owMNcx8LP9JZOyne_CQWn88yVWhsjqHfqNOBS6oGPaZcVUWwLUJolBoWjtxzltrGJLFf1oAjWdMLGNq4LH-ByR332kb0i161WjLGc8QX6uv8iPQXePJwuIYkm_VwwuRv13y95yBrQWcBKtpbMAKKcMs3oOJK03sYLU8MZAH8rwnWssUYM4Enw"
}
Verify authorization endpoint response
2021-09-11 14:38:15 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2021-09-11 14:38:15 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-11 14:38:15 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2021-09-11 14:38:15 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2021-09-11 14:38:15 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2021-09-11 14:38:15
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2021-09-11 14:38:15 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2021-09-11 14:38:15 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
gIH9yHgw9p
2021-09-11 14:38:15 SUCCESS
ExtractAccessTokenFromAuthorizationResponse
Extracted the access token
value
eyJhbGciOiJFUzI1NiIsImtpZCI6ImF6UmFUV2xMVFdaVE0wWkxTVUZaTFZOalltNUNkM0ZJU21sTVRWVmtiVlZKYTJGblIwZDVXa1JtTkEifQ.eyJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJhdWQiOiBbImlHbnU0c0o2dmlydzdXeTdISXF1UGciXSwgImp0aSI6ICJlNTJlZTVlMDEzMGQxMWVjOGM5OWIxMjU5NDE5MGIwZiIsICJjbGllbnRfaWQiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzdWIiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzaWQiOiAiWjBGQlFVRkJRbWhRVERsWE5WQldTVVpEWVc0eVJrWXdkalZ3V1dsRmNYbE9iM0o1ZUVGaWJuWlhWVUl5VWpCWFdYWjRPR0l0YlZKSGQzaFhOV3g1U1RjMU5HOUhTR2hGYzNkbGJGbDZPVW80Y25sMGMwVTFZMFEzYmpsdFRUYzNabG8zTm5GWFdtWklaWEpuYjNWV2JGUkJiMmhRWlhONVZ6ZzJVREZVU1doakxYcFFaR1V5Ym5saWNsaFdORmQyVm5OVVVGRnVPQzFqY2sxSVRXNWZZV2wzVkdkblNrNXlla0k0Y0daMFpHSnZlbGRqVkcweFpYSllNMDExVUZkYWNVRnRhRWhhUmxOWGVETndWSEZCVTBzemNsRkdVV2gyYlhoVFQyOVZNbFp6ZEhOb1RFVk9UR296WmkxcFVqQklSbTFDTWtoTE9EMD0iLCAidG9rZW5fY2xhc3MiOiAiYWNjZXNzX3Rva2VuIiwgImlzcyI6ICJodHRwczovLzg5LjQ1LjIzNC4xMzM6NDAwMCIsICJpYXQiOiAxNjMxMzcxMDk0LCAiZXhwIjogMTYzMTM3NDY5NH0.Ntabc0nJltpw2bwYbAdWw5p6KzVRPgea7qlFIfVeGmQf9_xpyoB955yRrp1_9iSLi15EbH8CPHTD-cnmMXjjaA
type
Bearer
2021-09-11 14:38:15 SUCCESS
ExtractIdTokenFromAuthorizationResponse
Found and parsed the id_token from authorization_endpoint_response
value
eyJhbGciOiJSUzI1NiIsImtpZCI6IlQzazFNWEpEWTBOSlpXbEViR3MzUzFsQ2FXZFdSbXBYZUVkTldXbDRURTFXV1RocmR6WnRVWFpYUVEifQ.eyJzdWIiOiAiM2MyNzdlZTkzNDUyOTNlMGMxZTFmYTQ4MWM2OTlhODNkOTgzYWRkZmY1NGE5ZGZkOGEwYWExODMyZjIyM2QxMSIsICJhdXRoX3RpbWUiOiAxNjMxMzcxMDk0LCAiYWNyIjogInVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphYzpjbGFzc2VzOkludGVybmV0UHJvdG9jb2xQYXNzd29yZCIsICJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJqdGkiOiAiZTUyZWU1ZTIxMzBkMTFlYzhjOTliMTI1OTQxOTBiMGYiLCAiY2xpZW50X2lkIjogImlHbnU0c0o2dmlydzdXeTdISXF1UGciLCAiYXRfaGFzaCI6ICJzeFhxaDZpTndaN2xVLTRGblZKcDJBIiwgIm5vbmNlIjogIjc0SHhpc1NmVFQiLCAiaXNzIjogImh0dHBzOi8vODkuNDUuMjM0LjEzMzo0MDAwIiwgImlhdCI6IDE2MzEzNzEwOTQsICJleHAiOiAxNjMxMzcxMzk0LCAiYXVkIjogWyJpR251NHNKNnZpcnc3V3k3SElxdVBnIl19.J0SxclZtbDK30LgfgK9eBJKL81aaOl5M60j-dTv_a6Fs-yjOCBeHqPeFk0p2WsHgmo8vTXpUdocWCnVVb_qWLMFFbj7Qwx42wtPigPhfvIGWaT9n94hBsCaEUw1b4f1z5kV7G0i0UHtTFmzHXsPhPvJGFRdAW4-p9owMNcx8LP9JZOyne_CQWn88yVWhsjqHfqNOBS6oGPaZcVUWwLUJolBoWjtxzltrGJLFf1oAjWdMLGNq4LH-ByR332kb0i161WjLGc8QX6uv8iPQXePJwuIYkm_VwwuRv13y95yBrQWcBKtpbMAKKcMs3oOJK03sYLU8MZAH8rwnWssUYM4Enw
header
{
  "kid": "T3k1MXJDY0NJZWlEbGs3S1lCaWdWRmpXeEdNWWl4TE1WWThrdzZtUXZXQQ",
  "alg": "RS256"
}
claims
{
  "at_hash": "sxXqh6iNwZ7lU-4FnVJp2A",
  "sub": "3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11",
  "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword",
  "aud": "iGnu4sJ6virw7Wy7HIquPg",
  "auth_time": 1631371094,
  "scope": [
    "email",
    "openid"
  ],
  "iss": "https://89.45.234.133:4000",
  "exp": 1631371394,
  "nonce": "74HxisSfTT",
  "iat": 1631371094,
  "jti": "e52ee5e2130d11ec8c99b12594190b0f",
  "client_id": "iGnu4sJ6virw7Wy7HIquPg"
}
2021-09-11 14:38:15 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2021-09-11 14:38:15 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
74HxisSfTT
2021-09-11 14:38:15 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2021-09-11 14:38:15 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImtpZCI6IlQzazFNWEpEWTBOSlpXbEViR3MzUzFsQ2FXZFdSbXBYZUVkTldXbDRURTFXV1RocmR6WnRVWFpYUVEifQ.eyJzdWIiOiAiM2MyNzdlZTkzNDUyOTNlMGMxZTFmYTQ4MWM2OTlhODNkOTgzYWRkZmY1NGE5ZGZkOGEwYWExODMyZjIyM2QxMSIsICJhdXRoX3RpbWUiOiAxNjMxMzcxMDk0LCAiYWNyIjogInVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphYzpjbGFzc2VzOkludGVybmV0UHJvdG9jb2xQYXNzd29yZCIsICJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJqdGkiOiAiZTUyZWU1ZTIxMzBkMTFlYzhjOTliMTI1OTQxOTBiMGYiLCAiY2xpZW50X2lkIjogImlHbnU0c0o2dmlydzdXeTdISXF1UGciLCAiYXRfaGFzaCI6ICJzeFhxaDZpTndaN2xVLTRGblZKcDJBIiwgIm5vbmNlIjogIjc0SHhpc1NmVFQiLCAiaXNzIjogImh0dHBzOi8vODkuNDUuMjM0LjEzMzo0MDAwIiwgImlhdCI6IDE2MzEzNzEwOTQsICJleHAiOiAxNjMxMzcxMzk0LCAiYXVkIjogWyJpR251NHNKNnZpcnc3V3k3SElxdVBnIl19.J0SxclZtbDK30LgfgK9eBJKL81aaOl5M60j-dTv_a6Fs-yjOCBeHqPeFk0p2WsHgmo8vTXpUdocWCnVVb_qWLMFFbj7Qwx42wtPigPhfvIGWaT9n94hBsCaEUw1b4f1z5kV7G0i0UHtTFmzHXsPhPvJGFRdAW4-p9owMNcx8LP9JZOyne_CQWn88yVWhsjqHfqNOBS6oGPaZcVUWwLUJolBoWjtxzltrGJLFf1oAjWdMLGNq4LH-ByR332kb0i161WjLGc8QX6uv8iPQXePJwuIYkm_VwwuRv13y95yBrQWcBKtpbMAKKcMs3oOJK03sYLU8MZAH8rwnWssUYM4Enw
2021-09-11 14:38:15 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsImtpZCI6IlQzazFNWEpEWTBOSlpXbEViR3MzUzFsQ2FXZFdSbXBYZUVkTldXbDRURTFXV1RocmR6WnRVWFpYUVEifQ.eyJzdWIiOiAiM2MyNzdlZTkzNDUyOTNlMGMxZTFmYTQ4MWM2OTlhODNkOTgzYWRkZmY1NGE5ZGZkOGEwYWExODMyZjIyM2QxMSIsICJhdXRoX3RpbWUiOiAxNjMxMzcxMDk0LCAiYWNyIjogInVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDphYzpjbGFzc2VzOkludGVybmV0UHJvdG9jb2xQYXNzd29yZCIsICJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJqdGkiOiAiZTUyZWU1ZTIxMzBkMTFlYzhjOTliMTI1OTQxOTBiMGYiLCAiY2xpZW50X2lkIjogImlHbnU0c0o2dmlydzdXeTdISXF1UGciLCAiYXRfaGFzaCI6ICJzeFhxaDZpTndaN2xVLTRGblZKcDJBIiwgIm5vbmNlIjogIjc0SHhpc1NmVFQiLCAiaXNzIjogImh0dHBzOi8vODkuNDUuMjM0LjEzMzo0MDAwIiwgImlhdCI6IDE2MzEzNzEwOTQsICJleHAiOiAxNjMxMzcxMzk0LCAiYXVkIjogWyJpR251NHNKNnZpcnc3V3k3SElxdVBnIl19.J0SxclZtbDK30LgfgK9eBJKL81aaOl5M60j-dTv_a6Fs-yjOCBeHqPeFk0p2WsHgmo8vTXpUdocWCnVVb_qWLMFFbj7Qwx42wtPigPhfvIGWaT9n94hBsCaEUw1b4f1z5kV7G0i0UHtTFmzHXsPhPvJGFRdAW4-p9owMNcx8LP9JZOyne_CQWn88yVWhsjqHfqNOBS6oGPaZcVUWwLUJolBoWjtxzltrGJLFf1oAjWdMLGNq4LH-ByR332kb0i161WjLGc8QX6uv8iPQXePJwuIYkm_VwwuRv13y95yBrQWcBKtpbMAKKcMs3oOJK03sYLU8MZAH8rwnWssUYM4Enw
2021-09-11 14:38:15 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11
2021-09-11 14:38:15 SUCCESS
EnsureIdTokenDoesNotContainName
name claim not found in id_token, which is expected as it was not requested to be returned there
2021-09-11 14:38:15 SUCCESS
EnsureIdTokenDoesNotContainEmailForScopeEmail
email claim not found in id_token, which is expected as it was not requested to be returned there
Userinfo endpoint tests
2021-09-11 14:38:15
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://89.45.234.133:4000/userinfo
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer eyJhbGciOiJFUzI1NiIsImtpZCI6ImF6UmFUV2xMVFdaVE0wWkxTVUZaTFZOalltNUNkM0ZJU21sTVRWVmtiVlZKYTJGblIwZDVXa1JtTkEifQ.eyJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJhdWQiOiBbImlHbnU0c0o2dmlydzdXeTdISXF1UGciXSwgImp0aSI6ICJlNTJlZTVlMDEzMGQxMWVjOGM5OWIxMjU5NDE5MGIwZiIsICJjbGllbnRfaWQiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzdWIiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzaWQiOiAiWjBGQlFVRkJRbWhRVERsWE5WQldTVVpEWVc0eVJrWXdkalZ3V1dsRmNYbE9iM0o1ZUVGaWJuWlhWVUl5VWpCWFdYWjRPR0l0YlZKSGQzaFhOV3g1U1RjMU5HOUhTR2hGYzNkbGJGbDZPVW80Y25sMGMwVTFZMFEzYmpsdFRUYzNabG8zTm5GWFdtWklaWEpuYjNWV2JGUkJiMmhRWlhONVZ6ZzJVREZVU1doakxYcFFaR1V5Ym5saWNsaFdORmQyVm5OVVVGRnVPQzFqY2sxSVRXNWZZV2wzVkdkblNrNXlla0k0Y0daMFpHSnZlbGRqVkcweFpYSllNMDExVUZkYWNVRnRhRWhhUmxOWGVETndWSEZCVTBzemNsRkdVV2gyYlhoVFQyOVZNbFp6ZEhOb1RFVk9UR296WmkxcFVqQklSbTFDTWtoTE9EMD0iLCAidG9rZW5fY2xhc3MiOiAiYWNjZXNzX3Rva2VuIiwgImlzcyI6ICJodHRwczovLzg5LjQ1LjIzNC4xMzM6NDAwMCIsICJpYXQiOiAxNjMxMzcxMDk0LCAiZXhwIjogMTYzMTM3NDY5NH0.Ntabc0nJltpw2bwYbAdWw5p6KzVRPgea7qlFIfVeGmQf9_xpyoB955yRrp1_9iSLi15EbH8CPHTD-cnmMXjjaA",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2021-09-11 14:38:15 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "content-length": "204",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:15 GMT"
}
response_body
{"email": "diana@example.org", "email_verified": false, "sub": "3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11", "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"}
2021-09-11 14:38:15 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
status
200
endpoint_name
resource
headers
{
  "content-type": "application/json",
  "content-length": "204",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:15 GMT"
}
body
{"email": "diana@example.org", "email_verified": false, "sub": "3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11", "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"}
2021-09-11 14:38:15
CallUserInfoEndpointWithBearerToken
HTTP request
request_uri
https://89.45.234.133:4000/userinfo
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer eyJhbGciOiJFUzI1NiIsImtpZCI6ImF6UmFUV2xMVFdaVE0wWkxTVUZaTFZOalltNUNkM0ZJU21sTVRWVmtiVlZKYTJGblIwZDVXa1JtTkEifQ.eyJzY29wZSI6IFsiZW1haWwiLCAib3BlbmlkIl0sICJhdWQiOiBbImlHbnU0c0o2dmlydzdXeTdISXF1UGciXSwgImp0aSI6ICJlNTJlZTVlMDEzMGQxMWVjOGM5OWIxMjU5NDE5MGIwZiIsICJjbGllbnRfaWQiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzdWIiOiAiaUdudTRzSjZ2aXJ3N1d5N0hJcXVQZyIsICJzaWQiOiAiWjBGQlFVRkJRbWhRVERsWE5WQldTVVpEWVc0eVJrWXdkalZ3V1dsRmNYbE9iM0o1ZUVGaWJuWlhWVUl5VWpCWFdYWjRPR0l0YlZKSGQzaFhOV3g1U1RjMU5HOUhTR2hGYzNkbGJGbDZPVW80Y25sMGMwVTFZMFEzYmpsdFRUYzNabG8zTm5GWFdtWklaWEpuYjNWV2JGUkJiMmhRWlhONVZ6ZzJVREZVU1doakxYcFFaR1V5Ym5saWNsaFdORmQyVm5OVVVGRnVPQzFqY2sxSVRXNWZZV2wzVkdkblNrNXlla0k0Y0daMFpHSnZlbGRqVkcweFpYSllNMDExVUZkYWNVRnRhRWhhUmxOWGVETndWSEZCVTBzemNsRkdVV2gyYlhoVFQyOVZNbFp6ZEhOb1RFVk9UR296WmkxcFVqQklSbTFDTWtoTE9EMD0iLCAidG9rZW5fY2xhc3MiOiAiYWNjZXNzX3Rva2VuIiwgImlzcyI6ICJodHRwczovLzg5LjQ1LjIzNC4xMzM6NDAwMCIsICJpYXQiOiAxNjMxMzcxMDk0LCAiZXhwIjogMTYzMTM3NDY5NH0.Ntabc0nJltpw2bwYbAdWw5p6KzVRPgea7qlFIfVeGmQf9_xpyoB955yRrp1_9iSLi15EbH8CPHTD-cnmMXjjaA",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2021-09-11 14:38:15 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "content-length": "204",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:15 GMT"
}
response_body
{"email": "diana@example.org", "email_verified": false, "sub": "3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11", "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"}
2021-09-11 14:38:15 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "content-type": "application/json",
  "content-length": "204",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:15 GMT"
}
status_code
{
  "code": 200
}
body
{"email": "diana@example.org", "email_verified": false, "sub": "3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11", "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"}
2021-09-11 14:38:15 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "email": "diana@example.org",
  "email_verified": false,
  "sub": "3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11",
  "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"
}
2021-09-11 14:38:15
ValidateUserInfoStandardClaims
email is a string
2021-09-11 14:38:15
ValidateUserInfoStandardClaims
email_verified is a boolean
2021-09-11 14:38:15
ValidateUserInfoStandardClaims
sub is a string
2021-09-11 14:38:15
ValidateUserInfoStandardClaims
Skipping unknown claim: acr
2021-09-11 14:38:15 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2021-09-11 14:38:15 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11
2021-09-11 14:38:15
EnsureUserInfoBirthDateValid
userinfo response does not contain 'birthdate'
2021-09-11 14:38:15
EnsureUserInfoUpdatedAtValid
userinfo response does not contain 'updated_at'
2021-09-11 14:38:15
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2021-09-11 14:38:15 SUCCESS
VerifyUserInfoAndIdTokenInAuthorizationEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11
sub_id_token
3c277ee9345293e0c1e1fa481c699a83d983addff54a9dfd8a0aa1832f223d11
2021-09-11 14:38:15 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "email",
  "email_verified",
  "sub",
  "acr"
]
expected_scope_items
[
  "email",
  "email_verified",
  "sub"
]
2021-09-11 14:38:15 SUCCESS
EnsureUserInfoDoesNotContainName
name claim not found in userinfo response, which is expected as it was not requested to be returned there
2021-09-11 14:38:16 FINISHED
oidcc-ensure-other-scope-order-succeeds
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2021-09-11 14:38:16
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://89.45.234.133:4000/registration_api?client_id=iGnu4sJ6virw7Wy7HIquPg
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer 9g1rUhQr3jetwe4hFCk9_kgiRW7AY54Q4Wx317LdRc4",
  "content-length": "0"
}
request_body

                                
2021-09-11 14:38:16 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": "OPTIONS, HEAD, GET",
  "content-length": "178",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:38:16 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-11 14:38:16 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-11 14:38:21
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
OfuPEKw2mmRyhWv
Test Results