Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-09-11 14:01:38 INFO
TEST-RUNNER
Test instance KNIXhyd2rk4RZbY created
baseUrl
https://www.certification.openid.net/test/a/idpy
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code id_token token",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
idpy
description
oidcop
planId
Okm8cBmJjyOxE
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-object-with-redirect-uri
2021-09-11 14:01:38 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/idpy/callback
2021-09-11 14:01:38
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:01:38 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:01:38 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:01:38
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:01:38 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:01:38 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2021-09-11 14:01:38 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:01:38
FetchServerKeys
Fetching server key
jwks_uri
https://89.45.234.133:4000/static/jwks.json
2021-09-11 14:01:38
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:01:39 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:01:39 GMT",
  "etag": "\"1631368542.8061247-691-3956740992\"",
  "date": "Sat, 11 Sep 2021 14:01:39 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:01:39
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:01:39 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:01:39 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:01:39 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-09-11 14:01:39 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2021-09-11 14:01:39 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-09-11 14:01:39 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2021-09-11 14:01:39
StoreOriginalClientConfiguration
No client details on configuration, created an empty original_client_config object.
2021-09-11 14:01:39
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2021-09-11 14:01:39 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "7XX64m9v--jxu8KzwZS2WbRQKXjTGR946gVl8a_b9HyWNCpGgl7ZGXhUqzS-wYObRzdARRpKWWrdCOEdjPV9TXqV9Lndd0pa-CwmmJ13dH-zZsj5gwhYfq8OLB8Ezj6kY-1o_hF-ks6WvwbbI1SMxz_xuR14ATS4S6ek2y1n360",
      "kty": "RSA",
      "q": "jhAQq5n5mQxBWg91g1JRpWmH9ieS0s9n_aeRHqeNQO41pCkglo9zqZBWox8QcAhM_i_9nquwR-D-Dm7tKXmXz9IE77JIzCwlOHNn1R7uHVF5nPtoBY6FtxT02vE7HD7YtMZ_MV2B2iQzlmhCqYFjlypDVss__0sFwbE65-iL6Dc",
      "d": "I1Fcso-VcatZTp4ItmIvKgFL3kdb9FRd2VQTGN-9MDumIdt8Fqr4CQsumUWbvOzjddb8xHH_OzGpFGgnzP9a0T-ksrgeMc4oNGriYQ8NlWYw7F9MOJ150x1Ogv0DY20Dn8YVU3J2H2NbWGJekw4e5uxHAn21uks4wGAIeJ7oGwOqCD6xoyiYbX84mzMfjo_ZcK5OR6v2XjEXfVNZ2VIFtnJD1XxKis2FxHkldiyST8h0AJB3mf15IQJNbkZ67_38AeizHp1gUfgsNfjzsIsofKwMrjz7_so7SXfQqtWVoRxaQGmFNuOsQHNIwjgIQvE6VitfCHm3_Z4n8mwR60fiKQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "2JU_uuerYyxv-Qd40YCiu8TpezTbsLtqip1kAOSPwVi9EZpSnPAlUar0gc7S0d8eg3qEcSJqfUcaYoFKFxKfmyVD5pY9G_BC5DD6kgE3SuQN1RKio-WY90-VICj-4UVn2OXE-ek2B62-Aog9WDYZeH9LrVClUakk6T7e2JHH9XE",
      "dp": "1RRhJH9KxYmqIQn9s192odgjdpNtGcYcAiMF73IWtbR2NCkbTDFALpLDpz2VTqCB3c2-ZkPJI6O45BbdJXfEEJpHpWqDSF_4cWls2NW0M13D5h_BhcsfXc5HsV_EOC4N5X1MEXAxXBr1OkU0rudXzBOdHLdM0Ag2t-yfCe4cn6E",
      "alg": "RS256",
      "dq": "QHtURb-vBmQEqc9IhKHxw0YCW52czCkuR3kuqp5cxDMbj_bG_vAADOAiIwpvmJp78Ahycvn1GrsqNfztkxzI5qCqcu4Wku4auuPPJnJSnGYl8DZBAfyt_ur5NQO309tG288ZXpvV2-EAtW1_jJbZUHzzccrxsnwoEcHTPf5UusM",
      "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
    }
  ]
}
2021-09-11 14:01:39 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-09-11 14:01:39
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
2021-09-11 14:01:39
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
client_name
OIDF Conformance Test KNIXhyd2rk4RZbY
2021-09-11 14:01:39
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2021-09-11 14:01:39
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
grant_types
[
  "authorization_code",
  "implicit"
]
2021-09-11 14:01:39
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
      }
    ]
  }
}
2021-09-11 14:01:39
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2021-09-11 14:01:39
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ]
}
2021-09-11 14:01:39
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ]
}
2021-09-11 14:01:39
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/idpy/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2021-09-11 14:01:39
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": "729"
}
request_body
{"client_name":"OIDF Conformance Test KNIXhyd2rk4RZbY","grant_types":["authorization_code","implicit"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code id_token token"],"redirect_uris":["https://www.certification.openid.net/test/a/idpy/callback"],"contacts":["certification@oidf.org"]}
2021-09-11 14:01:39 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
CREATED
response_headers
{
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "1140",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "set-cookie": "oidc_op_rp\u003d1631368899|PCco/h2heCnajchh|7lmnGPWdzEROcKVX+aKK3KB/sOeStP3rQ7lcR1rtbLOmQfbOIlzrD7jWh6LeNZGF4lHFDtTWv/jxFxpE6gQX/Tebu5VfHVeuF1fvragCTf58L5GTa7M58Ts5oKxDvuQSVl25MqB47f0\u003d|SzQWtXNPbNzBZpwr9pLsQw\u003d\u003d; Secure; HttpOnly; Path\u003d/; SameSite\u003dLax",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:01:39 GMT"
}
response_body
{"client_id": "X62p_3gzjriv4d4AKAhlrw", "registration_access_token": "IqVnoyVg7w0wjl3MjhtzpKSvGSyVuCe8T8jrNGT5nt0", "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id=X62p_3gzjriv4d4AKAhlrw", "client_id_issued_at": 1631368899, "client_secret": "349820b29f8ba403ff19da7b8d06d952e8c38de2cdb0373c150d3f6c", "client_secret_expires_at": 1633960899, "application_type": "web", "response_types": ["code id_token token"], "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY", "grant_types": ["authorization_code", "implicit"], "jwks": {"keys": [{"kty": "RSA", "e": "AQAB", "alg": "RS256", "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"}]}, "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:01:39
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
status
201
endpoint_name
dynamic registration
headers
{
  "content-type": "application/json; charset\u003dutf-8",
  "content-length": "1140",
  "pragma": "no-cache",
  "cache-control": "no-store",
  "set-cookie": "oidc_op_rp\u003d1631368899|PCco/h2heCnajchh|7lmnGPWdzEROcKVX+aKK3KB/sOeStP3rQ7lcR1rtbLOmQfbOIlzrD7jWh6LeNZGF4lHFDtTWv/jxFxpE6gQX/Tebu5VfHVeuF1fvragCTf58L5GTa7M58Ts5oKxDvuQSVl25MqB47f0\u003d|SzQWtXNPbNzBZpwr9pLsQw\u003d\u003d; Secure; HttpOnly; Path\u003d/; SameSite\u003dLax",
  "server": "Werkzeug/1.0.1 Python/3.8.10",
  "date": "Sat, 11 Sep 2021 14:01:39 GMT"
}
body
{"client_id": "X62p_3gzjriv4d4AKAhlrw", "registration_access_token": "IqVnoyVg7w0wjl3MjhtzpKSvGSyVuCe8T8jrNGT5nt0", "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id=X62p_3gzjriv4d4AKAhlrw", "client_id_issued_at": 1631368899, "client_secret": "349820b29f8ba403ff19da7b8d06d952e8c38de2cdb0373c150d3f6c", "client_secret_expires_at": 1633960899, "application_type": "web", "response_types": ["code id_token token"], "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY", "grant_types": ["authorization_code", "implicit"], "jwks": {"keys": [{"kty": "RSA", "e": "AQAB", "alg": "RS256", "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"}]}, "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": "X62p_3gzjriv4d4AKAhlrw",
  "registration_access_token": "IqVnoyVg7w0wjl3MjhtzpKSvGSyVuCe8T8jrNGT5nt0",
  "registration_client_uri": "https://89.45.234.133:4000/registration_api?client_id\u003dX62p_3gzjriv4d4AKAhlrw",
  "client_id_issued_at": 1631368899,
  "client_secret": "349820b29f8ba403ff19da7b8d06d952e8c38de2cdb0373c150d3f6c",
  "client_secret_expires_at": 1633960899,
  "application_type": "web",
  "response_types": [
    "code id_token token"
  ],
  "client_name": "OIDF Conformance Test KNIXhyd2rk4RZbY",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "alg": "RS256",
        "n": "g8ZX_9RG2ZugIPynFmKEQE8jKXP44hVW7pyQl52QrhbbqKKe7AE0kfdWayAI5e96a9t8PSLmrCMZZ3tgKhQjoPPFcfgsGeOq3VBrNW-qBHTcz5n80k4CQMkIyu1zxWqoDgQvL2hVBmt0FOVFFso7-XVs3h_6wNVqBe28ac0lUvIQPWbzDM_JT39mBAB4xK9pw_XAt61Shlt8ZjfsMSpv4c-QynLUiM3tx9c_N-ZYRqVqP2qqMkhi7LwY_0TeJD3ZmXOohq6itj3v6jWBTVKfju2iuFopi88vVX7PbYAm-_ciL_JaUUwc2V2j_2K-hfJtiMt1bq7xhXjnl91zHvTWKw"
      }
    ]
  },
  "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:01:39 SUCCESS
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
2021-09-11 14:01:39 SUCCESS
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
http_status
201
2021-09-11 14:01:39 SUCCESS
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
2021-09-11 14:01:39 SUCCESS
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
client_id
X62p_3gzjriv4d4AKAhlrw
2021-09-11 14:01:39 SUCCESS
ExtractClientManagementCredentials
Extracted dynamic registration management credentials
registration_client_uri
https://89.45.234.133:4000/registration_api?client_id=X62p_3gzjriv4d4AKAhlrw
registration_access_token
IqVnoyVg7w0wjl3MjhtzpKSvGSyVuCe8T8jrNGT5nt0
2021-09-11 14:01:39
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2021-09-11 14:01:39 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:01:39 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:01:39 FINISHED
oidcc-ensure-request-object-with-redirect-uri
Test has run to completion
testmodule_result
SKIPPED
Unregister dynamically registered client
2021-09-11 14:01:39
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://89.45.234.133:4000/registration_api?client_id=X62p_3gzjriv4d4AKAhlrw
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer IqVnoyVg7w0wjl3MjhtzpKSvGSyVuCe8T8jrNGT5nt0",
  "content-length": "0"
}
request_body

                                
2021-09-11 14:01:40 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:01:40 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:01:40 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:01:43
TEST-RUNNER
Alias has now been claimed by another test
alias
idpy
new_test_id
6GsVdMeVlSVAScg
Test Results