Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-02-11 17:39:26 INFO
TEST-RUNNER
Test instance nPCSFkxT9E39LDe created
baseUrl
https://www.certification.openid.net/test/a/authteamoidctest-implicit
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_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-ensure-registered-redirect-uri
2022-02-11 17:39:27 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/callback
2022-02-11 17:39:27
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:39:27 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": "92c7f21c-e55d-4b98-adbb-b0e2d3159b68",
  "x-ratelimit-limit": "0",
  "x-ratelimit-remaining": "0",
  "x-ratelimit-reset": "0",
  "vary": "Accept-Encoding",
  "date": "Fri, 11 Feb 2022 17:39:27 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:39:27 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:39:27 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2022-02-11 17:39:27 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:39:27
FetchServerKeys
Fetching server key
jwks_uri
https://v1.api.us.janrain.com/00000000-0000-0000-0000-000000000000/login/jwk
2022-02-11 17:39:27
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:39:27 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": "efd556a1-3766-49bd-81ad-3f8e10e3fafc",
  "x-ratelimit-limit": "0",
  "x-ratelimit-remaining": "0",
  "x-ratelimit-reset": "0",
  "vary": "Accept-Encoding",
  "date": "Fri, 11 Feb 2022 17:39:27 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:39:27
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:39:27 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:39:27 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:39:27 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-02-11 17:39:27 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2022-02-11 17:39:27 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-02-11 17:39:27 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-02-11 17:39:27 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:39:27 INFO
ValidateClientJWKsPrivatePart
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-02-11 17:39:27 INFO
ExtractJWKsFromStaticClientConfiguration
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-02-11 17:39:27 INFO
CheckDistinctKeyIdValueInClientJWKs
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2022-02-11 17:39:27
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2022-02-11 17:39:27 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:39:27 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:39:27 SUCCESS
CreateBadRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/Cp5psIlfz8
2022-02-11 17:39:27
oidcc-ensure-registered-redirect-uri
Setup Done
Make request to authorization endpoint
2022-02-11 17:39:27 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
b6f78949-fd28-4ec6-9fec-949e7344b3f2
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/Cp5psIlfz8
scope
openid
2022-02-11 17:39:27
CreateRandomStateValue
Created state value
requested_state_length
10
state
nw2dAwcI56
2022-02-11 17:39:27 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/Cp5psIlfz8
scope
openid
state
nw2dAwcI56
2022-02-11 17:39:27
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
PwsA0VvniV
2022-02-11 17:39:27 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/Cp5psIlfz8
scope
openid
state
nw2dAwcI56
nonce
PwsA0VvniV
2022-02-11 17:39:27 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
b6f78949-fd28-4ec6-9fec-949e7344b3f2
redirect_uri
https://www.certification.openid.net/test/a/authteamoidctest-implicit/Cp5psIlfz8
scope
openid
state
nw2dAwcI56
nonce
PwsA0VvniV
response_type
id_token
2022-02-11 17:39:27 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/Cp5psIlfz8",
  "scope": "openid",
  "state": "nw2dAwcI56",
  "nonce": "PwsA0VvniV",
  "response_type": "id_token"
}
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/Cp5psIlfz8&scope=openid&state=nw2dAwcI56&nonce=PwsA0VvniV&response_type=id_token
2022-02-11 17:39:27 REDIRECT
oidcc-ensure-registered-redirect-uri
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/Cp5psIlfz8&scope=openid&state=nw2dAwcI56&nonce=PwsA0VvniV&response_type=id_token
2022-02-11 17:39:27 REVIEW IMAGE
ExpectRedirectUriErrorPage
Show redirect URI error page
img
updatedAt
1644601185702
2022-02-11 17:39:58 FINISHED
oidcc-ensure-registered-redirect-uri
Test has run to completion
testmodule_result
REVIEW
Unregister dynamically registered client
2022-02-11 17:39:58
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
2022-02-11 17:40:31
TEST-RUNNER
Alias has now been claimed by another test
alias
authteamoidctest-implicit
new_test_id
fN2B3B1u9DgSAtG
Test Results