Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-08-10 19:40:39 INFO
TEST-RUNNER
Test instance 7cjqj2od3D2UKpw created
baseUrl
https://www.certification.openid.net/test/a/morph_oidc_client
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
morph_oidc_client
description
Testing morph oidc client with Form Post
planId
rlvHwXvRR0jje
config
{
  "alias": "morph_oidc_client",
  "description": "Testing morph oidc client with Form Post",
  "publish": "everything"
}
testName
oidcc-client-test-kid-absent-multiple-jwks
2020-08-10 19:40:39 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2020-08-10 19:40:39
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
2020-08-10 19:40:39
OIDCCGenerateServerJWKsMultipleSigningsKeyWithNoKeyIds
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "5-eLUKZ8yGG4zWlctynAHMo2D9TmR3ykkpIeYRlCXaP_NjJmpcv97rb9VVz79BjQrpaWwVQXG8oUF3jiJfW_wePIe6UufJBGl0NyGsbxalnav7qoSv0bWw4uI9XzZijUTgy-miq-5rZL--j_0wuBShRgnrOvf1SjIkOk8yd-hIk",
      "kty": "RSA",
      "q": "jqAmkJBApcIEnvrZkNmylUCI19vWn6bUW2WW0Q-PJuELJt2U7D19fOp-Zw9DId0_d7X1ivw8m6LZ0YiRkM5s1MchK59VzHmhEC4NHLPXSOilvy67OkviKd9_Iw_KXxlw-6vFE2hyqDI1mlp54SqFJLVFISzjRuasPWlgFOZysTc",
      "d": "HHQctF6pbLON3N-S5U-7dZpWjQyF1KBKT1nojMFXc08L4e1lMLMBi4mFnoAii3WHyXrZu4PXThE2f98nl93cDML1j0ILckm40jnNGkAD7L7XotqyIEnjgygVIj6dtmu83DTJ6OrWXd0uZ51AMJbc4GShfFW78oZGfYkKsAgzv5Bki99w08HHV78OTKoG0HP-62K4LHO8UE2iKmFMpwU3DPi7s4YVUlHmLaxPJrcBCOHnY7N3kDoV-TfM_lhINmRlBAPNMRzCyDYeKp8_TdGddUqncCRbd_7geN53ZbsbVypukxd4ikg_6cYrX4wD7FvPgAJNE5wWxE7pcMrOSDY-sQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "IWdZzALTtK0ZipI9_F-wyGk0YStJEdeirc9Xpv3UR4gVolpCaUnfxBJf3LAzLaKO7GHdaRu_V3hvpUfJchJ5Gg3djv80G9yd8ROXLZMefb3bGA1rrrfp1xKqIA4d-ok7V_FV8BGGS_C9FGXoF6G1qdbyN8eP3WupghjFkrUTdo4",
      "dp": "OwMT04kaNc-QPE00d7ObHHhke3DczJIuOtIOAv1vgu6pkfwPXN9lFerg2mkYAEyURekyIa4pVzv8EuEDA0_e5RL2wGgPRUldfT5_ecroQfztil6QVszDuk8IdLwL_RIkvFvH4OlBvOnkugzXlLfXxacb0ya8YPWDscNu5SVGr6k",
      "dq": "Bhq6q9NQwQd11SwdZcK7jwHNGZgSLpEgY60McHQ_B0X4iThQqG_VUCRlNpoDoI5sqf4CvWkgWvT0Z7B1soHzTIQdWlWegXrvNtcRvpm_7CHw_ibM4qjezDYBpgmF-t4G5O6sJ7F_vs0vWCTpNIbyXejYRZw7OgyjcJlzAFIAtK8",
      "n": "gTOC7SJaaZ_Nxqnh071ASQm0duSuxD7pl3YTBqZFgW_IZMUCJdrBoM5WvCave-UrB8xDuhKaYeH2nlnYyJjkgC-39KQm4ryZ0MJjFJzVtd9VwO7CWHAGMOltAB6mJPRVffH0Scy6HEPU4J3tjPCu8iN43DXa3PAJbsupZBIor1JvWepCwPnl21gTAlOb-MjeevHEbpgzWw9Cku8FAaJ_brSiWSUAbB9I7evZbGioPL6U1G39cvYfCJGTDdrrHttuQIEh1GZFr5Xtls4y55UE5vHiadHWtG4j_ZF4R_Xx_yrEL-vpoOaRsYE8HlKwy132htiM2I8gjmKUHoqqENMybw"
    },
    {
      "kty": "EC",
      "d": "WF_DUzZ64tBJhjnLFTe3QsoAiumTypK0bLD_MfWAsSI",
      "use": "sig",
      "crv": "P-256",
      "x": "AdHrcLoB3ghNJqPq4wLvAwgb-KSKlqAYGU_hdj_vR88",
      "y": "ZRRCkSHFML6oYqVbgEfL-zf9SyMSY0CMjpaQRHb5D1g"
    },
    {
      "kty": "EC",
      "d": "QwmQAGKNfitr_RMvzG3CANbs-M9UtrhNeSi5GQeGRsk",
      "use": "sig",
      "crv": "secp256k1",
      "x": "JvnoR4vvbQLTWs0W4VOzwfFf3Z5PvSwnfvpHZhE2iXE",
      "y": "L5_0usMBeIJsDorGA5rlVqVxi1dhv13b5ET1wE1A7Rc"
    },
    {
      "kty": "OKP",
      "d": "yNFkPCOkuF88Ovh7i3O2sGt8tuMmpOn4xPqEBDMki3U",
      "use": "sig",
      "crv": "Ed25519",
      "x": "nllLL6ZkyVmIGaJG03xB9n4fvlmUiqNBw1FL5Gc3SVQ"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "5sVXzqvsB_SGD_nzSs-wqgnTHBp0_mJB7S1JiJsOdWPKC51u8Z9atFFZSmaHq2wV-6B1yv6qhj9AYo3x3tTb-rxSolpdA1XjQ5uGQH3X5APmbRa_KWkJvaSLkt6R4wPLY-QuwvWl8PRg-r9FVESMf-q5pRX3ABztOovhPyolhQU",
      "kty": "RSA",
      "q": "4pMxJ9RBTWc2WsWP3GTobDBime7QE4TNmcu6RaN15L7P_5wR8UMkxWIcXexJoBOdWoaq7wyz3ywYYN1ZLCgnsmLRYROz1z1gI2fXYn-gHuj2EDjlJa3H8ZCPZlz_ikFu_pqFA0CI842Ka1NNJ-WWAzVtJBH5ScpU6SraneH7Nhc",
      "d": "pshG4Da3y78JPaUeKqOcDpSZYwPixsmOsAjOkO7ciVKmbw1flEOpAIaO1qpx4IInHAmGuDu2wigJeOoPBd0JQiGUOIjCagwXBZtJRApymejOahpLW_05ax9b107mStE0jk9C9lTu9AO_tENuD09rtTvSvw2MnYXq6SYUk_uYBvLpOrOwHrm5vzxGVS_JnbfUtb0hnI4B2cyQ0j0sZPRA-gPvQfjZKxL-YnMwEB1DlKajPARLbaglCUY35MD-voUVT8tc0KRehnhO2Rb8WdfkyIbpN29wXjL6SHUoG0AyYVSKlx6hXLOD-eyi-L2CIAjFaexqYWgQTXUQkur8K8AkIQ",
      "e": "AQAB",
      "use": "enc",
      "qi": "2__YBA0wmUhihL0kW8kaO_VvxakpB1QI9Dn2p3PPvcQqW_6_sX9m86duUizeMMGE28M6Un3FfbAmEXi8YwqJaGTsHEVnFRILcT_ZqSN-TOp7WqgLH0ZhHzJOYs3Mzeve07NSDRmpf946KeM2_oeEZ-zZRokzry6ly24WQWHv9Lo",
      "dp": "ptbjzapkAbhaODC4IU0YZ0alFvtVvBgjm6qTMC0R_fLAPzd53zwbYqQxjuWjjl6dYgc3QiRt-pK-JMKErFpuE8-VWoVEG8Y7gURugi-5JsNfE11PpUuoXDAbLHq3NE4o_LYazJ62cwbrGj2wjOTmQxDbWKwRoEZJiHtaxMTezVU",
      "alg": "RSA-OAEP",
      "dq": "Eq3l4I28MIBw17zv5lCfZMP8bQpmNyW8uZA1NCaMwqYEieM5C3Xooyk6g3fGfh7_2wW9M-YNMjn1bI7zGhPZafiBoIo6SmVx9plKBYHWFpZIKwA1zAxurninid3i52gLmYvtqV35rHKf1cdRVhe0bWFLNS0SK0Y2B98TlO6bglM",
      "n": "zD7nJYyoUYul5ikeeuPY0rY8iiNF_M5fTBhorIEH3Xo_udU_P0sNKlery4oYlTEKMKSR0CMgRQgI4gh-0qbPYBZ0uvewy_dbONwKe4L4CrF-Kt1V2R8ejzS_rsSnDVWV4MCm4RjrUfdBE40gtsKmdC6mVJ0wI0vLLzWffuGnHQxKzFdXcosEnZF3tYjF4CoeWRA5OuwCsJPHLqiHF-M64VuJotHvjSi1I7qhUSPb0fN5hqn5wJu8KaKqjvuwnStDwJm7Rh5lo5RUDr2Lpmh8n1iangAnRzT-nN5vUDwYTTO02RlrOV0bB0ooKPY6QPT6pwA2TsYukUZNKLJUhFUBcw"
    },
    {
      "kty": "EC",
      "d": "x3e7DEKytldoAenhMj19FKILh57M5tEW8iovTiXxNxg",
      "use": "enc",
      "crv": "P-256",
      "x": "Oko4zeRbOt2dzRmY4-t9GVSGM6xdTl0JGZI6F7Ljz5I",
      "y": "msMCPAyBzK8GAb_j02o9pah9nCqHZrYylnhnv_ojJL0",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "qT1-JWlExN2Ii8Gjn5UTKnJZm-0XF7qZErmnN6BvLcR3UYGlQn_WiV9f52IuoiTSmyaQ7N_khc6xPqMR4a_UPSTUxzHQgYORXMWyxaHilKSWzUDI1wn9EQrbJdenayfKnd4sIfwS-JuxziCXOiLUFEwdMY1L2YUKr45nVGeyKGe8-PT_xH0jWgSHlNOJnX02iVVucFPbAh40ZqTf7tlDeguyzwR22yW-yBLxht7-Ni3GY4p1I7zzytcSjgEaPjRrq6hb_uFg_t6nU8xHP5ecuDiOiwn0jgcxZaNc_eaIvtx3wqA6mum8EqW2tO-UMWI97w0xxiBN-Uq7FR86Kue3vQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "gTOC7SJaaZ_Nxqnh071ASQm0duSuxD7pl3YTBqZFgW_IZMUCJdrBoM5WvCave-UrB8xDuhKaYeH2nlnYyJjkgC-39KQm4ryZ0MJjFJzVtd9VwO7CWHAGMOltAB6mJPRVffH0Scy6HEPU4J3tjPCu8iN43DXa3PAJbsupZBIor1JvWepCwPnl21gTAlOb-MjeevHEbpgzWw9Cku8FAaJ_brSiWSUAbB9I7evZbGioPL6U1G39cvYfCJGTDdrrHttuQIEh1GZFr5Xtls4y55UE5vHiadHWtG4j_ZF4R_Xx_yrEL-vpoOaRsYE8HlKwy132htiM2I8gjmKUHoqqENMybw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "85aepFxQ2uNSTYVP1jvTI9J5elA9aphJ3oeOppE2--SCKpyLCUF-BWXQg3PfrkElRe85dNZVvkmERygXIg1YZYPp4wWmnJAKWeOQN6R2o4DnAnviKSLIL_T10UStxMIGotbVCo2dyvChYUcVYtKybu_LKU_3oCywYiDx65y-_WlMxLNOi6t5dMtCyJbhrGsO8bRb-mfhoB73dkjnCoaOsHyvvVpkelE5Q3jKLpGZobsXO_g18mmdPlC5l1kfGY74FLP52ESXSEiQwVLl0EdNoIE-I5VgC0kXDMisrtKDu7go1gFyxKq2cfJlI0OLufY3No_YPD2IKayhm90qkb40WQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "dFB9a01t93Xe2LIZnwu2CsHN2O_PutJ1PIZdJFJV-cg",
      "y": "fTAFjQQX6sEW1wurWsE_UwzkR57O1kfvBC974JXGTsg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "AdHrcLoB3ghNJqPq4wLvAwgb-KSKlqAYGU_hdj_vR88",
      "y": "ZRRCkSHFML6oYqVbgEfL-zf9SyMSY0CMjpaQRHb5D1g"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "uMBbCeqR2kXqBT-wYpykSFgtlrBj3k3yq8VWvFflK10",
      "y": "n-45jP71PEaWttLVOE6ZkTx_jrkOu1uQHSrAQdEA0Z0"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "JvnoR4vvbQLTWs0W4VOzwfFf3Z5PvSwnfvpHZhE2iXE",
      "y": "L5_0usMBeIJsDorGA5rlVqVxi1dhv13b5ET1wE1A7Rc"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "UZdP3lpMzlDrVfy7urRUkWbSCcSUH8F1G4eZVKODS-U",
      "y": "V-gnNHJvnNbj-SZITlhxoMcKCRyyywVa20qw9APm3c4"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "kP4ZGHatts6MPzvbZWG09SY19T6XHZA0iP_IVxW-YSA",
      "y": "7yNQiz7R5bKDUg8ZX2Rj56ltrX2B8r302xZCgIJ_aTo"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "nllLL6ZkyVmIGaJG03xB9n4fvlmUiqNBw1FL5Gc3SVQ"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "n0JzHgaSumXdlWgfEFoxEB8udFjPoSLC2lScFHJY34U"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "ICWelhHI1Q16i1LUp1U-r_pBxT9q9Xmer8wBqs3fB5A"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "zD7nJYyoUYul5ikeeuPY0rY8iiNF_M5fTBhorIEH3Xo_udU_P0sNKlery4oYlTEKMKSR0CMgRQgI4gh-0qbPYBZ0uvewy_dbONwKe4L4CrF-Kt1V2R8ejzS_rsSnDVWV4MCm4RjrUfdBE40gtsKmdC6mVJ0wI0vLLzWffuGnHQxKzFdXcosEnZF3tYjF4CoeWRA5OuwCsJPHLqiHF-M64VuJotHvjSi1I7qhUSPb0fN5hqn5wJu8KaKqjvuwnStDwJm7Rh5lo5RUDr2Lpmh8n1iangAnRzT-nN5vUDwYTTO02RlrOV0bB0ooKPY6QPT6pwA2TsYukUZNKLJUhFUBcw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "Oko4zeRbOt2dzRmY4-t9GVSGM6xdTl0JGZI6F7Ljz5I",
      "y": "msMCPAyBzK8GAb_j02o9pah9nCqHZrYylnhnv_ojJL0",
      "alg": "ECDH-ES"
    }
  ]
}
2020-08-10 19:40:39 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-08-10 19:40:39 SUCCESS
OIDCCLoadUserInfo
Added user information
user_info
{
  "sub": "user-subject-1234531",
  "name": "Demo T. User",
  "given_name": "Demo",
  "family_name": "User",
  "middle_name": "Theresa",
  "nickname": "Dee",
  "preferred_username": "d.tu",
  "gender": "female",
  "birthdate": "2000-02-03",
  "address": {
    "street_address": "100 Universal City Plaza",
    "locality": "Hollywood",
    "region": "CA",
    "postal_code": "91608",
    "country": "USA"
  },
  "zoneinfo": "America/Los_Angeles",
  "locale": "en-US",
  "phone_number": "+1 555 5550000",
  "phone_number_verified": false,
  "email": "user@example.com",
  "email_verified": false,
  "website": "https://openid.net/",
  "updated_at": "1580000000"
}
2020-08-10 19:40:39 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-08-10 19:40:39
oidcc-client-test-kid-absent-multiple-jwks
Setup Done
2020-08-10 19:41:16 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 7cjqj2od3D2UKpw
incoming_headers
{
  "host": "www.certification.openid.net",
  "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
.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-08-10 19:41:16 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 7cjqj2od3D2UKpw
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "authorization_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/token",
  "jwks_uri": "https://www.certification.openid.net/test/a/morph_oidc_client/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/a/morph_oidc_client/register",
  "scopes_supported": [
    "openid",
    "phone",
    "profile",
    "email",
    "address",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "id_token code",
    "token code id_token",
    "id_token",
    "token id_token",
    "token code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "claims_parameter_supported": true,
  "acr_values_supported": [
    "PASSWORD"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "claim_types_supported": [
    "normal",
    "aggregated",
    "distributed"
  ],
  "claims_supported": [
    "sub",
    "name",
    "given_name",
    "family_name",
    "middle_name",
    "nickname",
    "gender",
    "birthdate",
    "preferred_username",
    "profile",
    "website",
    "locale",
    "updated_at",
    "address",
    "zoneinfo",
    "phone_number",
    "phone_number_verified",
    "email",
    "email_verified"
  ],
  "id_token_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "none",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "request_object_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES256K",
    "ES384",
    "ES512",
    "EdDSA"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OAEP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "dir"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ]
}
outgoing_path
.well-known/openid-configuration
2020-08-10 19:41:16 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 7cjqj2od3D2UKpw
incoming_headers
{
  "host": "www.certification.openid.net",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "337",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
register
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
{"redirect_uris":["https://morph-oidc-client.strid.ninja/auth/cb","https://www.certification.openid.net/test/a/morph_oidc_client/callback"],"response_types":["code"],"grant_types":["authorization_code"],"contacts":["ulrik.strid@outlook.com"],"client_name":"form_post_morph_oidc_client","token_endpoint_auth_method":"client_secret_basic"}
Registration endpoint
2020-08-10 19:41:16 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-08-10 19:41:16 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ulrik.strid@outlook.com"
]
2020-08-10 19:41:16 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-08-10 19:41:16 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://morph-oidc-client.strid.ninja/auth/cb",
  "https://www.certification.openid.net/test/a/morph_oidc_client/callback"
]
2020-08-10 19:41:16 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-08-10 19:41:16 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-08-10 19:41:16 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-08-10 19:41:16 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-08-10 19:41:16 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-08-10 19:41:16 INFO
ValidateIdTokenSignedResponseAlg
Skipped evaluation due to missing required element: client id_token_signed_response_alg
path
id_token_signed_response_alg
mapped
object
client
2020-08-10 19:41:16 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-08-10 19:41:16 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-08-10 19:41:16 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-08-10 19:41:16 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2020-08-10 19:41:16 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-08-10 19:41:16 INFO
ValidateTokenEndpointAuthSigningAlg
Skipped evaluation due to missing required element: client token_endpoint_auth_signing_alg
path
token_endpoint_auth_signing_alg
mapped
object
client
2020-08-10 19:41:16 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-08-10 19:41:16 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-08-10 19:41:16 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-08-10 19:41:16 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-08-10 19:41:16 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-08-10 19:41:16 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-08-10 19:41:16 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_qYUEGsttIOHvsam23886\\~$-+"
}
2020-08-10 19:41:16
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_IMKoNLtttEOFnyMaVNMjozdHQDGYsqykRPKQfjqmDcqrmSUGXP1656091564$:;/+
2020-08-10 19:41:16 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-08-10 19:41:16 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_qYUEGsttIOHvsam23886\\~$-+",
  "client_secret": "secret_IMKoNLtttEOFnyMaVNMjozdHQDGYsqykRPKQfjqmDcqrmSUGXP1656091564$:;/+"
}
2020-08-10 19:41:16 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-08-10 19:41:16
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2020-08-10 19:41:16
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-08-10 19:41:16 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 7cjqj2od3D2UKpw
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "redirect_uris": [
    "https://morph-oidc-client.strid.ninja/auth/cb",
    "https://www.certification.openid.net/test/a/morph_oidc_client/callback"
  ],
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code"
  ],
  "contacts": [
    "ulrik.strid@outlook.com"
  ],
  "client_name": "form_post_morph_oidc_client",
  "token_endpoint_auth_method": "client_secret_basic",
  "client_id": "client_qYUEGsttIOHvsam23886\\~$-+",
  "client_secret": "secret_IMKoNLtttEOFnyMaVNMjozdHQDGYsqykRPKQfjqmDcqrmSUGXP1656091564$:;/+",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-08-10 19:41:16 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 7cjqj2od3D2UKpw
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko/20100101 Firefox/79.0",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,*/*;q\u003d0.8",
  "accept-language": "en-US,en;q\u003d0.5",
  "accept-encoding": "gzip, deflate, br",
  "referer": "https://morph-oidc-client.strid.ninja/",
  "dnt": "1",
  "cookie": "expected_tab\u003dmicrosoftonline; welcome_info_name\u003dUlrik%20Strid; JSESSIONID\u003dCB87DB255579AE321C16855066F1AF5F",
  "upgrade-insecure-requests": "1",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
