Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-08-10 19:43:33 INFO
TEST-RUNNER
Test instance my7va9wz3qK0YDN 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-invalid-sig-rs256
2020-08-10 19:43:33 SUCCESS
OIDCCGenerateServerConfigurationIdTokenSigningAlgRS256Only
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": [
    "RS256"
  ],
  "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:43:33
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": [
    "RS256"
  ],
  "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:43:34
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "7PawT-UF0Hky3USBksKvkqdCAKIzFWWwP7G7JkH_TUPnsDkgzWDo9DERQvSgO6Jj5dWspW3iSSiofAbL-9VtVntCQADA9-mnEk6x3WzL1CO1TbtvdqyOyRfdXu0stVsMu_nTfzE1G1fWUEwpeF5hW4yxb3r4tjfsoFGgF2vY0FE",
      "kty": "RSA",
      "q": "r_-pJVfH5D8Pko1fgLCOFlhW_aJYHsk_-uLvw-bJ18kNBVRdid_dTaKI65BFM5RtvU38qvmiGzhGHbuar6qIXN1i-O0gZ_pnwkVazuFlJxkdkuZ6phnTDxTQBcmdVgpyo-VmcyQ4gRDTLWUZpMCnv6D3FdveJwgG4Hj8p2VgrhU",
      "d": "CkTQLT8D24XDDr5B_KHEgScRVAVnkDoZErfXaURK8ddvt51D9MG35NNqJ67QiVSbSYutrVrCiFofS6aGdmUO9T9u3YbfvawQWsX-2o2L0gF0BWLdBJA1VYaLCTvimeOmfl2C5zUbUsLLpG0xMvdUEES5hPRyfamIcTFrlHhxCgjVXNPRh3GpHCJihfKIWHP2TYh6ItX1Iat-Nybmg3wBA3SMcZExKgOQhF5sdhNaqAJvPs6LOo67P5cxSANLJG99-XJ07SbzIT41VHhdozG5TihVLMxpQJ_VReOf-sx18t0fBjCJeNhCcyBCDxYQimnUggy5UXaN5NNhAI3aKgu6wQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "03422361-81fd-42d0-95fc-166d470b981f",
      "qi": "QCHmEQVDqf3Cb8qU4O-aTDMIyOhuEBoTLOAzq42EdoO2IxUqWAHu4Ozk35JmxnhgJF53ggc9DIdv2xZdGGvNMpOUnqi5xqTCAKbzh15BTxh9qwKp6484r0nkMDxeuSNT3s4SBk47KSfARCKzEpTBqzaPTEQnWVlCvPsjp5dq3so",
      "dp": "zop6xTinJ73sIsbKdcQxyo70zZ6TDgxzYiElMcSGpa8RbB1vRPQ6OFXoaMbWPwRdNIBZGlw7x26j5G78L0YpJh8LcMP3bl7_G8rx50EkLITvS5CbKAJh9k9RyaLKvExfPh0URqH6WxnlmFm6L8t76pMoOTYjQJhgLKDY_HEpKvE",
      "dq": "LsBqLSpJRh9eQp7dTLEZvWPQD-YNJHhvT3TzHgXzfifBFrZXdqWKAvJ3DqQvTclS8WODB-PyJOro7UMFjz5spMaGYPuUjSpeX6POwH_tP9qTGY-x6ueXQj1UGQV6jv2NgG4SrelkPRy8DCX8DuDCbswSdrMGKzYdpYleDBWI_hU",
      "n": "oulI0ahxMP68DLk2hvTakJzQqPoWSVofp8-MD1mvMubALG6HWEmpRmrl2sD9WCGAmSB8gC6YRLQwMu25yFIh-pIiJKuc4Y92mfTSfFZo80BD2QNu9B2dkwxd7vQHi-IHr3BOn4M5cDxiXGNA5JRrzbqUdh0Xflv4fA5s0DjbxtyUU8_n1lDuhockDPDFzN6FNc7jFQSp91Pex8zqbllBxXoQOQFUakcga5y2Q_CSj1F_hXAOOeeIZ0fEp9nx0czTUbs-uu7W8rQz_i-hjqm7Fz9I0B5rK3YaN8OCPPuLE2QZvZx1bMY_Oqlwww4q-GOUA2im8FUO6WU1TqmOScAkpQ"
    },
    {
      "kty": "EC",
      "d": "6P2L3n68ugTkT6wBYM4FoVZhVkV4skrBlrobtSfsvw4",
      "use": "sig",
      "crv": "P-256",
      "kid": "04effdfe-d98e-4e54-8f85-6d994c61f119",
      "x": "RT7qSwSWnKl0wlbyFIOqBoWQ6cZ65Ge_jR_9H5KZYGI",
      "y": "CAMmhuYAWTi-OwRTvGU9nfNdyTBmEF-1xuJ_9zjrXLI"
    },
    {
      "kty": "EC",
      "d": "UdtrTUfk_qp6po7DXQ62SjLiraRJgdx_r7M4ZqLn6BM",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "dd46f4ae-a4ac-4deb-8ffe-bfd6eb38d6b6",
      "x": "YTRGjK8qob9OfaKXof5yvj4u1aw1OpUdXO-9b5V05yE",
      "y": "qb30rS9rQD7wYGggEV0bEdj1S0EDvsTnb0dz38doNh8"
    },
    {
      "kty": "OKP",
      "d": "tdzxosPO8M95_nJq6wvd5RHQQuu5fP0n6bZ5ifdQHnY",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "9680e5ed-99f1-48d2-b4a8-a0425c758629",
      "x": "rkan9PIbXh8YLC_6kXhw5020BHSvNX2nPVybx7mw7iI"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "1sG6qW-o4FDfFxTs5Z2Q4rtKPAdEQEGcvVQfDjfXusNjqhjkz5Y0lkgqhApiOoKlJPQ7NK5o7c0UDpjFyaLJ_r46Hx6qa67Y7UR66ViwWh8Y40xyKPvwEBwQch5k6WSWFrU-EHfTs26nIMaGlrIqK0XcLogrdxMzeCDZslwi4wc",
      "kty": "RSA",
      "q": "oR7w4oghcd5VAs5a68akWwNgzGLg4r8r4xXZKMndtn93UP-5CG7g8Bcb-7bJ4Rl_F9j7WV0gXaMiEejtS79BVM0p0R3h0jacKpV1zPwUO97eiVrhWThxLQRZnd3f5Km38AGa7O238DqCnjdUnhERIhaCYfRdk1Wr9vQB4mCfpb8",
      "d": "RyT4jHy3PcMies1KY0ypv70bitvG69kLWf833esO6pvKxkYLh96XdOlJQ-UMRdGBlaj1OsEHll-9qJuLI8TkE2_ztqlPUtAK2cfJz5vq4mjI8ZCZbVmCca3Jb4cFwEmszP3RRd24Rh5qPMHCNpVNm2ntID5yUHBGYaOqS_LaNWn2yESEv61_Xj0RXgj7n1yAMOvVv3V2moD56nLq0SE8QVcFi-YDR0frcUN0SavVaUqyN7V3jcHPiEnHJIQcpCBR4a6Kus5azZGcpt1owkPmM1kzPJE9U5lBjteFRgd6pro0gqebBARrjsJLIo3LH5aBAfI6W5CNslfksqDgfGkPAQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "9e8a36ea-66c9-47a0-861c-df3466256de7",
      "qi": "yZTeLRxPlc-skfIRNf2NcLtZRi0JQKDZAYsdwWKGtx0P_pP_cWodB4EMs39jhBvAFHAsPt-eGvG-RfWjwNez8OmvkfhhkQTk8SxI9saFXyqj5GreGNhewj9W4HBqfXHP_qTkVa2c0RGke4kPjKwXJozSZrqre-PTxNYi_pl5ugA",
      "dp": "xVILaFMoH7Mux856PB-iWDEt7CnhFAk1MuBwCGhW10tf75If6nxgpRR5vAiuaIRRqLqfC7CUyKp9m0vTr4jbgCzYym8qtvZYaulY5b6Pir6352D-I5oY4TRoB_LVVX0OSp8M_6SZ52vsM7k1QJFDHa96t2Z2SVpjGCVW4QK3K1E",
      "alg": "RSA-OAEP",
      "dq": "A1EEulT9A0AFVfJzcqj7FxiBtJNQd7php-H6P1mwY6JKDXPGFkNaA_clz0-a5jRFJnOD8Pn2wZarC91UjRuZt6olczV_QXl4S3QaIacKr5TN1dv2CYUc50VQpuw7QJSxwZH242udPqelqqYO6tYFGUOHWYbTKkY4LPQm2ccNYjc",
      "n": "hynLLBdM5sklB_QqKBEx9lB4OO4VbfOV_TqNRwb7aUgdOZgeBnyrml2NZYJB3Jl3B3ClEu0E7FgD3JDFGcQ2zNqIH4_0koS7cS1ifTFatCdElr_2fFdFbR9PiOil0CTn8hFSq1UAvazEW4SBIWvYdyaI3LOrkZet90m01fII2RcrTtMQgtmDMROuv9rE3fmhlayB2V4OstQtUo37quG2YtICATExLB0Gjx5oGrOzRuNffbckoRjysmr2GrfXdnHXmLE14ve93bZ5os0052KSIKI4GGX8ioOXqlZDf-zxi5we6eBVljlZtdolYU573hQfeMWaFoBSn8V7giNw27PlOQ"
    },
    {
      "kty": "EC",
      "d": "8OTikODctczG2i_AgzKGbQF8sRyvboQVufXL9d42GHM",
      "use": "enc",
      "crv": "P-256",
      "kid": "8092ae09-00fc-458c-9e36-03941c3bab2e",
      "x": "P3nJ2h8ll0gP448DJ7nC_RasY3TlqyPknZb2TzRWyCc",
      "y": "IWMYpNGSA25sOrQ0v8H2xh9BKhIjF7YoX5cvraVv1bI",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "03422361-81fd-42d0-95fc-166d470b981f",
      "n": "oulI0ahxMP68DLk2hvTakJzQqPoWSVofp8-MD1mvMubALG6HWEmpRmrl2sD9WCGAmSB8gC6YRLQwMu25yFIh-pIiJKuc4Y92mfTSfFZo80BD2QNu9B2dkwxd7vQHi-IHr3BOn4M5cDxiXGNA5JRrzbqUdh0Xflv4fA5s0DjbxtyUU8_n1lDuhockDPDFzN6FNc7jFQSp91Pex8zqbllBxXoQOQFUakcga5y2Q_CSj1F_hXAOOeeIZ0fEp9nx0czTUbs-uu7W8rQz_i-hjqm7Fz9I0B5rK3YaN8OCPPuLE2QZvZx1bMY_Oqlwww4q-GOUA2im8FUO6WU1TqmOScAkpQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "1ec8e3f8-e987-421d-aa89-1fb94bd7a507",
      "n": "k1GcV78sg_tTlTYxLiCkxHgvKBxRfk7DA5XyZHybqRFxa48bMx9Dr_wNzLFRQJ7TbNYUMClGCXUKkVLbjcg3QMpvRcfHlC3DTfcayeFL6fKLpUoa8Zh4N48B7bVr6eJ7bzePEoYdXpY3HI2cujoXsVY7glNhYQaH7V9R6dnAM8DWrH7wgUBgTrQWQySV0vvTRMbMlFslj35KwYb7sGsGRnuZO0tkTjWg2OO6a2G2qK3jevTA__Ws732MoyW9X_DGHKCIwqlhZhmTWKoRVQzMvwZH4zC6Iu3z94quZjAwNg2I55oxOQRzlZGa_hsPUyQ7GByFyjTPFiBxMF2umbJxbQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "04effdfe-d98e-4e54-8f85-6d994c61f119",
      "x": "RT7qSwSWnKl0wlbyFIOqBoWQ6cZ65Ge_jR_9H5KZYGI",
      "y": "CAMmhuYAWTi-OwRTvGU9nfNdyTBmEF-1xuJ_9zjrXLI"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "4728285f-504d-4874-ad35-d1900024f79f",
      "x": "qY3Jda-LsLceMgGDvn75AmX9xJ1WRQr2miR76jKQcz4",
      "y": "0WmA9aO1o6xKKmd_F_fBQGDy4rNiEW1bqNu1gigXUyE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "dd46f4ae-a4ac-4deb-8ffe-bfd6eb38d6b6",
      "x": "YTRGjK8qob9OfaKXof5yvj4u1aw1OpUdXO-9b5V05yE",
      "y": "qb30rS9rQD7wYGggEV0bEdj1S0EDvsTnb0dz38doNh8"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "9680e5ed-99f1-48d2-b4a8-a0425c758629",
      "x": "rkan9PIbXh8YLC_6kXhw5020BHSvNX2nPVybx7mw7iI"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "9e8a36ea-66c9-47a0-861c-df3466256de7",
      "alg": "RSA-OAEP",
      "n": "hynLLBdM5sklB_QqKBEx9lB4OO4VbfOV_TqNRwb7aUgdOZgeBnyrml2NZYJB3Jl3B3ClEu0E7FgD3JDFGcQ2zNqIH4_0koS7cS1ifTFatCdElr_2fFdFbR9PiOil0CTn8hFSq1UAvazEW4SBIWvYdyaI3LOrkZet90m01fII2RcrTtMQgtmDMROuv9rE3fmhlayB2V4OstQtUo37quG2YtICATExLB0Gjx5oGrOzRuNffbckoRjysmr2GrfXdnHXmLE14ve93bZ5os0052KSIKI4GGX8ioOXqlZDf-zxi5we6eBVljlZtdolYU573hQfeMWaFoBSn8V7giNw27PlOQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "8092ae09-00fc-458c-9e36-03941c3bab2e",
      "x": "P3nJ2h8ll0gP448DJ7nC_RasY3TlqyPknZb2TzRWyCc",
      "y": "IWMYpNGSA25sOrQ0v8H2xh9BKhIjF7YoX5cvraVv1bI",
      "alg": "ECDH-ES"
    }
  ]
}
2020-08-10 19:43:34 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-08-10 19:43:34 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-08-10 19:43:34 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:43:34 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-08-10 19:43:34
oidcc-client-test-invalid-sig-rs256
Setup Done
2020-08-10 19:44:05 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance my7va9wz3qK0YDN
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:44:05 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance my7va9wz3qK0YDN
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": [
    "RS256"
  ],
  "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:44:05 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance my7va9wz3qK0YDN
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:44:05 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:44:05 SUCCESS
EnsureRegistrationRequestContainsAtLeastOneContact
Registration request contains valid contacts
contacts
[
  "ulrik.strid@outlook.com"
]
2020-08-10 19:44:05 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code"
]
response_types
[
  "code"
]
2020-08-10 19:44:05 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:44:05 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-08-10 19:44:05 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-08-10 19:44:05 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-08-10 19:44:05 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-08-10 19:44:05 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-08-10 19:44:05 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:44:05 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-08-10 19:44:05 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:44:05 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-08-10 19:44:05 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:44:05 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-08-10 19:44:05 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:44:05 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-08-10 19:44:05 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-08-10 19:44:05 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-08-10 19:44:05 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-08-10 19:44:05 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-08-10 19:44:05 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-08-10 19:44:05 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_GGmhHjnaUNnQPBt12896~`+~;"
}
2020-08-10 19:44:05
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117)}^{[
2020-08-10 19:44:05 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-08-10 19:44:05
SetClientIdTokenSignedResponseAlgToRS256
Set id_token_signed_response_alg to RS256 for the 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_GGmhHjnaUNnQPBt12896~`+~;",
  "client_secret": "secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117)}^{[",
  "id_token_signed_response_alg": "RS256"
}
2020-08-10 19:44:05 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_GGmhHjnaUNnQPBt12896~`+~;",
  "client_secret": "secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117)}^{[",
  "id_token_signed_response_alg": "RS256"
}
2020-08-10 19:44:05 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-08-10 19:44:05
SetServerSigningAlgToRS256
Successfully set signing algorithm to RS256
2020-08-10 19:44:05
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-08-10 19:44:05 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance my7va9wz3qK0YDN
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_GGmhHjnaUNnQPBt12896~`+~;",
  "client_secret": "secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117)}^{[",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-08-10 19:44:05 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance my7va9wz3qK0YDN
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_GGmhHjnaUNnQPBt12896~`+~;",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "e819f621-3a58-4fde-8eea-197f6c763aa9",
  "nonce": "95026c3d-8c47-4fb9-9321-f6990704f9ad"
}
incoming_body
Authorization endpoint
2020-08-10 19:44:05 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-08-10 19:44:05 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:44:05 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "response_type": "code",
  "client_id": "client_GGmhHjnaUNnQPBt12896~`+~;",
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "scope": "openid profile email",
  "state": "e819f621-3a58-4fde-8eea-197f6c763aa9",
  "nonce": "95026c3d-8c47-4fb9-9321-f6990704f9ad"
}
2020-08-10 19:44:05 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid profile email
2020-08-10 19:44:05 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
95026c3d-8c47-4fb9-9321-f6990704f9ad
2020-08-10 19:44:05 SUCCESS
EnsureResponseTypeIsCode
Response type is expected value
expected
code
2020-08-10 19:44:05 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_GGmhHjnaUNnQPBt12896~`+~;
2020-08-10 19:44:05 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:44:05 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid",
  "profile",
  "email"
]
expected
openid
2020-08-10 19:44:05 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-08-10 19:44:05 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
Pai22aa24Z
2020-08-10 19:44:05 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
h7NqVKC_05NZPTrzHhIS3Q
2020-08-10 19:44:05 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "e819f621-3a58-4fde-8eea-197f6c763aa9"
}
2020-08-10 19:44:05 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://morph-oidc-client.strid.ninja/auth/cb",
  "state": "e819f621-3a58-4fde-8eea-197f6c763aa9",
  "code": "Pai22aa24Z"
}
2020-08-10 19:44:05 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance my7va9wz3qK0YDN
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://morph-oidc-client.strid.ninja/auth/cb, formParameters={"state":"e819f621-3a58-4fde-8eea-197f6c763aa9","code":"Pai22aa24Z"}}]
outgoing_path
authorize
2020-08-10 19:44:06 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance my7va9wz3qK0YDN
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:44:06 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance my7va9wz3qK0YDN
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "03422361-81fd-42d0-95fc-166d470b981f",
      "n": "oulI0ahxMP68DLk2hvTakJzQqPoWSVofp8-MD1mvMubALG6HWEmpRmrl2sD9WCGAmSB8gC6YRLQwMu25yFIh-pIiJKuc4Y92mfTSfFZo80BD2QNu9B2dkwxd7vQHi-IHr3BOn4M5cDxiXGNA5JRrzbqUdh0Xflv4fA5s0DjbxtyUU8_n1lDuhockDPDFzN6FNc7jFQSp91Pex8zqbllBxXoQOQFUakcga5y2Q_CSj1F_hXAOOeeIZ0fEp9nx0czTUbs-uu7W8rQz_i-hjqm7Fz9I0B5rK3YaN8OCPPuLE2QZvZx1bMY_Oqlwww4q-GOUA2im8FUO6WU1TqmOScAkpQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "1ec8e3f8-e987-421d-aa89-1fb94bd7a507",
      "n": "k1GcV78sg_tTlTYxLiCkxHgvKBxRfk7DA5XyZHybqRFxa48bMx9Dr_wNzLFRQJ7TbNYUMClGCXUKkVLbjcg3QMpvRcfHlC3DTfcayeFL6fKLpUoa8Zh4N48B7bVr6eJ7bzePEoYdXpY3HI2cujoXsVY7glNhYQaH7V9R6dnAM8DWrH7wgUBgTrQWQySV0vvTRMbMlFslj35KwYb7sGsGRnuZO0tkTjWg2OO6a2G2qK3jevTA__Ws732MoyW9X_DGHKCIwqlhZhmTWKoRVQzMvwZH4zC6Iu3z94quZjAwNg2I55oxOQRzlZGa_hsPUyQ7GByFyjTPFiBxMF2umbJxbQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "04effdfe-d98e-4e54-8f85-6d994c61f119",
      "x": "RT7qSwSWnKl0wlbyFIOqBoWQ6cZ65Ge_jR_9H5KZYGI",
      "y": "CAMmhuYAWTi-OwRTvGU9nfNdyTBmEF-1xuJ_9zjrXLI"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "4728285f-504d-4874-ad35-d1900024f79f",
      "x": "qY3Jda-LsLceMgGDvn75AmX9xJ1WRQr2miR76jKQcz4",
      "y": "0WmA9aO1o6xKKmd_F_fBQGDy4rNiEW1bqNu1gigXUyE"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "dd46f4ae-a4ac-4deb-8ffe-bfd6eb38d6b6",
      "x": "YTRGjK8qob9OfaKXof5yvj4u1aw1OpUdXO-9b5V05yE",
      "y": "qb30rS9rQD7wYGggEV0bEdj1S0EDvsTnb0dz38doNh8"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "9680e5ed-99f1-48d2-b4a8-a0425c758629",
      "x": "rkan9PIbXh8YLC_6kXhw5020BHSvNX2nPVybx7mw7iI"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "9e8a36ea-66c9-47a0-861c-df3466256de7",
      "alg": "RSA-OAEP",
      "n": "hynLLBdM5sklB_QqKBEx9lB4OO4VbfOV_TqNRwb7aUgdOZgeBnyrml2NZYJB3Jl3B3ClEu0E7FgD3JDFGcQ2zNqIH4_0koS7cS1ifTFatCdElr_2fFdFbR9PiOil0CTn8hFSq1UAvazEW4SBIWvYdyaI3LOrkZet90m01fII2RcrTtMQgtmDMROuv9rE3fmhlayB2V4OstQtUo37quG2YtICATExLB0Gjx5oGrOzRuNffbckoRjysmr2GrfXdnHXmLE14ve93bZ5os0052KSIKI4GGX8ioOXqlZDf-zxi5we6eBVljlZtdolYU573hQfeMWaFoBSn8V7giNw27PlOQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "8092ae09-00fc-458c-9e36-03941c3bab2e",
      "x": "P3nJ2h8ll0gP448DJ7nC_RasY3TlqyPknZb2TzRWyCc",
      "y": "IWMYpNGSA25sOrQ0v8H2xh9BKhIjF7YoX5cvraVv1bI",
      "alg": "ECDH-ES"
    }
  ]
}
outgoing_path
jwks
2020-08-10 19:44:06 INCOMING
oidcc-client-test-invalid-sig-rs256
Incoming HTTP request to test instance my7va9wz3qK0YDN
incoming_headers
{
  "host": "www.certification.openid.net",
  "authorization": "Basic Y2xpZW50X0dHbWhIam5hVU5uUVBCdDEyODk2fiU2MCUyQn4lM0I6c2VjcmV0X2ZwWWVhd0NtT2p0VWl0eWhSeVZBZldBTmJSeW9kaE5XWlBOTWFURkNqaml5T25XV0JsMzQ0MTkyMTExNyUyOSU3RCU1RSU3QiU1Qg\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": "261",
  "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": "Pai22aa24Z",
  "client_id": "client_GGmhHjnaUNnQPBt12896~`+~;",
  "client_secret": "secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117)}^{[",
  "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=Pai22aa24Z&client_id=client_GGmhHjnaUNnQPBt12896%7E%60%2B%7E%3B&client_secret=secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117%29%7D%5E%7B%5B&redirect_uri=https%3A%2F%2Fmorph-oidc-client.strid.ninja%2Fauth%2Fcb
