Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-09-01 12:53:34 INFO
TEST-RUNNER
Test instance RsfE0Pd5fckLVcc created
baseUrl
https://www.certification.openid.net/test/RsfE0Pd5fckLVcc
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code id_token token",
  "request_type": "plain_http_request",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias

                                
description
test suite runner for openid-client
planId
l0lJMpv444Mye
config
{
  "description": "test suite runner for openid-client",
  "waitTimeoutSeconds": 2
}
testName
oidcc-client-test-invalid-aud
2020-09-01 12:53:34 SUCCESS
OIDCCGenerateServerConfiguration
Generated default server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/",
  "authorization_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/token",
  "jwks_uri": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/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-09-01 12:53:34
SetTokenEndpointAuthMethodsSupportedToClientSecretBasicOnly
Changed token_endpoint_auth_methods_supported to client_secret_basic only in server configuration
server_configuration
{
  "issuer": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/",
  "authorization_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/token",
  "jwks_uri": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/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-09-01 12:53:34
OIDCCGenerateServerJWKs
Generated server public private JWK sets
server_jwks
{
  "keys": [
    {
      "p": "2FD8QjnPeJ9CjYwqSe3vLJkO4DQkdY18_q8bTKBhpd7eFu7bEeqDQHdk1uDyDe5xpQHjXVxgRx5edm-BgnHI9x2wzOHNhhbtEXTU7MS-T25dTJGxKIqFe4Tl0fH45Hoe0u-HyiYEPlSIp_00yk3Hz8qY8FWXF6FLuOBzKoB9o9E",
      "kty": "RSA",
      "q": "rIJ3bS8ZPZwpGT9euxNvUnAw4WP0XDktjHdW_KXgDoDuIS80BYqwlH9p_KFTZ7YWlDK_DiqhQnJPKPiiwoBPppVRl5PnFPNxCZj4PAre5ciHU9YCXpn2zBHQ4Wq_ZoQOHjvkFU9Ty1G-V5ylzAZNuhCuQ_FRSmCfk7FjUNumzwk",
      "d": "awCcqRLXOys803G0bANYSjbJX8gGJBWPBk44PiEShm7US7wcAcKkE3GX2-MKlDRO8j_HPvAJgzWrr2ePueX6iXRvSBEfruRmB8YuyqKAAfy1S8L806DyVOMe30HvIt0MVkAnG7R6GrPQzHj3t3R-ZakEXiwaBp7L6SoshDk6TECc8GNMuaxS2dWHCbDaJdPtRgQyD3rB2nQdeIy8kS9prfdUlLe3oBlu8fOflaYQAHEM2UXajq-YPlf8dQYYB7MjnQO_O5Q4DWvASrM_zm_nUHCuKp3At0LaEWaCHFigQk1t32U96LUxoM_Ja0NKz2Wy4vwknb6M2yboMeEKfnbeAQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "4a899807-7997-45da-a4c9-48c6f544fbef",
      "qi": "LJx-NgPpidR0DnmxHucgbMvFPQVD4ixtNukIGUdOQw2THtw2F5MAwq3xL4tD0Ieb2aVY1k2QnBN_3-efK3C0m2uHof76vPEH3MIAPmsH0VXLxvfuVRBz_-dc65Pv0GZsxRd6LNyqTGdNjM_38Vt_hLrgQ9Rh8M2HhCQ-HBUDIDA",
      "dp": "XNdlbYciZML17YqbG9_jJ2EJ4XB_tXRkkWrWbKzpPCfLakxZ-faNHr4fqZoiSZhtbkTBMPDU4bFHGc4B59quRmGX4FeJvmNYnIVoXbaTd8QGhzaAssXBRKJlgRY5nNZNJHtp7HkkmRvvCyrB3ZJEkAqEWaJiluHDfjXXOAat5gE",
      "dq": "huW-3fJmmnby7HtRaJjaBG0WzCmNfFB5_c2UiBxuCOlpTSnMVEkPrA-2oYbF4ePR5DGKlVlgoMUigbdsDwynPGynURCnMwrq6cZk1w7pHmag7D39vFxJUWrdHGiNI21AXQQYZ1GRBPz3CyvDurdzMHy6yQZ7ut2z65pbP2-EEYE",
      "n": "kcSnhoADI8BbQ9QxoCEO0q2qbMaq0PUjwkHvQA4NR4wt3MvJEn1m_XRilKxGtMro2uSHSI7psFh0120KapXUngSENOAMmd91n8_uChieumaBwjBHTIJiPfg6wq5RuBPVclkWOKNq_18krSUqVsgoJ-LDvJH6AxHJbIY2se8tN9pnDY_6voDc61NOPlO4To-pK5yPqCEV1QBzgW6hji4YO0b8ZAaZvrpfQJjP2sN_2gygMmny59hNQKVr4U_eFSuOcDvHf1LW8krvxbn5KW_mhiOEhHUdjQQWfAvMFvtovoUQke1m2BqDj9maZ6qkZCLVMHqFcss8Ue4KnDtQIGbBWQ"
    },
    {
      "kty": "EC",
      "d": "yItyq2ZnqbdxAOoBoSsjjOdcwJQ4sl_KgMk_1Jm-O2c",
      "use": "sig",
      "crv": "P-256",
      "kid": "fcca4185-a260-4034-b98a-c5c93a288955",
      "x": "xpPgDBGKK2vW3oWBdCRGvLlxHwWr2E2kwL5puHTptjY",
      "y": "3ycqEUhI9vWH0Dg7MbcDWGVjfFRPTnx0s9BMpIu9Gc8"
    },
    {
      "kty": "EC",
      "d": "B_YLybs4Oaz0HqPCWxoIUt389THChLznDUs9tIu_Urw",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "fd0ac96b-6822-443c-bfae-a7c1f80a1309",
      "x": "EfRf6TqpEZRzoJtff1zz_jfducRWbAHfIT2jfFrHflM",
      "y": "KFzAI5RFNbgFfzQlbrK6tjzIOeHdVpSf_dAWmo6sdF0"
    },
    {
      "kty": "OKP",
      "d": "Tr1u7gOKtVPchu7lzaj7vCjLTQVvGSYqQvbSQe1vDtc",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "65006043-e7e3-4d1e-adcf-d2bfd68e6ebd",
      "x": "mBHAzmyGkaIShRM9MRYkrDohm353uKGH2z_gOxVlhLE"
    }
  ]
}
server_encryption_keys
{
  "keys": [
    {
      "p": "-UtZQIO-XWmhcxYC4uwq6lwCYM3uvPYkgm6ISKl3crGyaMfeRwaQUJ4K3jtuELYGfffFFjECsXQxQvOgR003Iehg7Rl-l0v1rwrimDMmJ6DBGykcEi2JOzVFV7uYOADqlpwgQ2ADrqipAez91c1geSfz3p8Evn0KMHaCWVSIMNc",
      "kty": "RSA",
      "q": "sbnBNYgNGC-zLGw9yXh6anqQSGE7HJYRMUqHD0qlx6FrSuV-b6MNcalJAE2Yhck1_7k9WYbvuKpq05QIkYvADKAhL5cCfHQqg-dGvzluLDisMa7Gpe9Lx-HKn1fLq-BfeG7GHHMrnHqBqnX0wpoB-Bc-xfJmrfFyLTZxnPOiPAs",
      "d": "Hip3XtN0K8Ucqy4HR9kBEyNlNxOzD8V_UxbAlakN5ZzIM7_Wuc0Q3iPvHQxISCpk2Ee-lT1SdiBTOSd-qLVSRhUAiqykf7LQHZuQfasvSKBgloWBfsxUVGvZsAr-tt8pMhxqTldoExdi3AYOFLzDhBaq2WQKvGm_XikAPwV5-W-NjzuEi2CRp1DN1WtDvw1G7ERtV5SqOUDbnU2ZJtZq33hNjUbi07J_eeHLFyJ45KiDOYf4mADnL_1bBBls-XuiO74IdCFsip1LMOZWvLwS-vcnsRo9XySxJtElfa6R7cfZSiyW1qKcOH0613KOsWU7Jz9A5ZCgryeO1R0lZYT5JQ",
      "e": "AQAB",
      "use": "enc",
      "kid": "d56bf3c8-a60d-46b3-8f25-781b2ca9ce3e",
      "qi": "XFYH6f4m9DA3nQPyrvYjs-MtIABfKMq-aVNusvIDBzl6UwWVPjQ6MhIWTj-7z0FqJktXviGGfSFUIfC_lG7WJwe4s8-e52yMVuHBA6uXQGjsgB_H3mqaLaj3MQVarAHqVnX3ZFuKNvPaMNKFfalTCMOddwZ19Xip0rUH-gN0vGQ",
      "dp": "nPh24IqT6VnD0SWA98XhV-RLkwzYUJ9kacSTh709ezissBF5wps9b6W0Di65pUgYWmUS8mA14-rXweKJf5v9JRqfPWwaK8Ymkut1toQueDFepm2CQWfuyxtF6HI07L6W9_Ki1gm1B9snYBEL2_4Pyvn_MqRKZm9xZQaaGQmDH80",
      "alg": "RSA-OAEP",
      "dq": "kS2bDX6Aq9QzOcOFyXD4Fsjd2bJLVjOkAa7OmwgwWd2bRogne0wnbESL1IqOYCMYUDfiTKK0ahYTw5e2VCZjkCyyTyy9JCrEnBEtsoFYZRk6WC9cKCpMrg_cs8NFJbbYZgmfHZha9K0CBNvsP5cMqrtaVNqJU-fai-JgdoRybzc",
      "n": "rRH8TwoVuKCmvms5ZEAdrN2yYQ9PTOeHiDFi6J4ILCosVzlnr_GJm5J7xm9pf45DySa5F2rTgH_ctqpGJpdXMAKokVbHa4jb_rzhqSw89Beaf6ecl4nrcY9o8q5IyaaU-LUt5GIf1a0UFuEv9Gj6e81T1y_wl2tGtFOaE1tYykblMaK27GCPWLUsNad_mc4Yp5XEaecVUNhVzWQzlyTdDEGxvY17ZhO2I_JhkgCxxidPXnl2sBHFjcH2bN2xlN9UhzbiCzLPk8sT9Lpr9EX4-VIbqDdPA5OObiKvZtmPqupX4Ovo_B39McQsWH2dCrayhKiMyTZQtFLcT_g1ilp9PQ"
    },
    {
      "kty": "EC",
      "d": "z3eBnuf5RwrS-HJmRY0Cf-FunrGuq-zBdEqDLRhU-uo",
      "use": "enc",
      "crv": "P-256",
      "kid": "93dc12d2-a4b5-4b07-aa8a-eb76fda99582",
      "x": "NQIz_Uyhnrb9yVlZCXypta44ECWjolz6MaWj4MRlorY",
      "y": "zFSdGjOUBw3Q66OfWqvooW5MljLXXn09rx2aLpyge4o",
      "alg": "ECDH-ES"
    }
  ]
}
server_public_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "4a899807-7997-45da-a4c9-48c6f544fbef",
      "n": "kcSnhoADI8BbQ9QxoCEO0q2qbMaq0PUjwkHvQA4NR4wt3MvJEn1m_XRilKxGtMro2uSHSI7psFh0120KapXUngSENOAMmd91n8_uChieumaBwjBHTIJiPfg6wq5RuBPVclkWOKNq_18krSUqVsgoJ-LDvJH6AxHJbIY2se8tN9pnDY_6voDc61NOPlO4To-pK5yPqCEV1QBzgW6hji4YO0b8ZAaZvrpfQJjP2sN_2gygMmny59hNQKVr4U_eFSuOcDvHf1LW8krvxbn5KW_mhiOEhHUdjQQWfAvMFvtovoUQke1m2BqDj9maZ6qkZCLVMHqFcss8Ue4KnDtQIGbBWQ"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "kid": "789e46f3-8e58-4c45-9660-79d6dbeeb498",
      "n": "hmHDfeBvqWoPbN7HQMmHuNlhbvPInz8-jS8VO9_Yi-E-jC-yk-S1zRKCCpETyteKtp7GcYSO5G8TFKjhcZtFnxXWUESQysUNyIlbmeLdm4hcjd-CQTOKh420bDnt2S2Yfsgwh0AWSPTdWRG7ok84i_hOksvV7OiWcJhZTmzEfsX0gCde_tPgoqOQIUXjYzPIGHaCoBazZc5DMBxpgV8NnTm-_8MGHlGv-JHcA9hybl-iv899M104dmU0DlYcXwMF2P96z7MEqZOo09lhvx4kB0Fm8hqggkYnMiz5rYHnq17nTPk21KxJI8wPvwyYFt0qoBSPoLijYd4mT81dmpMlKQ"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "fcca4185-a260-4034-b98a-c5c93a288955",
      "x": "xpPgDBGKK2vW3oWBdCRGvLlxHwWr2E2kwL5puHTptjY",
      "y": "3ycqEUhI9vWH0Dg7MbcDWGVjfFRPTnx0s9BMpIu9Gc8"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "P-256",
      "kid": "e754da4c-8ec4-410e-89fe-6d63a863e9d7",
      "x": "mk8yyO0Pk25_v4vw_HT8wofy8YF3c2dHXfQ0LvXWk4c",
      "y": "q0nur_HFbUfMnYoQFt72p66t6B53-rYh_MGimZztwlk"
    },
    {
      "kty": "EC",
      "use": "sig",
      "crv": "secp256k1",
      "kid": "fd0ac96b-6822-443c-bfae-a7c1f80a1309",
      "x": "EfRf6TqpEZRzoJtff1zz_jfducRWbAHfIT2jfFrHflM",
      "y": "KFzAI5RFNbgFfzQlbrK6tjzIOeHdVpSf_dAWmo6sdF0"
    },
    {
      "kty": "OKP",
      "use": "sig",
      "crv": "Ed25519",
      "kid": "65006043-e7e3-4d1e-adcf-d2bfd68e6ebd",
      "x": "mBHAzmyGkaIShRM9MRYkrDohm353uKGH2z_gOxVlhLE"
    },
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "enc",
      "kid": "d56bf3c8-a60d-46b3-8f25-781b2ca9ce3e",
      "alg": "RSA-OAEP",
      "n": "rRH8TwoVuKCmvms5ZEAdrN2yYQ9PTOeHiDFi6J4ILCosVzlnr_GJm5J7xm9pf45DySa5F2rTgH_ctqpGJpdXMAKokVbHa4jb_rzhqSw89Beaf6ecl4nrcY9o8q5IyaaU-LUt5GIf1a0UFuEv9Gj6e81T1y_wl2tGtFOaE1tYykblMaK27GCPWLUsNad_mc4Yp5XEaecVUNhVzWQzlyTdDEGxvY17ZhO2I_JhkgCxxidPXnl2sBHFjcH2bN2xlN9UhzbiCzLPk8sT9Lpr9EX4-VIbqDdPA5OObiKvZtmPqupX4Ovo_B39McQsWH2dCrayhKiMyTZQtFLcT_g1ilp9PQ"
    },
    {
      "kty": "EC",
      "use": "enc",
      "crv": "P-256",
      "kid": "93dc12d2-a4b5-4b07-aa8a-eb76fda99582",
      "x": "NQIz_Uyhnrb9yVlZCXypta44ECWjolz6MaWj4MRlorY",
      "y": "zFSdGjOUBw3Q66OfWqvooW5MljLXXn09rx2aLpyge4o",
      "alg": "ECDH-ES"
    }
  ]
}
2020-09-01 12:53:34 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-09-01 12:53:34 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-09-01 12:53: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-09-01 12:53:34 SUCCESS
GetDynamicClientConfiguration
No client details on configuration, created an empty dynamic_client_registration_template object.
2020-09-01 12:53:34
oidcc-client-test-invalid-aud
Setup Done
2020-09-01 12:53:34 INCOMING
oidcc-client-test-invalid-aud
Incoming HTTP request to test instance RsfE0Pd5fckLVcc
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "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
.well-known/openid-configuration
incoming_body_form_params
incoming_method
GET
incoming_body_json
incoming_query_string_params
{}
incoming_body
Discovery endpoint
2020-09-01 12:53:34 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance RsfE0Pd5fckLVcc
outgoing_status_code
200
outgoing_headers
{}
outgoing_body
{
  "issuer": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/",
  "authorization_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/authorize",
  "token_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/token",
  "jwks_uri": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/jwks",
  "userinfo_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/userinfo",
  "registration_endpoint": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/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-09-01 12:53:35 INCOMING
oidcc-client-test-invalid-aud
Incoming HTTP request to test instance RsfE0Pd5fckLVcc
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "openid-client/3.15.9 (https://github.com/panva/node-openid-client)",
  "accept": "application/json",
  "accept-encoding": "gzip, deflate",
  "content-type": "application/json",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "187",
  "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
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
incoming_query_string_params
{}
incoming_body
{"token_endpoint_auth_method":"client_secret_basic","response_types":["code id_token token"],"grant_types":["authorization_code","implicit"],"redirect_uris":["https://rp.example.com/cb"]}
Registration endpoint
2020-09-01 12:53:35 SUCCESS
OIDCCExtractDynamicRegistrationRequest
Extracted dynamic client registration request
request
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ]
}
2020-09-01 12:53:35 INFO
EnsureRegistrationRequestContainsAtLeastOneContact
This application requires that registration requests contain at least one contact.
2020-09-01 12:53:35 SUCCESS
ValidateClientGrantTypes
grant_types match response_types
grant_types
[
  "authorization_code",
  "implicit"
]
response_types
[
  "code id_token token"
]
2020-09-01 12:53:35 SUCCESS
OIDCCValidateClientRedirectUris
Valid redirect_uri(s) provided in registration request
redirect_uris
[
  "https://rp.example.com/cb"
]
2020-09-01 12:53:35 SUCCESS
ValidateClientLogoUris
Client does not contain any logo_uri
2020-09-01 12:53:35 SUCCESS
ValidateClientUris
Client does not contain any client_uri
2020-09-01 12:53:35 SUCCESS
ValidateClientPolicyUris
Client does not contain any policy_uri
2020-09-01 12:53:35 SUCCESS
ValidateClientTosUris
Client does not contain any tos_uri
2020-09-01 12:53:35 SUCCESS
ValidateClientSubjectType
A subject_type was not provided
2020-09-01 12:53:35 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-09-01 12:53:35 SUCCESS
EnsureIdTokenEncryptedResponseAlgIsSetIfEncIsSet
id_token_encrypted_response_enc is not set
2020-09-01 12:53:35 INFO
ValidateUserinfoSignedResponseAlg
Skipped evaluation due to missing required element: client userinfo_signed_response_alg
path
userinfo_signed_response_alg
mapped
object
client
2020-09-01 12:53:35 SUCCESS
EnsureUserinfoEncryptedResponseAlgIsSetIfEncIsSet
userinfo_encrypted_response_enc is not set
2020-09-01 12:53:35 INFO
ValidateRequestObjectSigningAlg
Skipped evaluation due to missing required element: client request_object_signing_alg
path
request_object_signing_alg
mapped
object
client
2020-09-01 12:53:35 SUCCESS
EnsureRequestObjectEncryptionAlgIsSetIfEncIsSet
request_object_encryption_enc is not set
2020-09-01 12:53:35 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-09-01 12:53:35 SUCCESS
ValidateDefaultMaxAge
default_max_age is not set
2020-09-01 12:53:35 INFO
ValidateRequireAuthTime
Skipped evaluation due to missing required element: client require_auth_time
path
require_auth_time
mapped
object
client
2020-09-01 12:53:35 INFO
ValidateDefaultAcrValues
Skipped evaluation due to missing required element: client default_acr_values
path
default_acr_values
mapped
object
client
2020-09-01 12:53:35 INFO
ValidateInitiateLoginUri
Skipped evaluation due to missing required element: client initiate_login_uri
path
initiate_login_uri
mapped
object
client
2020-09-01 12:53:35 INFO
ValidateRequestUris
Skipped evaluation due to missing required element: client request_uris
path
request_uris
mapped
object
client
2020-09-01 12:53:35 SUCCESS
ValidateClientRegistrationRequestSectorIdentifierUri
A sector_identifier_uri was not provided
2020-09-01 12:53:35 SUCCESS
OIDCCRegisterClient
Registered client
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\"
}
2020-09-01 12:53:35
OIDCCCreateClientSecretForDynamicClient
Set the secret for registered client
client_secret
secret_dKsKrCJPgtXwtkJDEaCSwTLWpVvpwLhccvXKNUFZikuNewJplW3499938030/%(/=
2020-09-01 12:53:35 SUCCESS
EnsureTokenEndPointAuthMethodIsClientSecretBasic
token_endpoint_auth_method is 'client_secret_basic' as expected
2020-09-01 12:53:35 SUCCESS
EnsureClientDoesNotHaveBothJwksAndJwksUri
Client does not have both jwks and jwks_uri set
client
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\",
  "client_secret": "secret_dKsKrCJPgtXwtkJDEaCSwTLWpVvpwLhccvXKNUFZikuNewJplW3499938030/%(/\u003d"
}
2020-09-01 12:53:35 INFO
FetchClientKeys
Skipped evaluation due to missing required element: client jwks_uri
path
jwks_uri
mapped
object
client
2020-09-01 12:53:35 SUCCESS
OIDCCExtractServerSigningAlg
Using the default algorithm for the first key in server jwks
signing_algorithm
RS256
2020-09-01 12:53:35
SetClientIdTokenSignedResponseAlgToServerSigningAlg
Set id_token_signed_response_alg for the registered client
id_token_signed_response_alg
RS256
2020-09-01 12:53:35 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance RsfE0Pd5fckLVcc
outgoing_status_code
201
outgoing_headers
{}
outgoing_body
{
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code id_token token"
  ],
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "redirect_uris": [
    "https://rp.example.com/cb"
  ],
  "client_id": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\",
  "client_secret": "secret_dKsKrCJPgtXwtkJDEaCSwTLWpVvpwLhccvXKNUFZikuNewJplW3499938030/%(/\u003d",
  "id_token_signed_response_alg": "RS256"
}
outgoing_path
register
2020-09-01 12:53:35 INCOMING
oidcc-client-test-invalid-aud
Incoming HTTP request to test instance RsfE0Pd5fckLVcc
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "got/9.6.0 (https://github.com/sindresorhus/got)",
  "accept-encoding": "gzip, deflate",
  "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
{
  "client_id": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\",
  "scope": "openid",
  "response_type": "code id_token token",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds",
  "nonce": "_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U",
  "response_mode": "form_post"
}
incoming_body
Authorization endpoint
2020-09-01 12:53:35 SUCCESS
EnsureRequestDoesNotContainRequestObject
Request does not contain a request parameter
2020-09-01 12:53:35 SUCCESS
OIDCCEnsureAuthorizationHttpRequestContainsOpenIDScope
Found 'openid' in scope http request parameter
actual
[
  "openid"
]
expected
openid
2020-09-01 12:53:35 SUCCESS
CreateEffectiveAuthorizationRequestParameters
Merged http request parameters with request object claims
effective_authorization_endpoint_request
{
  "client_id": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\",
  "scope": "openid",
  "response_type": "code id_token token",
  "redirect_uri": "https://rp.example.com/cb",
  "state": "DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds",
  "nonce": "_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U",
  "response_mode": "form_post"
}
2020-09-01 12:53:35 SUCCESS
ExtractRequestedScopes
Requested scopes
scope
openid
2020-09-01 12:53:35 SUCCESS
ExtractNonceFromAuthorizationRequest
Extracted nonce
nonce
_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U
2020-09-01 12:53:35 SUCCESS
EnsureResponseTypeIsCodeIdTokenToken
Response type is expected value
expected
code id_token token
2020-09-01 12:53:35 SUCCESS
EnsureMatchingClientId
Client ID matched
client_id
client_HnAUUcWsKdsfSkW88141<@']\
2020-09-01 12:53:35 SUCCESS
EnsureValidRedirectUriForAuthorizationEndpointRequest
redirect_uri is one of the allowed redirect uris
actual
https://rp.example.com/cb
expected
[
  "https://rp.example.com/cb"
]
2020-09-01 12:53:35 SUCCESS
EnsureOpenIDInScopeRequest
Found 'openid' scope in request
actual
[
  "openid"
]
expected
openid
2020-09-01 12:53:35 SUCCESS
DisallowMaxAgeEqualsZeroAndPromptNone
The client did not send max_age=0 and prompt=none parameters as expected
2020-09-01 12:53:35 SUCCESS
CreateAuthorizationCode
Created authorization code
authorization_code
ExSLXQzfvl
2020-09-01 12:53:35 SUCCESS
CalculateCHash
Successful c_hash encoding
c_hash
ykm93r1p9tM7CKyRORvFGg
2020-09-01 12:53:35 SUCCESS
GenerateBearerAccessToken
Generated access token
access_token
iXfUzRnrf1DNxzKGEy2rG81Z9NnurTBIBc6wnOuxVZ7BXRuhYS
2020-09-01 12:53:35 SUCCESS
CalculateAtHash
Successful at_hash encoding
at_hash
g-5O4yAqo_2NXfQtwSnuYg
2020-09-01 12:53:35 SUCCESS
GenerateIdTokenClaims
Created ID Token Claims
iss
https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/
sub
user-subject-1234531
aud
client_HnAUUcWsKdsfSkW88141<@']\
nonce
_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U
iat
1598964815
exp
1598965115
2020-09-01 12:53:35 SUCCESS
AddInvalidAudValueToIdToken
Added invalid aud to ID token claims
aud
client_HnAUUcWsKdsfSkW88141<@']\1
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/",
  "sub": "user-subject-1234531",
  "aud": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\1",
  "nonce": "_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U",
  "iat": 1598964815,
  "exp": 1598965115
}
2020-09-01 12:53:35 SUCCESS
AddCHashToIdTokenClaims
Added c_hash to ID token claims
c_hash
ykm93r1p9tM7CKyRORvFGg
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/",
  "sub": "user-subject-1234531",
  "aud": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\1",
  "nonce": "_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U",
  "iat": 1598964815,
  "exp": 1598965115,
  "c_hash": "ykm93r1p9tM7CKyRORvFGg"
}
2020-09-01 12:53:35 SUCCESS
AddAtHashToIdTokenClaims
Added at_hash to ID token claims
at_hash
g-5O4yAqo_2NXfQtwSnuYg
id_token_claims
{
  "iss": "https://www.certification.openid.net/test/RsfE0Pd5fckLVcc/",
  "sub": "user-subject-1234531",
  "aud": "client_HnAUUcWsKdsfSkW88141\u003c@\u0027]\\1",
  "nonce": "_yzoulAHRHDrakXlP04ftJ_G6B7TnJ8YdZOHwKdtY-U",
  "iat": 1598964815,
  "exp": 1598965115,
  "c_hash": "ykm93r1p9tM7CKyRORvFGg",
  "at_hash": "g-5O4yAqo_2NXfQtwSnuYg"
}
2020-09-01 12:53:35 SUCCESS
OIDCCSignIdToken
Signed the ID token
id_token
eyJraWQiOiI0YTg5OTgwNy03OTk3LTQ1ZGEtYTRjOS00OGM2ZjU0NGZiZWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiZy01TzR5QXFvXzJOWGZRdHdTbnVZZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0huQVVVY1dzS2RzZlNrVzg4MTQxPEAnXVxcMSIsImNfaGFzaCI6InlrbTkzcjFwOXRNN0NLeVJPUnZGR2ciLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvUnNmRTBQZDVmY2tMVmNjXC8iLCJleHAiOjE1OTg5NjUxMTUsIm5vbmNlIjoiX3l6b3VsQUhSSERyYWtYbFAwNGZ0Sl9HNkI3VG5KOFlkWk9Id0tkdFktVSIsImlhdCI6MTU5ODk2NDgxNX0.ge6NqPJqUtJ9cdzIv8vnaMIW-j8-HNSRIwUBMXwB_zP5il0pu3gOBjq1QqMigYXkZubYGoU1L4pmw6b7V4ipPQyMJsTuJsg4r0bo7gUzIdcKwWRTUXw3FuRaPu4-NEcluhiBWMSr6kEL3_t0nIYOqljmSv3E6OSh-KP1rkuTjmDtp6pwbT_t_HV6AYWn8xHFGk3iBiB9OeLV_h7PrCmFrxLeUk0vQWw-YeVcFZZsfn91nbcN1FsMHrW9rHuGO41ZNtHVTtHGG2xtMhIbz45VlhDruXu9Yy7IcgAgQn2EGg5fnXCV08fE95TP4CXr0i6_WZgn71oem5hNpj9RX3erLA
key
{"p":"2FD8QjnPeJ9CjYwqSe3vLJkO4DQkdY18_q8bTKBhpd7eFu7bEeqDQHdk1uDyDe5xpQHjXVxgRx5edm-BgnHI9x2wzOHNhhbtEXTU7MS-T25dTJGxKIqFe4Tl0fH45Hoe0u-HyiYEPlSIp_00yk3Hz8qY8FWXF6FLuOBzKoB9o9E","kty":"RSA","q":"rIJ3bS8ZPZwpGT9euxNvUnAw4WP0XDktjHdW_KXgDoDuIS80BYqwlH9p_KFTZ7YWlDK_DiqhQnJPKPiiwoBPppVRl5PnFPNxCZj4PAre5ciHU9YCXpn2zBHQ4Wq_ZoQOHjvkFU9Ty1G-V5ylzAZNuhCuQ_FRSmCfk7FjUNumzwk","d":"awCcqRLXOys803G0bANYSjbJX8gGJBWPBk44PiEShm7US7wcAcKkE3GX2-MKlDRO8j_HPvAJgzWrr2ePueX6iXRvSBEfruRmB8YuyqKAAfy1S8L806DyVOMe30HvIt0MVkAnG7R6GrPQzHj3t3R-ZakEXiwaBp7L6SoshDk6TECc8GNMuaxS2dWHCbDaJdPtRgQyD3rB2nQdeIy8kS9prfdUlLe3oBlu8fOflaYQAHEM2UXajq-YPlf8dQYYB7MjnQO_O5Q4DWvASrM_zm_nUHCuKp3At0LaEWaCHFigQk1t32U96LUxoM_Ja0NKz2Wy4vwknb6M2yboMeEKfnbeAQ","e":"AQAB","use":"sig","kid":"4a899807-7997-45da-a4c9-48c6f544fbef","qi":"LJx-NgPpidR0DnmxHucgbMvFPQVD4ixtNukIGUdOQw2THtw2F5MAwq3xL4tD0Ieb2aVY1k2QnBN_3-efK3C0m2uHof76vPEH3MIAPmsH0VXLxvfuVRBz_-dc65Pv0GZsxRd6LNyqTGdNjM_38Vt_hLrgQ9Rh8M2HhCQ-HBUDIDA","dp":"XNdlbYciZML17YqbG9_jJ2EJ4XB_tXRkkWrWbKzpPCfLakxZ-faNHr4fqZoiSZhtbkTBMPDU4bFHGc4B59quRmGX4FeJvmNYnIVoXbaTd8QGhzaAssXBRKJlgRY5nNZNJHtp7HkkmRvvCyrB3ZJEkAqEWaJiluHDfjXXOAat5gE","dq":"huW-3fJmmnby7HtRaJjaBG0WzCmNfFB5_c2UiBxuCOlpTSnMVEkPrA-2oYbF4ePR5DGKlVlgoMUigbdsDwynPGynURCnMwrq6cZk1w7pHmag7D39vFxJUWrdHGiNI21AXQQYZ1GRBPz3CyvDurdzMHy6yQZ7ut2z65pbP2-EEYE","n":"kcSnhoADI8BbQ9QxoCEO0q2qbMaq0PUjwkHvQA4NR4wt3MvJEn1m_XRilKxGtMro2uSHSI7psFh0120KapXUngSENOAMmd91n8_uChieumaBwjBHTIJiPfg6wq5RuBPVclkWOKNq_18krSUqVsgoJ-LDvJH6AxHJbIY2se8tN9pnDY_6voDc61NOPlO4To-pK5yPqCEV1QBzgW6hji4YO0b8ZAaZvrpfQJjP2sN_2gygMmny59hNQKVr4U_eFSuOcDvHf1LW8krvxbn5KW_mhiOEhHUdjQQWfAvMFvtovoUQke1m2BqDj9maZ6qkZCLVMHqFcss8Ue4KnDtQIGbBWQ"}
algorithm
RS256
2020-09-01 12:53:35 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-09-01 12:53:35 SUCCESS
CreateAuthorizationEndpointResponseParams
Added authorization_endpoint_response_params to environment
params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds"
}
2020-09-01 12:53:35 SUCCESS
AddCodeToAuthorizationEndpointResponseParams
Added code to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds",
  "code": "ExSLXQzfvl"
}
2020-09-01 12:53:35 SUCCESS
AddIdTokenToAuthorizationEndpointResponseParams
Added id_token to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds",
  "code": "ExSLXQzfvl",
  "id_token": "eyJraWQiOiI0YTg5OTgwNy03OTk3LTQ1ZGEtYTRjOS00OGM2ZjU0NGZiZWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiZy01TzR5QXFvXzJOWGZRdHdTbnVZZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0huQVVVY1dzS2RzZlNrVzg4MTQxPEAnXVxcMSIsImNfaGFzaCI6InlrbTkzcjFwOXRNN0NLeVJPUnZGR2ciLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvUnNmRTBQZDVmY2tMVmNjXC8iLCJleHAiOjE1OTg5NjUxMTUsIm5vbmNlIjoiX3l6b3VsQUhSSERyYWtYbFAwNGZ0Sl9HNkI3VG5KOFlkWk9Id0tkdFktVSIsImlhdCI6MTU5ODk2NDgxNX0.ge6NqPJqUtJ9cdzIv8vnaMIW-j8-HNSRIwUBMXwB_zP5il0pu3gOBjq1QqMigYXkZubYGoU1L4pmw6b7V4ipPQyMJsTuJsg4r0bo7gUzIdcKwWRTUXw3FuRaPu4-NEcluhiBWMSr6kEL3_t0nIYOqljmSv3E6OSh-KP1rkuTjmDtp6pwbT_t_HV6AYWn8xHFGk3iBiB9OeLV_h7PrCmFrxLeUk0vQWw-YeVcFZZsfn91nbcN1FsMHrW9rHuGO41ZNtHVTtHGG2xtMhIbz45VlhDruXu9Yy7IcgAgQn2EGg5fnXCV08fE95TP4CXr0i6_WZgn71oem5hNpj9RX3erLA"
}
2020-09-01 12:53:35
AddTokenToAuthorizationEndpointResponseParams
Added token and token_type to authorization endpoint response params
authorization_endpoint_response_params
{
  "redirect_uri": "https://rp.example.com/cb",
  "state": "DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds",
  "code": "ExSLXQzfvl",
  "id_token": "eyJraWQiOiI0YTg5OTgwNy03OTk3LTQ1ZGEtYTRjOS00OGM2ZjU0NGZiZWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiZy01TzR5QXFvXzJOWGZRdHdTbnVZZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0huQVVVY1dzS2RzZlNrVzg4MTQxPEAnXVxcMSIsImNfaGFzaCI6InlrbTkzcjFwOXRNN0NLeVJPUnZGR2ciLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvUnNmRTBQZDVmY2tMVmNjXC8iLCJleHAiOjE1OTg5NjUxMTUsIm5vbmNlIjoiX3l6b3VsQUhSSERyYWtYbFAwNGZ0Sl9HNkI3VG5KOFlkWk9Id0tkdFktVSIsImlhdCI6MTU5ODk2NDgxNX0.ge6NqPJqUtJ9cdzIv8vnaMIW-j8-HNSRIwUBMXwB_zP5il0pu3gOBjq1QqMigYXkZubYGoU1L4pmw6b7V4ipPQyMJsTuJsg4r0bo7gUzIdcKwWRTUXw3FuRaPu4-NEcluhiBWMSr6kEL3_t0nIYOqljmSv3E6OSh-KP1rkuTjmDtp6pwbT_t_HV6AYWn8xHFGk3iBiB9OeLV_h7PrCmFrxLeUk0vQWw-YeVcFZZsfn91nbcN1FsMHrW9rHuGO41ZNtHVTtHGG2xtMhIbz45VlhDruXu9Yy7IcgAgQn2EGg5fnXCV08fE95TP4CXr0i6_WZgn71oem5hNpj9RX3erLA",
  "access_token": "iXfUzRnrf1DNxzKGEy2rG81Z9NnurTBIBc6wnOuxVZ7BXRuhYS",
  "token_type": "Bearer"
}
2020-09-01 12:53:35 OUTGOING
oidcc-client-test-invalid-aud
Response to HTTP request to test instance RsfE0Pd5fckLVcc
outgoing
ModelAndView [view="formPostResponseMode"; model={formAction=https://rp.example.com/cb, formParameters={"state":"DwYBLV9daIA-dn9rkTl0pJlOF9br2TsgCar0x8ap3Ds","code":"ExSLXQzfvl","id_token":"eyJraWQiOiI0YTg5OTgwNy03OTk3LTQ1ZGEtYTRjOS00OGM2ZjU0NGZiZWYiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiZy01TzR5QXFvXzJOWGZRdHdTbnVZZyIsInN1YiI6InVzZXItc3ViamVjdC0xMjM0NTMxIiwiYXVkIjoiY2xpZW50X0huQVVVY1dzS2RzZlNrVzg4MTQxPEAnXVxcMSIsImNfaGFzaCI6InlrbTkzcjFwOXRNN0NLeVJPUnZGR2ciLCJpc3MiOiJodHRwczpcL1wvd3d3LmNlcnRpZmljYXRpb24ub3BlbmlkLm5ldFwvdGVzdFwvUnNmRTBQZDVmY2tMVmNjXC8iLCJleHAiOjE1OTg5NjUxMTUsIm5vbmNlIjoiX3l6b3VsQUhSSERyYWtYbFAwNGZ0Sl9HNkI3VG5KOFlkWk9Id0tkdFktVSIsImlhdCI6MTU5ODk2NDgxNX0.ge6NqPJqUtJ9cdzIv8vnaMIW-j8-HNSRIwUBMXwB_zP5il0pu3gOBjq1QqMigYXkZubYGoU1L4pmw6b7V4ipPQyMJsTuJsg4r0bo7gUzIdcKwWRTUXw3FuRaPu4-NEcluhiBWMSr6kEL3_t0nIYOqljmSv3E6OSh-KP1rkuTjmDtp6pwbT_t_HV6AYWn8xHFGk3iBiB9OeLV_h7PrCmFrxLeUk0vQWw-YeVcFZZsfn91nbcN1FsMHrW9rHuGO41ZNtHVTtHGG2xtMhIbz45VlhDruXu9Yy7IcgAgQn2EGg5fnXCV08fE95TP4CXr0i6_WZgn71oem5hNpj9RX3erLA","access_token":"iXfUzRnrf1DNxzKGEy2rG81Z9NnurTBIBc6wnOuxVZ7BXRuhYS","token_type":"Bearer"}}]
outgoing_path
authorize
2020-09-01 12:53:37 FINISHED
oidcc-client-test-invalid-aud
Test has run to completion
testmodule_result
PASSED
Test Results