incoming_path
authorize
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{
  "response_type": "code",
  "client_id": "client_qYUEGsttIOHvsam23886\\~$-+",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "7823dd79-e9f6-4c48-9494-7ec47b132a52",
  "nonce": "44ffef60-635e-434d-815b-23f24950f6c3"
}
incoming_body
Authorization endpoint
2020-08-10 19:41:16 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-08-10 19:41:16 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:41:16 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "client_qYUEGsttIOHvsam23886\\~$-+",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "7823dd79-e9f6-4c48-9494-7ec47b132a52",
  "nonce": "44ffef60-635e-434d-815b-23f24950f6c3"
}
2020-08-10 19:41:16 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email
2020-08-10 19:41:16 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
44ffef60-635e-434d-815b-23f24950f6c3
2020-08-10 19:41:16 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2020-08-10 19:41:16 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_qYUEGsttIOHvsam23886\~$-+
2020-08-10 19:41:16 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://morph-oidc-client.strid.ninja/auth/cb
expected
[
  "https://morph-oidc-client.strid.ninja/auth/cb",
  "https://www.certification.openid.net/test/a/morph_oidc_client/callback"
]
2020-08-10 19:41:16 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:41:16 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-08-10 19:41:16 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
CvmxSkCJ5t
2020-08-10 19:41:16 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
YR-B264ZhGnMvt5_Fd5vYQ
2020-08-10 19:41:16 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "7823dd79-e9f6-4c48-9494-7ec47b132a52"
}
2020-08-10 19:41:16 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "7823dd79-e9f6-4c48-9494-7ec47b132a52",
  "code": "CvmxSkCJ5t"
}
2020-08-10 19:41:16 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 7cjqj2od3D2UKpw
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://morph-oidc-client.strid.ninja/auth/cb, formParameters={"state":"7823dd79-e9f6-4c48-9494-7ec47b132a52","code":"CvmxSkCJ5t"}}]
outgoing_path
authorize
2020-08-10 19:41:16 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 7cjqj2od3D2UKpw
incoming_headers
{
  "host": "www.certification.openid.net",
  "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
jwks
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-08-10 19:41:16 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 7cjqj2od3D2UKpw
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "qT1-JWlExN2Ii8Gjn5UTKnJZm-0XF7qZErmnN6BvLcR3UYGlQn_WiV9f52IuoiTSmyaQ7N_khc6xPqMR4a_UPSTUxzHQgYORXMWyxaHilKSWzUDI1wn9EQrbJdenayfKnd4sIfwS-JuxziCXOiLUFEwdMY1L2YUKr45nVGeyKGe8-PT_xH0jWgSHlNOJnX02iVVucFPbAh40ZqTf7tlDeguyzwR22yW-yBLxht7-Ni3GY4p1I7zzytcSjgEaPjRrq6hb_uFg_t6nU8xHP5ecuDiOiwn0jgcxZaNc_eaIvtx3wqA6mum8EqW2tO-UMWI97w0xxiBN-Uq7FR86Kue3vQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "gTOC7SJaaZ_Nxqnh071ASQm0duSuxD7pl3YTBqZFgW_IZMUCJdrBoM5WvCave-UrB8xDuhKaYeH2nlnYyJjkgC-39KQm4ryZ0MJjFJzVtd9VwO7CWHAGMOltAB6mJPRVffH0Scy6HEPU4J3tjPCu8iN43DXa3PAJbsupZBIor1JvWepCwPnl21gTAlOb-MjeevHEbpgzWw9Cku8FAaJ_brSiWSUAbB9I7evZbGioPL6U1G39cvYfCJGTDdrrHttuQIEh1GZFr5Xtls4y55UE5vHiadHWtG4j_ZF4R_Xx_yrEL-vpoOaRsYE8HlKwy132htiM2I8gjmKUHoqqENMybw"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "n": "85aepFxQ2uNSTYVP1jvTI9J5elA9aphJ3oeOppE2--SCKpyLCUF-BWXQg3PfrkElRe85dNZVvkmERygXIg1YZYPp4wWmnJAKWeOQN6R2o4DnAnviKSLIL_T10UStxMIGotbVCo2dyvChYUcVYtKybu_LKU_3oCywYiDx65y-_WlMxLNOi6t5dMtCyJbhrGsO8bRb-mfhoB73dkjnCoaOsHyvvVpkelE5Q3jKLpGZobsXO_g18mmdPlC5l1kfGY74FLP52ESXSEiQwVLl0EdNoIE-I5VgC0kXDMisrtKDu7go1gFyxKq2cfJlI0OLufY3No_YPD2IKayhm90qkb40WQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "dFB9a01t93Xe2LIZnwu2CsHN2O_PutJ1PIZdJFJV-cg",
      "y": "fTAFjQQX6sEW1wurWsE_UwzkR57O1kfvBC974JXGTsg"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "AdHrcLoB3ghNJqPq4wLvAwgb-KSKlqAYGU_hdj_vR88",
      "y": "ZRRCkSHFML6oYqVbgEfL-zf9SyMSY0CMjpaQRHb5D1g"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "x": "uMBbCeqR2kXqBT-wYpykSFgtlrBj3k3yq8VWvFflK10",
      "y": "n-45jP71PEaWttLVOE6ZkTx_jrkOu1uQHSrAQdEA0Z0"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "JvnoR4vvbQLTWs0W4VOzwfFf3Z5PvSwnfvpHZhE2iXE",
      "y": "L5_0usMBeIJsDorGA5rlVqVxi1dhv13b5ET1wE1A7Rc"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "UZdP3lpMzlDrVfy7urRUkWbSCcSUH8F1G4eZVKODS-U",
      "y": "V-gnNHJvnNbj-SZITlhxoMcKCRyyywVa20qw9APm3c4"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "x": "kP4ZGHatts6MPzvbZWG09SY19T6XHZA0iP_IVxW-YSA",
      "y": "7yNQiz7R5bKDUg8ZX2Rj56ltrX2B8r302xZCgIJ_aTo"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "nllLL6ZkyVmIGaJG03xB9n4fvlmUiqNBw1FL5Gc3SVQ"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "n0JzHgaSumXdlWgfEFoxEB8udFjPoSLC2lScFHJY34U"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "x": "ICWelhHI1Q16i1LUp1U-r_pBxT9q9Xmer8wBqs3fB5A"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "alg": "RSA-OAEP",
      "n": "zD7nJYyoUYul5ikeeuPY0rY8iiNF_M5fTBhorIEH3Xo_udU_P0sNKlery4oYlTEKMKSR0CMgRQgI4gh-0qbPYBZ0uvewy_dbONwKe4L4CrF-Kt1V2R8ejzS_rsSnDVWV4MCm4RjrUfdBE40gtsKmdC6mVJ0wI0vLLzWffuGnHQxKzFdXcosEnZF3tYjF4CoeWRA5OuwCsJPHLqiHF-M64VuJotHvjSi1I7qhUSPb0fN5hqn5wJu8KaKqjvuwnStDwJm7Rh5lo5RUDr2Lpmh8n1iangAnRzT-nN5vUDwYTTO02RlrOV0bB0ooKPY6QPT6pwA2TsYukUZNKLJUhFUBcw"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "x": "Oko4zeRbOt2dzRmY4-t9GVSGM6xdTl0JGZI6F7Ljz5I",
      "y": "msMCPAyBzK8GAb_j02o9pah9nCqHZrYylnhnv_ojJL0",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-08-10 19:41:16 INCOMING
oidcc-client-test-kid-absent-multiple-jwks
Incoming HTTP request to test instance 7cjqj2od3D2UKpw
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic Y2xpZW50X3FZVUVHc3R0SU9IdnNhbTIzODg2JTVDfiUyNC0lMkI6c2VjcmV0X0lNS29OTHR0dEVPRm55TWFWTk1qb3pkSFFER1lzcXlrUlBLUWZqcW1EY3FybVNVR1hQMTY1NjA5MTU2NCUyNCUzQSUzQiUyRiUyQg\u003d\u003d",
  "content-type": "application/x-www-form-urlencoded",
  "accept": "application/json",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "255",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
token
incoming_body_form_params
{
  "grant_type": "authorization_code",
  "scope": "openid",
  "code": "CvmxSkCJ5t",
  "client_id": "client_qYUEGsttIOHvsam23886\\~$-+",
  "client_secret": "secret_IMKoNLtttEOFnyMaVNMjozdHQDGYsqykRPKQfjqmDcqrmSUGXP1656091564$:;/+",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
grant_type=authorization_code&scope=openid&code=CvmxSkCJ5t&client_id=client_qYUEGsttIOHvsam23886%5C%7E%24-%2B&client_secret=secret_IMKoNLtttEOFnyMaVNMjozdHQDGYsqykRPKQfjqmDcqrmSUGXP1656091564%24%3A%3B%2F%2B&redirect_uri=https%3A%2F%2Fmorph-oidc-client.strid.ninja%2Fauth%2Fcb
Token endpoint
2020-08-10 19:41:16 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_qYUEGsttIOHvsam23886\~$-+
client_secret
secret_IMKoNLtttEOFnyMaVNMjozdHQDGYsqykRPKQfjqmDcqrmSUGXP1656091564$:;/+
method
client_secret_basic
2020-08-10 19:41:16 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-08-10 19:41:16 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
CvmxSkCJ5t
2020-08-10 19:41:16 SUCCESS
ValidateRedirectUriForTokenEndpointRequest
redirect_uri is the same as the one used in the authorization request
actual
https://morph-oidc-client.strid.ninja/auth/cb
2020-08-10 19:41:16 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
vbeB2Aj00R5OZl17qzQtcZbIpkdHBXTyDif4Zwpu5PnpQAPTos
2020-08-10 19:41:16 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
sOaqUmqTD0of7E1gxBg9eg
2020-08-10 19:41:16 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/morph_oidc_client/
sub
user-subject-1234531
aud
client_qYUEGsttIOHvsam23886\~$-+
nonce
44ffef60-635e-434d-815b-23f24950f6c3
iat
1597088476
exp
1597088776
2020-08-10 19:41:16 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
sOaqUmqTD0of7E1gxBg9eg
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "sub": "user-subject-1234531",
  "aud": "client_qYUEGsttIOHvsam23886\\~$-+",
  "nonce": "44ffef60-635e-434d-815b-23f24950f6c3",
  "iat": 1597088476,
  "exp": 1597088776,
  "at_hash": "sOaqUmqTD0of7E1gxBg9eg"
}
2020-08-10 19:41:16 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoic09hcVVtcVREMG9mN0UxZ3hCZzllZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3FZVUVHc3R0SU9IdnNhbTIzODg2XFx-JC0rIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL21vcnBoX29pZGNfY2xpZW50XC8iLCJleHAiOjE1OTcwODg3NzYsIm5vbmNlIjoiNDRmZmVmNjAtNjM1ZS00MzRkLTgxNWItMjNmMjQ5NTBmNmMzIiwiaWF0IjoxNTk3MDg4NDc2fQ.HENYdkfLUtZTY77QfbVG-rKh2UciHJsVN9mc7bYPovB_r0CC1aNkIHViHa-jvplHCN3lyHrkal16RZzBQXexQ2GJPxmh65TAbwCA1yC94wQbsw9IArJfRD9_UeI433lHyUPTVnlvZ-MFO0yH6dOfEd9vwiHqZVft_PNIQBhEp4-jDa2Ekftl3K500jPQzHJ1YTQ8n93aiHoYt3Sp4U35-VJK0A6Esboemm7OsTF-RHudDdrKGfSDa0iKWwvioEuqxElmhp48aZB9cxofF2eDTeOPbGOzuGoyGhgFkde1hUuKTvqAi07_0v96qQ1Ghv1776GZDtXU_31_O8gXbP7POg
key
{"p":"5-eLUKZ8yGG4zWlctynAHMo2D9TmR3ykkpIeYRlCXaP_NjJmpcv97rb9VVz79BjQrpaWwVQXG8oUF3jiJfW_wePIe6UufJBGl0NyGsbxalnav7qoSv0bWw4uI9XzZijUTgy-miq-5rZL--j_0wuBShRgnrOvf1SjIkOk8yd-hIk","kty":"RSA","q":"jqAmkJBApcIEnvrZkNmylUCI19vWn6bUW2WW0Q-PJuELJt2U7D19fOp-Zw9DId0_d7X1ivw8m6LZ0YiRkM5s1MchK59VzHmhEC4NHLPXSOilvy67OkviKd9_Iw_KXxlw-6vFE2hyqDI1mlp54SqFJLVFISzjRuasPWlgFOZysTc","d":"HHQctF6pbLON3N-S5U-7dZpWjQyF1KBKT1nojMFXc08L4e1lMLMBi4mFnoAii3WHyXrZu4PXThE2f98nl93cDML1j0ILckm40jnNGkAD7L7XotqyIEnjgygVIj6dtmu83DTJ6OrWXd0uZ51AMJbc4GShfFW78oZGfYkKsAgzv5Bki99w08HHV78OTKoG0HP-62K4LHO8UE2iKmFMpwU3DPi7s4YVUlHmLaxPJrcBCOHnY7N3kDoV-TfM_lhINmRlBAPNMRzCyDYeKp8_TdGddUqncCRbd_7geN53ZbsbVypukxd4ikg_6cYrX4wD7FvPgAJNE5wWxE7pcMrOSDY-sQ","e":"AQAB","use":"sig","qi":"IWdZzALTtK0ZipI9_F-wyGk0YStJEdeirc9Xpv3UR4gVolpCaUnfxBJf3LAzLaKO7GHdaRu_V3hvpUfJchJ5Gg3djv80G9yd8ROXLZMefb3bGA1rrrfp1xKqIA4d-ok7V_FV8BGGS_C9FGXoF6G1qdbyN8eP3WupghjFkrUTdo4","dp":"OwMT04kaNc-QPE00d7ObHHhke3DczJIuOtIOAv1vgu6pkfwPXN9lFerg2mkYAEyURekyIa4pVzv8EuEDA0_e5RL2wGgPRUldfT5_ecroQfztil6QVszDuk8IdLwL_RIkvFvH4OlBvOnkugzXlLfXxacb0ya8YPWDscNu5SVGr6k","dq":"Bhq6q9NQwQd11SwdZcK7jwHNGZgSLpEgY60McHQ_B0X4iThQqG_VUCRlNpoDoI5sqf4CvWkgWvT0Z7B1soHzTIQdWlWegXrvNtcRvpm_7CHw_ibM4qjezDYBpgmF-t4G5O6sJ7F_vs0vWCTpNIbyXejYRZw7OgyjcJlzAFIAtK8","n":"gTOC7SJaaZ_Nxqnh071ASQm0duSuxD7pl3YTBqZFgW_IZMUCJdrBoM5WvCave-UrB8xDuhKaYeH2nlnYyJjkgC-39KQm4ryZ0MJjFJzVtd9VwO7CWHAGMOltAB6mJPRVffH0Scy6HEPU4J3tjPCu8iN43DXa3PAJbsupZBIor1JvWepCwPnl21gTAlOb-MjeevHEbpgzWw9Cku8FAaJ_brSiWSUAbB9I7evZbGioPL6U1G39cvYfCJGTDdrrHttuQIEh1GZFr5Xtls4y55UE5vHiadHWtG4j_ZF4R_Xx_yrEL-vpoOaRsYE8HlKwy132htiM2I8gjmKUHoqqENMybw"}
algorithm
RS256
2020-08-10 19:41:16 INFO
EncryptIdToken
Skipped evaluation due to missing required element: client id_token_encrypted_response_alg
path
id_token_encrypted_response_alg
mapped
object
client
2020-08-10 19:41:16 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
vbeB2Aj00R5OZl17qzQtcZbIpkdHBXTyDif4Zwpu5PnpQAPTos
token_type
Bearer
id_token
eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoic09hcVVtcVREMG9mN0UxZ3hCZzllZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3FZVUVHc3R0SU9IdnNhbTIzODg2XFx-JC0rIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL21vcnBoX29pZGNfY2xpZW50XC8iLCJleHAiOjE1OTcwODg3NzYsIm5vbmNlIjoiNDRmZmVmNjAtNjM1ZS00MzRkLTgxNWItMjNmMjQ5NTBmNmMzIiwiaWF0IjoxNTk3MDg4NDc2fQ.HENYdkfLUtZTY77QfbVG-rKh2UciHJsVN9mc7bYPovB_r0CC1aNkIHViHa-jvplHCN3lyHrkal16RZzBQXexQ2GJPxmh65TAbwCA1yC94wQbsw9IArJfRD9_UeI433lHyUPTVnlvZ-MFO0yH6dOfEd9vwiHqZVft_PNIQBhEp4-jDa2Ekftl3K500jPQzHJ1YTQ8n93aiHoYt3Sp4U35-VJK0A6Esboemm7OsTF-RHudDdrKGfSDa0iKWwvioEuqxElmhp48aZB9cxofF2eDTeOPbGOzuGoyGhgFkde1hUuKTvqAi07_0v96qQ1Ghv1776GZDtXU_31_O8gXbP7POg
scope
openid profile email
2020-08-10 19:41:16 OUTGOING
oidcc-client-test-kid-absent-multiple-jwks
Response to HTTP request to test instance 7cjqj2od3D2UKpw
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "vbeB2Aj00R5OZl17qzQtcZbIpkdHBXTyDif4Zwpu5PnpQAPTos",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoic09hcVVtcVREMG9mN0UxZ3hCZzllZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X3FZVUVHc3R0SU9IdnNhbTIzODg2XFx-JC0rIiwiaXNzIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL21vcnBoX29pZGNfY2xpZW50XC8iLCJleHAiOjE1OTcwODg3NzYsIm5vbmNlIjoiNDRmZmVmNjAtNjM1ZS00MzRkLTgxNWItMjNmMjQ5NTBmNmMzIiwiaWF0IjoxNTk3MDg4NDc2fQ.HENYdkfLUtZTY77QfbVG-rKh2UciHJsVN9mc7bYPovB_r0CC1aNkIHViHa-jvplHCN3lyHrkal16RZzBQXexQ2GJPxmh65TAbwCA1yC94wQbsw9IArJfRD9_UeI433lHyUPTVnlvZ-MFO0yH6dOfEd9vwiHqZVft_PNIQBhEp4-jDa2Ekftl3K500jPQzHJ1YTQ8n93aiHoYt3Sp4U35-VJK0A6Esboemm7OsTF-RHudDdrKGfSDa0iKWwvioEuqxElmhp48aZB9cxofF2eDTeOPbGOzuGoyGhgFkde1hUuKTvqAi07_0v96qQ1Ghv1776GZDtXU_31_O8gXbP7POg",
  "scope": "openid profile email"
}
outgoing_path
token
2020-08-10 19:41:21 FINISHED
oidcc-client-test-kid-absent-multiple-jwks
Test has run to completion
testmodule_result
PASSED
2020-08-10 19:41:33
TEST-RUNNER
Alias has now been claimed by another test
alias
morph_oidc_client
new_test_id
IokwKFHQjg6XVSd
Test Results