Token endpoint
2020-08-10 19:44:06 SUCCESS
ExtractClientCredentialsFromBasicAuthorizationHeader
Extracted client authentication
client_id
client_GGmhHjnaUNnQPBt12896~`+~;
client_secret
secret_fpYeawCmOjtUityhRyVAfWANbRyodhNWZPNMaTFCjjiyOnWWBl3441921117)}^{[
method
client_secret_basic
2020-08-10 19:44:06 SUCCESS
ValidateClientIdAndSecret
Client id and secret match
2020-08-10 19:44:06 SUCCESS
ValidateAuthorizationCode
Found authorization code
authorization_code
Pai22aa24Z
2020-08-10 19:44:06 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:44:06 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
E09QxH2PIHw9DDTK48c4mIHAjKyj1AmwBroBLZZeYK0cyiTcH6
2020-08-10 19:44:06 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
mztnr6dF7j-yj9rFUJTGqw
2020-08-10 19:44:06 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/a/morph_oidc_client/
sub
user-subject-1234531
aud
client_GGmhHjnaUNnQPBt12896~`+~;
nonce
95026c3d-8c47-4fb9-9321-f6990704f9ad
iat
1597088646
exp
1597088946
2020-08-10 19:44:06 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
mztnr6dF7j-yj9rFUJTGqw
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/a/morph_oidc_client/",
  "sub": "user-subject-1234531",
  "aud": "client_GGmhHjnaUNnQPBt12896~`+~;",
  "nonce": "95026c3d-8c47-4fb9-9321-f6990704f9ad",
  "iat": 1597088646,
  "exp": 1597088946,
  "at_hash": "mztnr6dF7j-yj9rFUJTGqw"
}
2020-08-10 19:44:06 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiIwMzQyMjM2MS04MWZkLTQyZDAtOTVmYy0xNjZkNDcwYjk4MWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoibXp0bnI2ZEY3ai15ajlyRlVKVEdxdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0dHbWhIam5hVU5uUVBCdDEyODk2fmArfjsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODk0Niwibm9uY2UiOiI5NTAyNmMzZC04YzQ3LTRmYjktOTMyMS1mNjk5MDcwNGY5YWQiLCJpYXQiOjE1OTcwODg2NDZ9.Pe90taw-J9Gd3cZw6A3HIYl-LtopSSpjCM6VuAKwtq3Z7g9UV-QRXXIOGnl9jYaEdM23ALbBHh6sdzNYsT0qDeakdTKArmjfFGpJoSQ6jVyWSsDxFaS-mkH5qoHlghIxb9MI50iugUnMR0ISDNDsy3kTCsAQfGMY1ETQp3pin3DNOcL_u82PcSnaZ-_M9jDld0Y13ebZiOl7cRaTRH0pdDQklOP8ZlBAYp0NpIAR8YCLqrQPgEAzNzNrIVr2N0Zw2Fg9w5wawWnc4wRVs0oob-_MghEOdu3wxJ5LVK3p5_rH-15iO5Jr9bLOskrWSbbH-pUsRKAzx7BaOsHpyU23fw
key
{"p":"7PawT-UF0Hky3USBksKvkqdCAKIzFWWwP7G7JkH_TUPnsDkgzWDo9DERQvSgO6Jj5dWspW3iSSiofAbL-9VtVntCQADA9-mnEk6x3WzL1CO1TbtvdqyOyRfdXu0stVsMu_nTfzE1G1fWUEwpeF5hW4yxb3r4tjfsoFGgF2vY0FE","kty":"RSA","q":"r_-pJVfH5D8Pko1fgLCOFlhW_aJYHsk_-uLvw-bJ18kNBVRdid_dTaKI65BFM5RtvU38qvmiGzhGHbuar6qIXN1i-O0gZ_pnwkVazuFlJxkdkuZ6phnTDxTQBcmdVgpyo-VmcyQ4gRDTLWUZpMCnv6D3FdveJwgG4Hj8p2VgrhU","d":"CkTQLT8D24XDDr5B_KHEgScRVAVnkDoZErfXaURK8ddvt51D9MG35NNqJ67QiVSbSYutrVrCiFofS6aGdmUO9T9u3YbfvawQWsX-2o2L0gF0BWLdBJA1VYaLCTvimeOmfl2C5zUbUsLLpG0xMvdUEES5hPRyfamIcTFrlHhxCgjVXNPRh3GpHCJihfKIWHP2TYh6ItX1Iat-Nybmg3wBA3SMcZExKgOQhF5sdhNaqAJvPs6LOo67P5cxSANLJG99-XJ07SbzIT41VHhdozG5TihVLMxpQJ_VReOf-sx18t0fBjCJeNhCcyBCDxYQimnUggy5UXaN5NNhAI3aKgu6wQ","e":"AQAB","use":"sig","kid":"03422361-81fd-42d0-95fc-166d470b981f","qi":"QCHmEQVDqf3Cb8qU4O-aTDMIyOhuEBoTLOAzq42EdoO2IxUqWAHu4Ozk35JmxnhgJF53ggc9DIdv2xZdGGvNMpOUnqi5xqTCAKbzh15BTxh9qwKp6484r0nkMDxeuSNT3s4SBk47KSfARCKzEpTBqzaPTEQnWVlCvPsjp5dq3so","dp":"zop6xTinJ73sIsbKdcQxyo70zZ6TDgxzYiElMcSGpa8RbB1vRPQ6OFXoaMbWPwRdNIBZGlw7x26j5G78L0YpJh8LcMP3bl7_G8rx50EkLITvS5CbKAJh9k9RyaLKvExfPh0URqH6WxnlmFm6L8t76pMoOTYjQJhgLKDY_HEpKvE","dq":"LsBqLSpJRh9eQp7dTLEZvWPQD-YNJHhvT3TzHgXzfifBFrZXdqWKAvJ3DqQvTclS8WODB-PyJOro7UMFjz5spMaGYPuUjSpeX6POwH_tP9qTGY-x6ueXQj1UGQV6jv2NgG4SrelkPRy8DCX8DuDCbswSdrMGKzYdpYleDBWI_hU","n":"oulI0ahxMP68DLk2hvTakJzQqPoWSVofp8-MD1mvMubALG6HWEmpRmrl2sD9WCGAmSB8gC6YRLQwMu25yFIh-pIiJKuc4Y92mfTSfFZo80BD2QNu9B2dkwxd7vQHi-IHr3BOn4M5cDxiXGNA5JRrzbqUdh0Xflv4fA5s0DjbxtyUU8_n1lDuhockDPDFzN6FNc7jFQSp91Pex8zqbllBxXoQOQFUakcga5y2Q_CSj1F_hXAOOeeIZ0fEp9nx0czTUbs-uu7W8rQz_i-hjqm7Fz9I0B5rK3YaN8OCPPuLE2QZvZx1bMY_Oqlwww4q-GOUA2im8FUO6WU1TqmOScAkpQ"}
algorithm
RS256
2020-08-10 19:44:06 SUCCESS
SignIdTokenInvalid
Made the id_token signature invalid
id_token
eyJraWQiOiIwMzQyMjM2MS04MWZkLTQyZDAtOTVmYy0xNjZkNDcwYjk4MWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoibXp0bnI2ZEY3ai15ajlyRlVKVEdxdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0dHbWhIam5hVU5uUVBCdDEyODk2fmArfjsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODk0Niwibm9uY2UiOiI5NTAyNmMzZC04YzQ3LTRmYjktOTMyMS1mNjk5MDcwNGY5YWQiLCJpYXQiOjE1OTcwODg2NDZ9.Z7Uu7_ZkfYvHh5wqslede9MkdIBzE3A5UpTP4ljq7PeDtFUODb5LByhUQCMn19zeLpftWuybRET2LWkC62dwV7z-L2ja9DKFTjAT-35g1wbMEJqrT_7kwBuj8Nu_2EhrNYlSvRL02xOWHRhIVoq2kSNJUJpKJjlCjh6K_SA4xSqXY5il4ZfVK3OAPbWWrGq_LRxvh7yD0rMhK0zJHidzLm5-zrmmPAoaOMdX_tpLq9rR8O5V2hppbWkxewCsbRwqggJnmcZAmzOGuV4P6RByNbWW2EtULLeqnsQRDvezvaCdoQQ4Ycgxr-iU6BCME-ydoM92HvppneoAYJuzkxftJQ
2020-08-10 19:44:06 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:44:06 SUCCESS
CreateTokenEndpointResponse
Created token endpoint response
access_token
E09QxH2PIHw9DDTK48c4mIHAjKyj1AmwBroBLZZeYK0cyiTcH6
token_type
Bearer
id_token
eyJraWQiOiIwMzQyMjM2MS04MWZkLTQyZDAtOTVmYy0xNjZkNDcwYjk4MWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoibXp0bnI2ZEY3ai15ajlyRlVKVEdxdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0dHbWhIam5hVU5uUVBCdDEyODk2fmArfjsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODk0Niwibm9uY2UiOiI5NTAyNmMzZC04YzQ3LTRmYjktOTMyMS1mNjk5MDcwNGY5YWQiLCJpYXQiOjE1OTcwODg2NDZ9.Z7Uu7_ZkfYvHh5wqslede9MkdIBzE3A5UpTP4ljq7PeDtFUODb5LByhUQCMn19zeLpftWuybRET2LWkC62dwV7z-L2ja9DKFTjAT-35g1wbMEJqrT_7kwBuj8Nu_2EhrNYlSvRL02xOWHRhIVoq2kSNJUJpKJjlCjh6K_SA4xSqXY5il4ZfVK3OAPbWWrGq_LRxvh7yD0rMhK0zJHidzLm5-zrmmPAoaOMdX_tpLq9rR8O5V2hppbWkxewCsbRwqggJnmcZAmzOGuV4P6RByNbWW2EtULLeqnsQRDvezvaCdoQQ4Ycgxr-iU6BCME-ydoM92HvppneoAYJuzkxftJQ
scope
openid profile email
2020-08-10 19:44:06 OUTGOING
oidcc-client-test-invalid-sig-rs256
Response to HTTP request to test instance my7va9wz3qK0YDN
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "access_token": "E09QxH2PIHw9DDTK48c4mIHAjKyj1AmwBroBLZZeYK0cyiTcH6",
  "token_type": "Bearer",
  "id_token": "eyJraWQiOiIwMzQyMjM2MS04MWZkLTQyZDAtOTVmYy0xNjZkNDcwYjk4MWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoibXp0bnI2ZEY3ai15ajlyRlVKVEdxdyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0dHbWhIam5hVU5uUVBCdDEyODk2fmArfjsiLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvYVwvbW9ycGhfb2lkY19jbGllbnRcLyIsImV4cCI6MTU5NzA4ODk0Niwibm9uY2UiOiI5NTAyNmMzZC04YzQ3LTRmYjktOTMyMS1mNjk5MDcwNGY5YWQiLCJpYXQiOjE1OTcwODg2NDZ9.Z7Uu7_ZkfYvHh5wqslede9MkdIBzE3A5UpTP4ljq7PeDtFUODb5LByhUQCMn19zeLpftWuybRET2LWkC62dwV7z-L2ja9DKFTjAT-35g1wbMEJqrT_7kwBuj8Nu_2EhrNYlSvRL02xOWHRhIVoq2kSNJUJpKJjlCjh6K_SA4xSqXY5il4ZfVK3OAPbWWrGq_LRxvh7yD0rMhK0zJHidzLm5-zrmmPAoaOMdX_tpLq9rR8O5V2hppbWkxewCsbRwqggJnmcZAmzOGuV4P6RByNbWW2EtULLeqnsQRDvezvaCdoQQ4Ycgxr-iU6BCME-ydoM92HvppneoAYJuzkxftJQ",
  "scope": "openid profile email"
}
outgoing_path
token
2020-08-10 19:44:11 FINISHED
oidcc-client-test-invalid-sig-rs256
Test has run to completion
testmodule_result
PASSED
2020-08-10 19:44:27
TEST-RUNNER
Alias has now been claimed by another test
alias
morph_oidc_client
new_test_id
lOXVDvBm4ldMMhw
Test Results