Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-02-11 17:20:48 INFO
TEST-RUNNER
Test instance MZY5CeWTs0fz3QS created
baseUrl
https://www.certification.openid.net/test/a/authteamoidctest-implicit
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "server_metadata": "discovery",
  "response_mode": "default",
  "client_registration": "static_client"
}
alias
authteamoidctest-implicit
description
auth_team_testing generated test plan implicit
planId
lDEd5rfvHZS0n
config
{
  "alias": "authteamoidctest-implicit",
  "client": {
    "client_id": "b6f78949-fd28-4ec6-9fec-949e7344b3f2",
    "client_secret": "Nz_m_NGj7P3Fl4XbnFroQ5Y_PP5puUezgtvBnz9RHOv3jwrns4mfifdmJ9MRlEbn1YG3LR7DJRmzN8J9ranX-g"
  },
  "client2": {
    "client_id": "af18d96e-22c0-4566-8897-a97b79e08b77",
    "client_secret": "QdpJcRCQGeMv3Uw2reBWmjAtZK9RRhVWdP5Q-0gwdRG5LX6kTtZEGdWwsAnuJ7fDHaknr_f503pGUpyHSOKpWA"
  },
  "client_secret_post": {
    "client_id": "b6f78949-fd28-4ec6-9fec-949e7344b3f2",
    "client_secret": "Nz_m_NGj7P3Fl4XbnFroQ5Y_PP5puUezgtvBnz9RHOv3jwrns4mfifdmJ9MRlEbn1YG3LR7DJRmzN8J9ranX-g"
  },
  "description": "auth_team_testing generated test plan implicit",
  "server": {
    "discoveryUrl": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/.well-known/openid-configuration"
  }
}
testName
oidcc-response-type-missing
2022-02-11 17:20:48 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback
2022-02-11 17:20:48
GetDynamicServerConfiguration
HTTP request
request_uri
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-02-11 17:20:49 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "cache-control": "public, max-age\u003d86400, must-revalidate, no-transform",
  "etag": "\"eQdlR0yJV0QO3QyMAdjkM-f-r1w\"",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "trace-id": "8c0fcdbe-166c-4bcf-965b-8f18d0a63a18",
  "x-ratelimit-limit": "0",
  "x-ratelimit-remaining": "0",
  "x-ratelimit-reset": "0",
  "vary": "Accept-Encoding",
  "date": "Fri, 11 Feb 2022 17:20:49 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout\u003d60"
}
response_body
{
    "issuer": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login",
    "authorization_endpoint": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/authorize",
    "token_endpoint": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/token",
    "introspection_endpoint": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/token/introspect",
    "revocation_endpoint": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/token/revoke",
    "userinfo_endpoint": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/profiles/oidc/userinfo",
    "jwks_uri": "https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/jwk",
    "request_parameter_supported": false,
    "request_uri_parameter_supported": false,
    "response_modes_supported": [
        "query",
        "fragment",
        "form_post"
    ],
    "response_types_supported": [
        "code",
        "id_token",
        "token",
        "none",
        "code id_token",
        "code token",
        "id_token token",
        "code id_token token"
    ],
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "grant_types_supported": [
        "authorization_code",
        "client_credentials",
        "implicit",
        "password",
        "refresh_token",
        "urn:ietf:params:oauth:grant-type:token-exchange"
    ],
    "acr_values_supported": [
        "0",
        "urn:akamai-ic:nist:800-63-3:aal:1",
        "urn:akamai-ic:nist:800-63-3:aal:2"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "address",
        "phone"
    ],
    "claims_parameter_supported": true,
    "claims_supported": [
        "sub",
        "iss",
        "auth_time",
        "given_name",
        "address",
        "family_name",
        "middle_name",
        "preferred_username",
        "gender",
        "birthdate",
        "updated_at",
        "phone_number",
        "phone_number_verified",
        "email",
        "email_verified"
    ],
    "claim_types_supported": [
        "normal",
        "aggregated"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ]
}
2022-02-11 17:20:49 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
issuer
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login
authorization_endpoint
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/authorize
token_endpoint
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/token
introspection_endpoint
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/token/introspect
revocation_endpoint
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/token/revoke
userinfo_endpoint
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/profiles/oidc/userinfo
jwks_uri
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/jwk
request_parameter_supported
false
request_uri_parameter_supported
false
response_modes_supported
[
  "query",
  "fragment",
  "form_post"
]
response_types_supported
[
  "code",
  "id_token",
  "token",
  "none",
  "code id_token",
  "code token",
  "id_token token",
  "code id_token token"
]
subject_types_supported
[
  "public"
]
id_token_signing_alg_values_supported
[
  "RS256"
]
grant_types_supported
[
  "authorization_code",
  "client_credentials",
  "implicit",
  "password",
  "refresh_token",
  "urn:ietf:params:oauth:grant-type:token-exchange"
]
acr_values_supported
[
  "0",
  "urn:akamai-ic:nist:800-63-3:aal:1",
  "urn:akamai-ic:nist:800-63-3:aal:2"
]
token_endpoint_auth_methods_supported
[
  "client_secret_basic",
  "client_secret_post"
]
scopes_supported
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
claims_parameter_supported
true
claims_supported
[
  "sub",
  "iss",
  "auth_time",
  "given_name",
  "address",
  "family_name",
  "middle_name",
  "preferred_username",
  "gender",
  "birthdate",
  "updated_at",
  "phone_number",
  "phone_number_verified",
  "email",
  "email_verified"
]
claim_types_supported
[
  "normal",
  "aggregated"
]
code_challenge_methods_supported
[
  "S256"
]
2022-02-11 17:20:49 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2022-02-11 17:20:49 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
authorization_endpoint
{
  "testHost": "v1.api.us.janrain.com",
  "testPort": 443
}
token_endpoint
{
  "testHost": "v1.api.us.janrain.com",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "v1.api.us.janrain.com",
  "testPort": 443
}
2022-02-11 17:20:49
FetchServerKeys
Fetching server key
jwks_uri
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/jwk
2022-02-11 17:20:49
FetchServerKeys
HTTP request
request_uri
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/jwk
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-02-11 17:20:49 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "cache-control": "public, max-age\u003d3600, must-revalidate, no-transform",
  "etag": "\"9guKEwGO5d4VifAgSO2kFdjV1-c\"",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "trace-id": "3a7e966c-e39c-430d-9203-64595e3d5179",
  "x-ratelimit-limit": "0",
  "x-ratelimit-remaining": "0",
  "x-ratelimit-reset": "0",
  "vary": "Accept-Encoding",
  "date": "Fri, 11 Feb 2022 17:20:49 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout\u003d60"
}
response_body
{"keys":[{"use":"sig","kty":"RSA","kid":"08af38e65497ad128bd8330aba8b55d2e4f23b42","alg":"RS256","n":"rV40oUYNGvii4eSDMje-NzAIJ8owUpiHOYGduQBxIdzZR4ByPsUedwz_aK1ISG_gOIFwwbY3A7tc97hfoUeaT2u0njaN7lsvZ2V6j5fntbRpz10y0GKeeofvqNpIUYydag5SETbR5YkVVH5LO6xEEKHO2RL-eOfDTpRx0M5IIkYWknrA4fEtvgjRW1urhYKnV8BGLW6nysRNelIshMICbcn6TtiEmvjKRjOxTmIVZsGQI1OqyWD_2JG_k-VuIXAOBup0O2af3BmG1aj64QPrXm8RI4SARdkZATtu6CMJ-i_f2Zy8SoBHNozQuIvjvr5sMrFttoOQb0vzLKhDmTPwEw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"3b3f9b896a7871d19942a8e50337cddc8dfc7641","alg":"RS256","n":"wZdmaMnMiK0AW7qgyurXmsxk6IrsvAZBvaJd13ZMIv7GBLEFiofAgRZNfibb0PUsTJHyHesMq8v8rwODxqJyQ48J065tbLNW167pVGtRPAdXPv9q3ok38Ignl_VMNjSMdwNLwmUS1G2IEfYOZ9Lybmw4oeNZ-YF4JwNLLIy30V5N17HUUFRa4m2WfUhKDWHj4sy4YBOJVKqgnT_e2OdFulMYrENjZ8cjiXoqCIHrQtXr4RyxNri20hGxNmQLkhHCtc7pzeJp-O_WeF3wkotlx0lKaRcId7TrWefOc8guZ6XX7gzGP4zUcdv9NIVQC7nOc3H7vhAHGJvXLT7J9EfIsw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"7d600368a2a2db19480e0935561a2b4d2fb26cf3","alg":"RS256","n":"wjMyfCijcTvSrngB9ovvrIdi8_luxFo5lR7JRsSi_CmuLPvg69N6y_gimUXXuuSxeTEjV4DwSews1Q5An57daYo_xvdl19OHCcN-vyOXRoFglECBcUrpOzyXnQiLSR_JTW-0r2Z2m2fkAdBlqbzXEUSxrfr0kWUliWdvbKEavovRzt9PRJSjauH4woqIKIRklc7sO-YyCMmsgV6rt_BSktQaZezHQITNdmqkb_D5k4IxOr8x01bgjm1nYs6PeD1SIs_OK1S8AmARfuUQryUq77z8s8PyUmTU7438EZz48Sm6KGaY63LhjlvpRg0R2BwblICE6scLp-F52542Kr4IfQ","e":"AQAB"}]}
2022-02-11 17:20:49
FetchServerKeys
Found JWK set string
jwk_string
{"keys":[{"use":"sig","kty":"RSA","kid":"08af38e65497ad128bd8330aba8b55d2e4f23b42","alg":"RS256","n":"rV40oUYNGvii4eSDMje-NzAIJ8owUpiHOYGduQBxIdzZR4ByPsUedwz_aK1ISG_gOIFwwbY3A7tc97hfoUeaT2u0njaN7lsvZ2V6j5fntbRpz10y0GKeeofvqNpIUYydag5SETbR5YkVVH5LO6xEEKHO2RL-eOfDTpRx0M5IIkYWknrA4fEtvgjRW1urhYKnV8BGLW6nysRNelIshMICbcn6TtiEmvjKRjOxTmIVZsGQI1OqyWD_2JG_k-VuIXAOBup0O2af3BmG1aj64QPrXm8RI4SARdkZATtu6CMJ-i_f2Zy8SoBHNozQuIvjvr5sMrFttoOQb0vzLKhDmTPwEw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"3b3f9b896a7871d19942a8e50337cddc8dfc7641","alg":"RS256","n":"wZdmaMnMiK0AW7qgyurXmsxk6IrsvAZBvaJd13ZMIv7GBLEFiofAgRZNfibb0PUsTJHyHesMq8v8rwODxqJyQ48J065tbLNW167pVGtRPAdXPv9q3ok38Ignl_VMNjSMdwNLwmUS1G2IEfYOZ9Lybmw4oeNZ-YF4JwNLLIy30V5N17HUUFRa4m2WfUhKDWHj4sy4YBOJVKqgnT_e2OdFulMYrENjZ8cjiXoqCIHrQtXr4RyxNri20hGxNmQLkhHCtc7pzeJp-O_WeF3wkotlx0lKaRcId7TrWefOc8guZ6XX7gzGP4zUcdv9NIVQC7nOc3H7vhAHGJvXLT7J9EfIsw","e":"AQAB"},{"use":"sig","kty":"RSA","kid":"7d600368a2a2db19480e0935561a2b4d2fb26cf3","alg":"RS256","n":"wjMyfCijcTvSrngB9ovvrIdi8_luxFo5lR7JRsSi_CmuLPvg69N6y_gimUXXuuSxeTEjV4DwSews1Q5An57daYo_xvdl19OHCcN-vyOXRoFglECBcUrpOzyXnQiLSR_JTW-0r2Z2m2fkAdBlqbzXEUSxrfr0kWUliWdvbKEavovRzt9PRJSjauH4woqIKIRklc7sO-YyCMmsgV6rt_BSktQaZezHQITNdmqkb_D5k4IxOr8x01bgjm1nYs6PeD1SIs_OK1S8AmARfuUQryUq77z8s8PyUmTU7438EZz48Sm6KGaY63LhjlvpRg0R2BwblICE6scLp-F52542Kr4IfQ","e":"AQAB"}]}
2022-02-11 17:20:49 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "08af38e65497ad128bd8330aba8b55d2e4f23b42",
      "alg": "RS256",
      "n": "rV40oUYNGvii4eSDMje-NzAIJ8owUpiHOYGduQBxIdzZR4ByPsUedwz_aK1ISG_gOIFwwbY3A7tc97hfoUeaT2u0njaN7lsvZ2V6j5fntbRpz10y0GKeeofvqNpIUYydag5SETbR5YkVVH5LO6xEEKHO2RL-eOfDTpRx0M5IIkYWknrA4fEtvgjRW1urhYKnV8BGLW6nysRNelIshMICbcn6TtiEmvjKRjOxTmIVZsGQI1OqyWD_2JG_k-VuIXAOBup0O2af3BmG1aj64QPrXm8RI4SARdkZATtu6CMJ-i_f2Zy8SoBHNozQuIvjvr5sMrFttoOQb0vzLKhDmTPwEw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "3b3f9b896a7871d19942a8e50337cddc8dfc7641",
      "alg": "RS256",
      "n": "wZdmaMnMiK0AW7qgyurXmsxk6IrsvAZBvaJd13ZMIv7GBLEFiofAgRZNfibb0PUsTJHyHesMq8v8rwODxqJyQ48J065tbLNW167pVGtRPAdXPv9q3ok38Ignl_VMNjSMdwNLwmUS1G2IEfYOZ9Lybmw4oeNZ-YF4JwNLLIy30V5N17HUUFRa4m2WfUhKDWHj4sy4YBOJVKqgnT_e2OdFulMYrENjZ8cjiXoqCIHrQtXr4RyxNri20hGxNmQLkhHCtc7pzeJp-O_WeF3wkotlx0lKaRcId7TrWefOc8guZ6XX7gzGP4zUcdv9NIVQC7nOc3H7vhAHGJvXLT7J9EfIsw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "7d600368a2a2db19480e0935561a2b4d2fb26cf3",
      "alg": "RS256",
      "n": "wjMyfCijcTvSrngB9ovvrIdi8_luxFo5lR7JRsSi_CmuLPvg69N6y_gimUXXuuSxeTEjV4DwSews1Q5An57daYo_xvdl19OHCcN-vyOXRoFglECBcUrpOzyXnQiLSR_JTW-0r2Z2m2fkAdBlqbzXEUSxrfr0kWUliWdvbKEavovRzt9PRJSjauH4woqIKIRklc7sO-YyCMmsgV6rt_BSktQaZezHQITNdmqkb_D5k4IxOr8x01bgjm1nYs6PeD1SIs_OK1S8AmARfuUQryUq77z8s8PyUmTU7438EZz48Sm6KGaY63LhjlvpRg0R2BwblICE6scLp-F52542Kr4IfQ",
      "e": "AQAB"
    }
  ]
}
2022-02-11 17:20:49 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "08af38e65497ad128bd8330aba8b55d2e4f23b42",
      "alg": "RS256",
      "n": "rV40oUYNGvii4eSDMje-NzAIJ8owUpiHOYGduQBxIdzZR4ByPsUedwz_aK1ISG_gOIFwwbY3A7tc97hfoUeaT2u0njaN7lsvZ2V6j5fntbRpz10y0GKeeofvqNpIUYydag5SETbR5YkVVH5LO6xEEKHO2RL-eOfDTpRx0M5IIkYWknrA4fEtvgjRW1urhYKnV8BGLW6nysRNelIshMICbcn6TtiEmvjKRjOxTmIVZsGQI1OqyWD_2JG_k-VuIXAOBup0O2af3BmG1aj64QPrXm8RI4SARdkZATtu6CMJ-i_f2Zy8SoBHNozQuIvjvr5sMrFttoOQb0vzLKhDmTPwEw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "3b3f9b896a7871d19942a8e50337cddc8dfc7641",
      "alg": "RS256",
      "n": "wZdmaMnMiK0AW7qgyurXmsxk6IrsvAZBvaJd13ZMIv7GBLEFiofAgRZNfibb0PUsTJHyHesMq8v8rwODxqJyQ48J065tbLNW167pVGtRPAdXPv9q3ok38Ignl_VMNjSMdwNLwmUS1G2IEfYOZ9Lybmw4oeNZ-YF4JwNLLIy30V5N17HUUFRa4m2WfUhKDWHj4sy4YBOJVKqgnT_e2OdFulMYrENjZ8cjiXoqCIHrQtXr4RyxNri20hGxNmQLkhHCtc7pzeJp-O_WeF3wkotlx0lKaRcId7TrWefOc8guZ6XX7gzGP4zUcdv9NIVQC7nOc3H7vhAHGJvXLT7J9EfIsw",
      "e": "AQAB"
    },
    {
      "use": "sig",
      "kty": "RSA",
      "kid": "7d600368a2a2db19480e0935561a2b4d2fb26cf3",
      "alg": "RS256",
      "n": "wjMyfCijcTvSrngB9ovvrIdi8_luxFo5lR7JRsSi_CmuLPvg69N6y_gimUXXuuSxeTEjV4DwSews1Q5An57daYo_xvdl19OHCcN-vyOXRoFglECBcUrpOzyXnQiLSR_JTW-0r2Z2m2fkAdBlqbzXEUSxrfr0kWUliWdvbKEavovRzt9PRJSjauH4woqIKIRklc7sO-YyCMmsgV6rt_BSktQaZezHQITNdmqkb_D5k4IxOr8x01bgjm1nYs6PeD1SIs_OK1S8AmARfuUQryUq77z8s8PyUmTU7438EZz48Sm6KGaY63LhjlvpRg0R2BwblICE6scLp-F52542Kr4IfQ",
      "e": "AQAB"
    }
  ]
}
2022-02-11 17:20:49 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-02-11 17:20:49 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2022-02-11 17:20:49 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-02-11 17:20:49 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-02-11 17:20:49 SUCCESS
GetStaticClientConfiguration
Found a static client object
client_id
b6f78949-fd28-4ec6-9fec-949e7344b3f2
client_secret
Nz_m_NGj7P3Fl4XbnFroQ5Y_PP5puUezgtvBnz9RHOv3jwrns4mfifdmJ9MRlEbn1YG3LR7DJRmzN8J9ranX-g
2022-02-11 17:20:49 INFO
ValidateClientJWKsPrivatePart
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-02-11 17:20:49 INFO
ExtractJWKsFromStaticClientConfiguration
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-02-11 17:20:49 INFO
CheckDistinctKeyIdValueInClientJWKs
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-02-11 17:20:49
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2022-02-11 17:20:49 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
actual
[
  "client_secret_basic",
  "client_secret_post"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2022-02-11 17:20:49 SUCCESS
SetProtectedResourceUrlToUserInfoEndpoint
userinfo_endpoint will be used to test access token. The user info is not a mandatory to implement feature in the OpenID Connect specification, but is mandatory for certification.
protected_resource_url
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/profiles/oidc/userinfo
2022-02-11 17:20:49
oidcc-response-type-missing
Setup Done
Make request to authorization endpoint
2022-02-11 17:20:49 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
b6f78949-fd28-4ec6-9fec-949e7344b3f2
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback
scope
openid
2022-02-11 17:20:49
CreateRandomStateValue
Created state value
requested_state_length
10
state
QF91ACAqRo
2022-02-11 17:20:49 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
b6f78949-fd28-4ec6-9fec-949e7344b3f2
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback
scope
openid
state
QF91ACAqRo
2022-02-11 17:20:49
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
gsCePXlEiC
2022-02-11 17:20:49 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
b6f78949-fd28-4ec6-9fec-949e7344b3f2
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback
scope
openid
state
QF91ACAqRo
nonce
gsCePXlEiC
2022-02-11 17:20:49
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Miss out the response_type
2022-02-11 17:20:49 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
auth_request
{
  "client_id": "b6f78949-fd28-4ec6-9fec-949e7344b3f2",
  "redirect_uri": "https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback",
  "scope": "openid",
  "state": "QF91ACAqRo",
  "nonce": "gsCePXlEiC"
}
redirect_to_authorization_endpoint
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/authorize?client_id=b6f78949-fd28-4ec6-9fec-949e7344b3f2&redirect_uri=https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback&scope=openid&state=QF91ACAqRo&nonce=gsCePXlEiC
2022-02-11 17:20:49 REDIRECT
oidcc-response-type-missing
Redirecting to authorization endpoint
redirect_to
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/authorize?client_id=b6f78949-fd28-4ec6-9fec-949e7344b3f2&redirect_uri=https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback&scope=openid&state=QF91ACAqRo&nonce=gsCePXlEiC
2022-02-11 17:20:49 REVIEW
ExpectResponseTypeMissingErrorPage
Upload a screenshot of the error page showing a missing response type error.
image_no_longer_required
true
2022-02-11 17:20:50 INCOMING
oidcc-response-type-missing
Incoming HTTP request to /test/a/authteamoidctest-implicit/callback
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/98.0.4758.80 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "none",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US",
  "connection": "close"
}
incoming_path
/test/a/authteamoidctest-implicit/callback
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{
  "error": "invalid_request",
  "error_description": "response_type is missing",
  "state": "QF91ACAqRo"
}
incoming_body
2022-02-11 17:20:50 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/1W7Sgy9GJtq9ig15kdqq",
  "fullUrl": "https://www.certification.openid.net/test/a/authteamoidctest-implicit/implicit/1W7Sgy9GJtq9ig15kdqq"
}
2022-02-11 17:20:50 OUTGOING
oidcc-response-type-missing
Response to HTTP request to test instance MZY5CeWTs0fz3QS
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/authteamoidctest-implicit/implicit/1W7Sgy9GJtq9ig15kdqq, returnUrl=/log-detail.html?log=MZY5CeWTs0fz3QS}]
outgoing_path
callback
2022-02-11 17:20:51 INCOMING
oidcc-response-type-missing
Incoming HTTP request to /test/a/authteamoidctest-implicit/implicit/1W7Sgy9GJtq9ig15kdqq
incoming_headers
{
  "host": "www.certification.openid.net",
  "sec-ch-ua": "",
  "accept": "*/*",
  "content-type": "text/plain",
  "x-requested-with": "XMLHttpRequest",
  "sec-ch-ua-mobile": "?0",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/98.0.4758.80 Safari/537.36",
  "sec-ch-ua-platform": "",
  "origin": "https://www.certification.openid.net",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "cors",
  "sec-fetch-dest": "empty",
  "referer": "https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback?error\u003dinvalid_request\u0026error_description\u003dresponse_type+is+missing\u0026state\u003dQF91ACAqRo",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003dE95846E970EA287909BCBC8AB63D5C88",
  "content-length": "0",
  "connection": "close"
}
incoming_path
/test/a/authteamoidctest-implicit/implicit/1W7Sgy9GJtq9ig15kdqq
incoming_body_form_params
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_tls_cert
incoming_body_json
incoming_query_string_params
{}
incoming_body
2022-02-11 17:20:51 OUTGOING
oidcc-response-type-missing
Response to HTTP request to test instance MZY5CeWTs0fz3QS
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/1W7Sgy9GJtq9ig15kdqq
2022-02-11 17:20:51 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2022-02-11 17:20:51 REDIRECT-IN
oidcc-response-type-missing
Authorization endpoint response captured
url_query
{
  "error": "invalid_request",
  "error_description": "response_type is missing",
  "state": "QF91ACAqRo"
}
headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/98.0.4758.80 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "none",
  "sec-fetch-mode": "navigate",
  "sec-fetch-user": "?1",
  "sec-fetch-dest": "document",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "x-forwarded-proto": "https",
  "x-forwarded-port": "443",
  "connection": "close",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net"
}
http_method
GET
url_fragment
{}
post_body
Verify authorization endpoint response
2022-02-11 17:20:51 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
QF91ACAqRo
2022-02-11 17:20:51
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2022-02-11 17:20:51 SUCCESS
EnsureErrorFromAuthorizationEndpointResponse
Authorization endpoint returned an error
error
invalid_request
error_description
response_type is missing
state
QF91ACAqRo
2022-02-11 17:20:51 SUCCESS
RejectAuthCodeInAuthorizationEndpointResponse
Authorization code is not present in authorization endpoint response
2022-02-11 17:20:51 SUCCESS
CheckForUnexpectedParametersInErrorResponseFromAuthorizationEndpoint
error response includes only expected parameters
error
invalid_request
error_description
response_type is missing
state
QF91ACAqRo
2022-02-11 17:20:51 SUCCESS
CheckErrorDescriptionFromAuthorizationEndpointResponseErrorContainsCRLFTAB
authorization_endpoint_response 'error_description' field does not include CR/LF/TAB
error_description
response_type is missing
2022-02-11 17:20:51 SUCCESS
ValidateErrorDescriptionFromAuthorizationEndpointResponseError
authorization_endpoint_response error returned valid 'error_description' field
error_description
response_type is missing
2022-02-11 17:20:51 SUCCESS
ValidateErrorUriFromAuthorizationEndpointResponseError
authorization_endpoint_response did not include optional 'error_uri' field
2022-02-11 17:20:51 SUCCESS
CheckErrorFromAuthorizationEndpointErrorInvalidRequestOrUnsupportedResponseType
Authorization endpoint returned expected error
actual
invalid_request
expected
[
  "unsupported_response_type",
  "invalid_request"
]
2022-02-11 17:20:51 FINISHED
oidcc-response-type-missing
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2022-02-11 17:20:51
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
2022-02-11 17:22:01
TEST-RUNNER
Alias has now been claimed by another test
alias
authteamoidctest-implicit
new_test_id
DyUvaQkBm1J5qYY
Test Results