Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-10-31 12:40:25 INFO
TEST-RUNNER
Test instance 7an9a0kMpBn7lqa created
baseUrl
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "server_metadata": "discovery",
  "response_mode": "default",
  "client_registration": "dynamic_client"
}
alias
rodauth-oauth-basic-certification
description
basic certification openid config test
planId
NDGuZJf3Apgbx
config
{
  "alias": "rodauth-oauth-basic-certification",
  "description": "basic certification openid config test",
  "consent": {},
  "server": {
    "discoveryUrl": "https://rodauth-oauth-oidc.onrender.com/.well-known/openid-configuration"
  },
  "client": {
    "client_name": "Client 1"
  },
  "client2": {
    "client_name": "Client 2"
  },
  "publish": "everything"
}
testName
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
2022-10-31 12:40:25 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback
2022-10-31 12:40:25
GetDynamicServerConfiguration
HTTP request
request_uri
https://rodauth-oauth-oidc.onrender.com/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-10-31 12:40:25 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Mon, 31 Oct 2022 12:40:25 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c7587a94517f7-ATL",
  "cache-control": "private, max-age\u003d86400",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
response_body
{"issuer":"https://rodauth-oauth-oidc.onrender.com","token_endpoint":"https://rodauth-oauth-oidc.onrender.com/token","scopes_supported":["openid","email","address","phone","profile","books.read"],"response_types_supported":["code","id_token","none","code id_token","code token","id_token token","code id_token token","token"],"response_modes_supported":["query","form_post","fragment"],"grant_types_supported":["refresh_token","authorization_code","implicit","client_credentials","urn:ietf:params:oauth:grant-type:jwt-bearer"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post","private_key_jwt"],"token_endpoint_auth_signing_alg_values_supported":["RS256"],"jwks_uri":"https://rodauth-oauth-oidc.onrender.com/jwks","authorization_endpoint":"https://rodauth-oauth-oidc.onrender.com/authorize","registration_endpoint":"https://rodauth-oauth-oidc.onrender.com/register","request_uri_parameter_supported":true,"require_request_uri_registration":false,"userinfo_endpoint":"https://rodauth-oauth-oidc.onrender.com/userinfo","end_session_endpoint":"https://rodauth-oauth-oidc.onrender.com/oidc-logout","subject_types_supported":["public","pairwise"],"acr_values_supported":["phr","phrh"],"id_token_signing_alg_values_supported":["RS256"],"userinfo_signing_alg_values_supported":["HS256","HS384","HS512","HS512256","RS256","RS384","RS512","ED25519","ES256","ES384","ES512","PS256","PS384","PS512","none"],"request_object_signing_alg_values_supported":["HS256","HS384","HS512","HS512256","RS256","RS384","RS512","ED25519","ES256","ES384","ES512","PS256","PS384","PS512","none"],"claim_types_supported":["normal"],"claims_supported":["sub","iss","iat","exp","aud","auth_time","email","email_verified","formatted","street_address","locality","region","postal_code","country","phone_number","phone_number_verified","name","family_name","given_name","middle_name","nickname","preferred_username","profile","picture","website","gender","birthdate","zoneinfo","locale","updated_at","read"]}
2022-10-31 12:40:25 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
issuer
https://rodauth-oauth-oidc.onrender.com
token_endpoint
https://rodauth-oauth-oidc.onrender.com/token
scopes_supported
[
  "openid",
  "email",
  "address",
  "phone",
  "profile",
  "books.read"
]
response_types_supported
[
  "code",
  "id_token",
  "none",
  "code id_token",
  "code token",
  "id_token token",
  "code id_token token",
  "token"
]
response_modes_supported
[
  "query",
  "form_post",
  "fragment"
]
grant_types_supported
[
  "refresh_token",
  "authorization_code",
  "implicit",
  "client_credentials",
  "urn:ietf:params:oauth:grant-type:jwt-bearer"
]
token_endpoint_auth_methods_supported
[
  "client_secret_basic",
  "client_secret_post",
  "private_key_jwt"
]
token_endpoint_auth_signing_alg_values_supported
[
  "RS256"
]
jwks_uri
https://rodauth-oauth-oidc.onrender.com/jwks
authorization_endpoint
https://rodauth-oauth-oidc.onrender.com/authorize
registration_endpoint
https://rodauth-oauth-oidc.onrender.com/register
request_uri_parameter_supported
true
require_request_uri_registration
false
userinfo_endpoint
https://rodauth-oauth-oidc.onrender.com/userinfo
end_session_endpoint
https://rodauth-oauth-oidc.onrender.com/oidc-logout
subject_types_supported
[
  "public",
  "pairwise"
]
acr_values_supported
[
  "phr",
  "phrh"
]
id_token_signing_alg_values_supported
[
  "RS256"
]
userinfo_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "HS512256",
  "RS256",
  "RS384",
  "RS512",
  "ED25519",
  "ES256",
  "ES384",
  "ES512",
  "PS256",
  "PS384",
  "PS512",
  "none"
]
request_object_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "HS512256",
  "RS256",
  "RS384",
  "RS512",
  "ED25519",
  "ES256",
  "ES384",
  "ES512",
  "PS256",
  "PS384",
  "PS512",
  "none"
]
claim_types_supported
[
  "normal"
]
claims_supported
[
  "sub",
  "iss",
  "iat",
  "exp",
  "aud",
  "auth_time",
  "email",
  "email_verified",
  "formatted",
  "street_address",
  "locality",
  "region",
  "postal_code",
  "country",
  "phone_number",
  "phone_number_verified",
  "name",
  "family_name",
  "given_name",
  "middle_name",
  "nickname",
  "preferred_username",
  "profile",
  "picture",
  "website",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "updated_at",
  "read"
]
2022-10-31 12:40:25 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2022-10-31 12:40:25 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "rodauth-oauth-oidc.onrender.com",
  "testPort": 443
}
authorization_endpoint
{
  "testHost": "rodauth-oauth-oidc.onrender.com",
  "testPort": 443
}
token_endpoint
{
  "testHost": "rodauth-oauth-oidc.onrender.com",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "rodauth-oauth-oidc.onrender.com",
  "testPort": 443
}
2022-10-31 12:40:25
FetchServerKeys
Fetching server key
jwks_uri
https://rodauth-oauth-oidc.onrender.com/jwks
2022-10-31 12:40:25
FetchServerKeys
HTTP request
request_uri
https://rodauth-oauth-oidc.onrender.com/jwks
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-10-31 12:40:26 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Mon, 31 Oct 2022 12:40:26 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c758a8eefade7-ATL",
  "cache-control": "private, max-age\u003d86400",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
response_body
{"keys":[{"kty":"RSA","n":"pLTiPIsxEnF0XEwGr8GluJgEl8rxEWEaMFj1Pn7uEvT-7HYL_1w_UDeGBmUmRAO-4KveWH5MbAD2EbmvsQ_9nu3M1CAMD9T-0vLahzLD-o4aGq78sqyWc1HF55WPAYN0KAYX5QI-QKkJAqaJ66BNzC5ujf7RJe9SglVpcSdqMPuUYnofs-i3aTm1urToFRddl4jTmOERfViECwvq0ZqI6qLlbYGEYaUOodJmEX40HFXnUoE46mhbjGTWQXEXCq9530ZZcF_9VNKzD2QnxslqekFKjLEiSo8nxp-RlvTLVLZfNZu7qICL6Z9kxDW4_kEX1UgYb6CWIMWe7Zx79ntz6w","e":"AQAB","kid":"d826e299966ba45876f479f6d735c6e2aa18e28d47231db76f56ab05256b8e8e","use":"sig","alg":"RS256"}]}
2022-10-31 12:40:26
FetchServerKeys
Found JWK set string
jwk_string
{"keys":[{"kty":"RSA","n":"pLTiPIsxEnF0XEwGr8GluJgEl8rxEWEaMFj1Pn7uEvT-7HYL_1w_UDeGBmUmRAO-4KveWH5MbAD2EbmvsQ_9nu3M1CAMD9T-0vLahzLD-o4aGq78sqyWc1HF55WPAYN0KAYX5QI-QKkJAqaJ66BNzC5ujf7RJe9SglVpcSdqMPuUYnofs-i3aTm1urToFRddl4jTmOERfViECwvq0ZqI6qLlbYGEYaUOodJmEX40HFXnUoE46mhbjGTWQXEXCq9530ZZcF_9VNKzD2QnxslqekFKjLEiSo8nxp-RlvTLVLZfNZu7qICL6Z9kxDW4_kEX1UgYb6CWIMWe7Zx79ntz6w","e":"AQAB","kid":"d826e299966ba45876f479f6d735c6e2aa18e28d47231db76f56ab05256b8e8e","use":"sig","alg":"RS256"}]}
2022-10-31 12:40:26 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "n": "pLTiPIsxEnF0XEwGr8GluJgEl8rxEWEaMFj1Pn7uEvT-7HYL_1w_UDeGBmUmRAO-4KveWH5MbAD2EbmvsQ_9nu3M1CAMD9T-0vLahzLD-o4aGq78sqyWc1HF55WPAYN0KAYX5QI-QKkJAqaJ66BNzC5ujf7RJe9SglVpcSdqMPuUYnofs-i3aTm1urToFRddl4jTmOERfViECwvq0ZqI6qLlbYGEYaUOodJmEX40HFXnUoE46mhbjGTWQXEXCq9530ZZcF_9VNKzD2QnxslqekFKjLEiSo8nxp-RlvTLVLZfNZu7qICL6Z9kxDW4_kEX1UgYb6CWIMWe7Zx79ntz6w",
      "e": "AQAB",
      "kid": "d826e299966ba45876f479f6d735c6e2aa18e28d47231db76f56ab05256b8e8e",
      "use": "sig",
      "alg": "RS256"
    }
  ]
}
2022-10-31 12:40:26 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "n": "pLTiPIsxEnF0XEwGr8GluJgEl8rxEWEaMFj1Pn7uEvT-7HYL_1w_UDeGBmUmRAO-4KveWH5MbAD2EbmvsQ_9nu3M1CAMD9T-0vLahzLD-o4aGq78sqyWc1HF55WPAYN0KAYX5QI-QKkJAqaJ66BNzC5ujf7RJe9SglVpcSdqMPuUYnofs-i3aTm1urToFRddl4jTmOERfViECwvq0ZqI6qLlbYGEYaUOodJmEX40HFXnUoE46mhbjGTWQXEXCq9530ZZcF_9VNKzD2QnxslqekFKjLEiSo8nxp-RlvTLVLZfNZu7qICL6Z9kxDW4_kEX1UgYb6CWIMWe7Zx79ntz6w",
      "e": "AQAB",
      "kid": "d826e299966ba45876f479f6d735c6e2aa18e28d47231db76f56ab05256b8e8e",
      "use": "sig",
      "alg": "RS256"
    }
  ]
}
2022-10-31 12:40:26 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2022-10-31 12:40:26 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2022-10-31 12:40:26 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-10-31 12:40:26 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2022-10-31 12:40:26
StoreOriginalClientConfiguration
Created original_client_config object from the client configuration.
client_name
Client 1
2022-10-31 12:40:26
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
Client 1
2022-10-31 12:40:26 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "5hhneY9nWqUYPobIrMBr0HURfbQCPrZ7z_v0epK0bB8b1Zk7vpMdh3t-Jhs_3Tubfw3BPjVbht2BBhw_XqhRO6TKRhEQqo6El_NFXRTS40LhgQxRIh5sbgQd-J41gFvlNXh7yfnkE8a5rfpr8n0LGlp2kNaf71dgCMzaPgzkiNU",
      "kty": "RSA",
      "q": "l1srG5nbLA2WAtqRWNhvKFVvkP1bGJ3zdnlQg-_k6M_fqUDDDQj7L8d9Au0yiwNOuq94eBaOr8olx7DEoJ4rltA4KRO-1PlEUwQhcO45yW6U0-SZiqsVg3j9D6UdzsMNeXWPwvgEdlvP7zbSAIX_Js3MO9NRoNcOdwgjiNvWutU",
      "d": "WIYRmA948UmQ_D4zuPJ1bxcpZC1t9NUeiotpWz3v85flMBDBO5q81bR-ixYz6Tpci3zGKHEaMTavocdJotIaHjYMiLHBbJSc1fxOJXFKf6mVDTlT-PWdsIlP6HIAqg2i3LGNswqXuteGtqykN3OJqCzbi94thCxXueBW-QZlhoLiW8SiPsTPTNdhit4eR-83dDqFjwT1Hbm84_dUKiMi5P1P1duU1LwyWXe1NpskrpbD1_i1yjY162xOn2tLdNyIE7ayf5gjnTSSchpXsPSf71rdD8mmm-VBcSem3-sNdZiXFVk-XSzj34c1hG_ENxeJaA_66aW4ytR-OwFqz5uuYQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "gJz2Uf8B7BF4El9ci79YO2GF7JaCesEGjuVVfvMv4cAShrjFxXPzVrjklqIHkP55zvA0-m8YqvuRq8GKL-TFK5MyzSsNsX3BjQjuLyLxtldNFT73IVMlmrP1ScooqaxRYNJkr81jQBroCYQljFTGgxnoJF6cAPOT8_1_IfQTN2Y",
      "dp": "EDwIkPsdP7gGTeMUpZut_7dC1KuuvN4DPll4lm1jbX2EaT22iWu32adM70Nc7i8WeZBu4gTBwHJAeD3l-rfFg3_NBcSOeHo1wMLZUgf2GTLO1lwYHWAoJlsEAlanT7csJOmrUkTfYsXStAPHOgS4k9NuKin6ftibXgOWImqmdUE",
      "alg": "RS256",
      "dq": "a4nXIxE57B7rCrQIuTtuHxY04qtgYik3pmGjl1qHJfMsUrE05LoQ3m26oK2vT53V_kZWLdy5HKVgGnW5_vTiu5DNlkH1QJSquuEgcYCRhlEPZU3y2decvYDlLIyAlTt5A2dH8ZsOcJnjL2-f3cdW9lcaWRdX1BN4r5IUzVSFSNE",
      "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
    }
  ]
}
2022-10-31 12:40:26 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-10-31 12:40:26
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
2022-10-31 12:40:26
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
client_name
Client 1 7an9a0kMpBn7lqa
2022-10-31 12:40:26
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2022-10-31 12:40:26
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  }
}
2022-10-31 12:40:26
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2022-10-31 12:40:26
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ]
}
2022-10-31 12:40:26
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"
  ]
}
2022-10-31 12:40:26
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2022-10-31 12:40:26
CreateRandomRequestUri
Created random URL for request_uri
request_uri
{
  "path": "requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk",
  "fullUrl": "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk#54cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU"
}
2022-10-31 12:40:26
AddRequestUriToDynamicRegistrationRequest
Added request_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ],
  "request_uris": [
    "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk#54cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU"
  ]
}
2022-10-31 12:40:26
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://rodauth-oauth-oidc.onrender.com/register
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "936"
}
request_body
{"client_name":"Client 1 7an9a0kMpBn7lqa","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"],"contacts":["certification@oidf.org"],"request_uris":["https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk#54cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU"]}
2022-10-31 12:40:29 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
Created
response_headers
{
  "date": "Mon, 31 Oct 2022 12:40:29 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c758d9e3eb0ff-ATL",
  "cache-control": "no-store",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "pragma": "no-cache",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
response_body
{"client_name":"Client 1 7an9a0kMpBn7lqa","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"],"contacts":["certification@oidf.org"],"request_uris":["https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk#54cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU"],"application_type":"web","id_token_signed_response_alg":"RS256","scopes":"openid email address phone profile books.read","client_id":"tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ","client_id_issued_at":"2022-10-31T12:40:26Z","client_secret":"X61iuZy6GOt1BuuxVbqLVRElawjcS6Hmv2GzBwmqumU","client_secret_expires_at":0}
2022-10-31 12:40:29
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
status
201
endpoint_name
dynamic registration
headers
{
  "date": "Mon, 31 Oct 2022 12:40:29 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c758d9e3eb0ff-ATL",
  "cache-control": "no-store",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "pragma": "no-cache",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
body
{"client_name":"Client 1 7an9a0kMpBn7lqa","grant_types":["authorization_code"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["code"],"redirect_uris":["https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"],"contacts":["certification@oidf.org"],"request_uris":["https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk#54cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU"],"application_type":"web","id_token_signed_response_alg":"RS256","scopes":"openid email address phone profile books.read","client_id":"tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ","client_id_issued_at":"2022-10-31T12:40:26Z","client_secret":"X61iuZy6GOt1BuuxVbqLVRElawjcS6Hmv2GzBwmqumU","client_secret_expires_at":0}
body_json
{
  "client_name": "Client 1 7an9a0kMpBn7lqa",
  "grant_types": [
    "authorization_code"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "iApWdGQJ2W2pqj_lDcikuqVe-VqMdSWut_b-uzbl0xLFEC75e6XQoLGdkuVH8osJuUstpDL37xngquiGbgUMTs6i9ZrNvuSG9gGJm_CuI1h5osDL66XN4GswykkS9R_hhOs7d-dhdbZp541ixbv7UOX1LNP7pNzuL0d_7h6bKytPv82v93ErTr-VA6f-mReraQRKq88b6snjBi5XCa8nDE1Fpp5w2QIaecamo8StxROcuDLFdBMIt-u6xR2DyNKY5xTXIL6Qsd3IJ1JPQBO0DXrGxan9cIH2nh271-ixlaAyCHKnn9gZERBHDGp1b6rMnUo5lA-RgV0PrsM_Xp6bOQ"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ],
  "request_uris": [
    "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk#54cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU"
  ],
  "application_type": "web",
  "id_token_signed_response_alg": "RS256",
  "scopes": "openid email address phone profile books.read",
  "client_id": "tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ",
  "client_id_issued_at": "2022-10-31T12:40:26Z",
  "client_secret": "X61iuZy6GOt1BuuxVbqLVRElawjcS6Hmv2GzBwmqumU",
  "client_secret_expires_at": 0
}
2022-10-31 12:40:29 SUCCESS
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
2022-10-31 12:40:29 SUCCESS
EnsureHttpStatusCodeIs201
dynamic registration endpoint returned the expected http status
expected_status
201
http_status
201
2022-10-31 12:40:29 SUCCESS
CheckNoErrorFromDynamicRegistrationEndpoint
Dynamic registration endpoint did not return an error.
2022-10-31 12:40:29 SUCCESS
ExtractDynamicRegistrationResponse
Extracted client from dynamic registration response
client_id
tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ
2022-10-31 12:40:29
VerifyClientManagementCredentials
Dynamic registration returned neither registration_client_uri nor registration_access_token
2022-10-31 12:40:29
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2022-10-31 12:40:29 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
actual
[
  "client_secret_basic",
  "client_secret_post",
  "private_key_jwt"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2022-10-31 12:40:29 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://rodauth-oauth-oidc.onrender.com/userinfo
2022-10-31 12:40:29 SUCCESS
CheckDiscEndpointRequestUriParameterSupported
request_uri_parameter_supported has correct value
request_uri_parameter_supported
true
2022-10-31 12:40:29
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Setup Done
Make request to authorization endpoint
2022-10-31 12:40:29 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ
redirect_uri
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback
scope
openid
2022-10-31 12:40:29
CreateRandomStateValue
Created state value
requested_state_length
10
state
drcaS7OOcW
2022-10-31 12:40:29 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ
redirect_uri
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback
scope
openid
state
drcaS7OOcW
2022-10-31 12:40:29
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
WEUUDvUL5n
2022-10-31 12:40:29 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ
redirect_uri
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback
scope
openid
state
drcaS7OOcW
nonce
WEUUDvUL5n
2022-10-31 12:40:29 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ
redirect_uri
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback
scope
openid
state
drcaS7OOcW
nonce
WEUUDvUL5n
response_type
code
2022-10-31 12:40:29 SUCCESS
ConvertAuthorizationEndpointRequestToRequestObject
Created request object claims
request_object_claims
{
  "client_id": "tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ",
  "redirect_uri": "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback",
  "scope": "openid",
  "state": "drcaS7OOcW",
  "nonce": "WEUUDvUL5n",
  "response_type": "code"
}
2022-10-31 12:40:29 SUCCESS
SerializeRequestObjectWithNullAlgorithm
Serialized the request object
request_object
{
  "claimsSet": {
    "claims": {
      "scope": "openid",
      "response_type": "code",
      "redirect_uri": "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback",
      "state": "drcaS7OOcW",
      "nonce": "WEUUDvUL5n",
      "client_id": "tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ"
    }
  },
  "header": {
    "alg": {
      "name": "none",
      "requirement": "REQUIRED"
    },
    "customParams": {}
  },
  "payload": {
    "origin": "JSON",
    "jsonObject": {
      "scope": "openid",
      "response_type": "code",
      "redirect_uri": "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback",
      "state": "drcaS7OOcW",
      "nonce": "WEUUDvUL5n",
      "client_id": "tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ"
    }
  }
}
request_object serialized
eyJhbGciOiJub25lIn0.eyJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIiwicmVkaXJlY3RfdXJpIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL3JvZGF1dGgtb2F1dGgtYmFzaWMtY2VydGlmaWNhdGlvblwvY2FsbGJhY2siLCJzdGF0ZSI6ImRyY2FTN09PY1ciLCJub25jZSI6IldFVVVEdlVMNW4iLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIn0.
2022-10-31 12:40:29 SUCCESS
BuildRequestObjectByReferenceRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://rodauth-oauth-oidc.onrender.com/authorize?request_uri=https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk%2354cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU&client_id=tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ&redirect_uri=https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback&scope=openid&response_type=code
2022-10-31 12:40:29 REDIRECT
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Redirecting to authorization endpoint
redirect_to
https://rodauth-oauth-oidc.onrender.com/authorize?request_uri=https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk%2354cLNP4frNOfhl4vtDQQhC_S6rsdZiCkc7Es1YLfRrU&client_id=tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ&redirect_uri=https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback&scope=openid&response_type=code
2022-10-31 12:40:31 INCOMING
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Incoming HTTP request to /test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk
incoming_headers
{
  "host": "www.certification.openid.net",
  "accept-encoding": "gzip;q\u003d1.0,deflate;q\u003d0.6,identity;q\u003d0.3",
  "accept": "application/json",
  "user-agent": "Ruby",
  "connection": "close"
}
incoming_path
/test/a/rodauth-oauth-basic-certification/requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES256-GCM-SHA384
incoming_body_json
2022-10-31 12:40:31 OUTGOING
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Response to HTTP request to test instance 7an9a0kMpBn7lqa
outgoing_status_code
200
outgoing_headers
{
  "Content-Type": [
    "application/jose"
  ]
}
outgoing_body
eyJhbGciOiJub25lIn0.eyJzY29wZSI6Im9wZW5pZCIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIiwicmVkaXJlY3RfdXJpIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL3JvZGF1dGgtb2F1dGgtYmFzaWMtY2VydGlmaWNhdGlvblwvY2FsbGJhY2siLCJzdGF0ZSI6ImRyY2FTN09PY1ciLCJub25jZSI6IldFVVVEdlVMNW4iLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIn0.
outgoing_path
requesturi/v5mHuaSLTIkhRmuhpyXc3vGgpGzH6NUQmYeRDBhW73SYEopb8LvrRQ6GPfmXJmGk
2022-10-31 12:40:34 INCOMING
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Incoming HTTP request to /test/a/rodauth-oauth-basic-certification/callback
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,*/*;q\u003d0.8",
  "accept-language": "pt-PT,pt;q\u003d0.8,en;q\u003d0.5,en-US;q\u003d0.3",
  "accept-encoding": "gzip, deflate, br",
  "referer": "https://rodauth-oauth-oidc.onrender.com/",
  "dnt": "1",
  "cookie": "JSESSIONID\u003dE322334DD746AEBDB7D193D83B890652",
  "upgrade-insecure-requests": "1",
  "sec-fetch-dest": "document",
  "sec-fetch-mode": "navigate",
  "sec-fetch-site": "cross-site",
  "sec-fetch-user": "?1",
  "connection": "close"
}
incoming_path
/test/a/rodauth-oauth-basic-certification/callback
incoming_body_form_params
incoming_method
GET
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{
  "code": "G_60JXWj1lXPe8lhUCNG-WRDAWgLKtjvSpptv1pY1s0",
  "state": "drcaS7OOcW"
}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
2022-10-31 12:40:34 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/RhNEIbFxv7MBXfDC9BK0",
  "fullUrl": "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/implicit/RhNEIbFxv7MBXfDC9BK0"
}
2022-10-31 12:40:34 OUTGOING
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Response to HTTP request to test instance 7an9a0kMpBn7lqa
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/implicit/RhNEIbFxv7MBXfDC9BK0, returnUrl=/log-detail.html?log=7an9a0kMpBn7lqa}]
outgoing_path
callback
2022-10-31 12:40:34 INCOMING
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Incoming HTTP request to /test/a/rodauth-oauth-basic-certification/implicit/RhNEIbFxv7MBXfDC9BK0
incoming_headers
{
  "host": "www.certification.openid.net",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0",
  "accept": "*/*",
  "accept-language": "pt-PT,pt;q\u003d0.8,en;q\u003d0.5,en-US;q\u003d0.3",
  "accept-encoding": "gzip, deflate, br",
  "content-type": "text/plain",
  "x-requested-with": "XMLHttpRequest",
  "origin": "https://www.certification.openid.net",
  "dnt": "1",
  "referer": "https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback?code\u003dG_60JXWj1lXPe8lhUCNG-WRDAWgLKtjvSpptv1pY1s0\u0026state\u003ddrcaS7OOcW",
  "cookie": "JSESSIONID\u003dE322334DD746AEBDB7D193D83B890652",
  "sec-fetch-dest": "empty",
  "sec-fetch-mode": "cors",
  "sec-fetch-site": "same-origin",
  "connection": "close",
  "content-length": "0"
}
incoming_path
/test/a/rodauth-oauth-basic-certification/implicit/RhNEIbFxv7MBXfDC9BK0
incoming_body_form_params
incoming_method
POST
incoming_tls_version
TLSv1.2
incoming_tls_cert
incoming_query_string_params
{}
incoming_body
incoming_tls_chain
[
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL",
  "CONFORMANCE_SUITE_JSON_NULL"
]
incoming_tls_cipher
ECDHE-RSA-AES128-GCM-SHA256
incoming_body_json
2022-10-31 12:40:34 OUTGOING
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Response to HTTP request to test instance 7an9a0kMpBn7lqa
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/RhNEIbFxv7MBXfDC9BK0
2022-10-31 12:40:34 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2022-10-31 12:40:34 REDIRECT-IN
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Authorization endpoint response captured
url_query
{
  "code": "G_60JXWj1lXPe8lhUCNG-WRDAWgLKtjvSpptv1pY1s0",
  "state": "drcaS7OOcW"
}
headers
{
  "host": "www.certification.openid.net",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,*/*;q\u003d0.8",
  "accept-language": "pt-PT,pt;q\u003d0.8,en;q\u003d0.5,en-US;q\u003d0.3",
  "accept-encoding": "gzip, deflate, br",
  "referer": "https://rodauth-oauth-oidc.onrender.com/",
  "dnt": "1",
  "cookie": "JSESSIONID\u003dE322334DD746AEBDB7D193D83B890652",
  "upgrade-insecure-requests": "1",
  "sec-fetch-dest": "document",
  "sec-fetch-mode": "navigate",
  "sec-fetch-site": "cross-site",
  "sec-fetch-user": "?1",
  "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-10-31 12:40:34 SUCCESS
CheckDiscEndpointRequestUriParameterSupported
request_uri_parameter_supported has correct value
request_uri_parameter_supported
true
2022-10-31 12:40:34 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2022-10-31 12:40:34
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2022-10-31 12:40:34 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2022-10-31 12:40:34 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
drcaS7OOcW
2022-10-31 12:40:34 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
G_60JXWj1lXPe8lhUCNG-WRDAWgLKtjvSpptv1pY1s0
2022-10-31 12:40:34 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
Created token endpoint request
grant_type
authorization_code
code
G_60JXWj1lXPe8lhUCNG-WRDAWgLKtjvSpptv1pY1s0
redirect_uri
https://www.certification.openid.net/test/a/rodauth-oauth-basic-certification/callback
2022-10-31 12:40:34 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic dE1USkhmOVhuX19LMm9GQTFjSk5PRkhmekprUXluQnNNZmJmdTFnUElrUTpYNjFpdVp5NkdPdDFCdXV4VmJxTFZSRWxhd2pjUzZIbXYyR3pCd21xdW1V
2022-10-31 12:40:34
CallTokenEndpoint
HTTP request
request_uri
https://rodauth-oauth-oidc.onrender.com/token
request_method
POST
request_headers
{
  "accept": "application/json",
  "authorization": "Basic dE1USkhmOVhuX19LMm9GQTFjSk5PRkhmekprUXluQnNNZmJmdTFnUElrUTpYNjFpdVp5NkdPdDFCdXV4VmJxTFZSRWxhd2pjUzZIbXYyR3pCd21xdW1V",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "content-length": "192"
}
request_body
grant_type=authorization_code&code=G_60JXWj1lXPe8lhUCNG-WRDAWgLKtjvSpptv1pY1s0&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Frodauth-oauth-basic-certification%2Fcallback
2022-10-31 12:40:37 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Mon, 31 Oct 2022 12:40:37 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c75c2d863b159-ATL",
  "cache-control": "no-store",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "pragma": "no-cache",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
response_body
{"access_token":"eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwic2NvcGUiOiJvcGVuaWQiLCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.AcSZvzFrReiDa7d8wYBAB1hhO0JHNip9PVkeRzX9nD2xP-JBOlVqjIA_ntNU56pLVbbvNqpcnZMUSMCcJcuZ9nr4bw_7w97MN9ccPWqLT19vpJuOL_luWwfXS263my4yIgiRpnorsc7jkK0Pu5PMxGgMlsgltZj1TNdg3dY8tKrybEDFDEfxnEOHr-_eBRYJJSRg3VacaYmMxdpTw2Kxj3_DZifZVsJQyniirOCmqS0uHKhe2YWlF3spJw2OagFnV-KhT4tRcXHX6CNitaJJFyU--B-8cKpWR8U8TQrOsUTYSmeZoMM2aWJJ-B09M-dskjXztxnknmfo-LbDDPluaA","token_type":"bearer","expires_in":3600,"refresh_token":"nqxZZMwiNuDY74jY9vC1oc4hLassqy0h-lwMWDxAd60","id_token":"eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwibm9uY2UiOiJXRVVVRHZVTDVuIiwiYXV0aF90aW1lIjoxNjY3MjE5OTc4LCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.gMqUlrHxVnLrcqGeeAFP9tDCFfrTFs6suVPU13a5KzQ3rBMy37ML1X4w8UHpcSDWIljppVQ2u7gB4STrItETg6XEntAw-Pa_w_aEX8WlExthRrPzPeoUy1AtiIiJed8IffVxbBlrfN66toKY8bj2ARUPfWUf3uW16A1pNpxgANt6Jk13xQe8f-qn46olybSi2UYB54My-8WSqb4OYJpmrVVqzZWFppwv3Xt8UhJ_LLuMizQW6wpSAAmAOE4h6K3WUk6KLGGA907Q2_Vtnh9P33WuDDr6iGFg2rONBKpTd728fqUZIOPYmU1a2m0B_mr7C14VGh2rvFTl3d0adrObdg"}
2022-10-31 12:40:37 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwic2NvcGUiOiJvcGVuaWQiLCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.AcSZvzFrReiDa7d8wYBAB1hhO0JHNip9PVkeRzX9nD2xP-JBOlVqjIA_ntNU56pLVbbvNqpcnZMUSMCcJcuZ9nr4bw_7w97MN9ccPWqLT19vpJuOL_luWwfXS263my4yIgiRpnorsc7jkK0Pu5PMxGgMlsgltZj1TNdg3dY8tKrybEDFDEfxnEOHr-_eBRYJJSRg3VacaYmMxdpTw2Kxj3_DZifZVsJQyniirOCmqS0uHKhe2YWlF3spJw2OagFnV-KhT4tRcXHX6CNitaJJFyU--B-8cKpWR8U8TQrOsUTYSmeZoMM2aWJJ-B09M-dskjXztxnknmfo-LbDDPluaA
token_type
bearer
expires_in
3600
refresh_token
nqxZZMwiNuDY74jY9vC1oc4hLassqy0h-lwMWDxAd60
id_token
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwibm9uY2UiOiJXRVVVRHZVTDVuIiwiYXV0aF90aW1lIjoxNjY3MjE5OTc4LCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.gMqUlrHxVnLrcqGeeAFP9tDCFfrTFs6suVPU13a5KzQ3rBMy37ML1X4w8UHpcSDWIljppVQ2u7gB4STrItETg6XEntAw-Pa_w_aEX8WlExthRrPzPeoUy1AtiIiJed8IffVxbBlrfN66toKY8bj2ARUPfWUf3uW16A1pNpxgANt6Jk13xQe8f-qn46olybSi2UYB54My-8WSqb4OYJpmrVVqzZWFppwv3Xt8UhJ_LLuMizQW6wpSAAmAOE4h6K3WUk6KLGGA907Q2_Vtnh9P33WuDDr6iGFg2rONBKpTd728fqUZIOPYmU1a2m0B_mr7C14VGh2rvFTl3d0adrObdg
2022-10-31 12:40:37 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2022-10-31 12:40:37 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwic2NvcGUiOiJvcGVuaWQiLCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.AcSZvzFrReiDa7d8wYBAB1hhO0JHNip9PVkeRzX9nD2xP-JBOlVqjIA_ntNU56pLVbbvNqpcnZMUSMCcJcuZ9nr4bw_7w97MN9ccPWqLT19vpJuOL_luWwfXS263my4yIgiRpnorsc7jkK0Pu5PMxGgMlsgltZj1TNdg3dY8tKrybEDFDEfxnEOHr-_eBRYJJSRg3VacaYmMxdpTw2Kxj3_DZifZVsJQyniirOCmqS0uHKhe2YWlF3spJw2OagFnV-KhT4tRcXHX6CNitaJJFyU--B-8cKpWR8U8TQrOsUTYSmeZoMM2aWJJ-B09M-dskjXztxnknmfo-LbDDPluaA
2022-10-31 12:40:37 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwic2NvcGUiOiJvcGVuaWQiLCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.AcSZvzFrReiDa7d8wYBAB1hhO0JHNip9PVkeRzX9nD2xP-JBOlVqjIA_ntNU56pLVbbvNqpcnZMUSMCcJcuZ9nr4bw_7w97MN9ccPWqLT19vpJuOL_luWwfXS263my4yIgiRpnorsc7jkK0Pu5PMxGgMlsgltZj1TNdg3dY8tKrybEDFDEfxnEOHr-_eBRYJJSRg3VacaYmMxdpTw2Kxj3_DZifZVsJQyniirOCmqS0uHKhe2YWlF3spJw2OagFnV-KhT4tRcXHX6CNitaJJFyU--B-8cKpWR8U8TQrOsUTYSmeZoMM2aWJJ-B09M-dskjXztxnknmfo-LbDDPluaA
type
bearer
2022-10-31 12:40:37 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2022-10-31 12:40:37 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2022-10-31 12:40:37 SUCCESS
CheckForRefreshTokenValue
Found a refresh token
refresh_token
nqxZZMwiNuDY74jY9vC1oc4hLassqy0h-lwMWDxAd60
2022-10-31 12:40:37 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwibm9uY2UiOiJXRVVVRHZVTDVuIiwiYXV0aF90aW1lIjoxNjY3MjE5OTc4LCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.gMqUlrHxVnLrcqGeeAFP9tDCFfrTFs6suVPU13a5KzQ3rBMy37ML1X4w8UHpcSDWIljppVQ2u7gB4STrItETg6XEntAw-Pa_w_aEX8WlExthRrPzPeoUy1AtiIiJed8IffVxbBlrfN66toKY8bj2ARUPfWUf3uW16A1pNpxgANt6Jk13xQe8f-qn46olybSi2UYB54My-8WSqb4OYJpmrVVqzZWFppwv3Xt8UhJ_LLuMizQW6wpSAAmAOE4h6K3WUk6KLGGA907Q2_Vtnh9P33WuDDr6iGFg2rONBKpTd728fqUZIOPYmU1a2m0B_mr7C14VGh2rvFTl3d0adrObdg
header
{
  "kid": "d826e299966ba45876f479f6d735c6e2aa18e28d47231db76f56ab05256b8e8e",
  "alg": "RS256"
}
claims
{
  "sub": "1",
  "aud": "tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ",
  "auth_time": 1667219978,
  "iss": "https://rodauth-oauth-oidc.onrender.com",
  "exp": 1667223637,
  "iat": 1667220037,
  "nonce": "WEUUDvUL5n",
  "client_id": "tMTJHf9Xn__K2oFA1cJNOFHfzJkQynBsMfbfu1gPIkQ",
  "jti": "70805d255c1a1071806e1cdfe8b9b6b87758d6765ccda8daea419e585cb01db5"
}
2022-10-31 12:40:37 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2022-10-31 12:40:37
ValidateIdTokenStandardClaims
sub is a string with content
2022-10-31 12:40:37
ValidateIdTokenStandardClaims
Skipping unknown claim: client_id
2022-10-31 12:40:37 SUCCESS
ValidateIdTokenStandardClaims
id_token claims are valid
2022-10-31 12:40:37 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
WEUUDvUL5n
2022-10-31 12:40:37 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2022-10-31 12:40:37 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwibm9uY2UiOiJXRVVVRHZVTDVuIiwiYXV0aF90aW1lIjoxNjY3MjE5OTc4LCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.gMqUlrHxVnLrcqGeeAFP9tDCFfrTFs6suVPU13a5KzQ3rBMy37ML1X4w8UHpcSDWIljppVQ2u7gB4STrItETg6XEntAw-Pa_w_aEX8WlExthRrPzPeoUy1AtiIiJed8IffVxbBlrfN66toKY8bj2ARUPfWUf3uW16A1pNpxgANt6Jk13xQe8f-qn46olybSi2UYB54My-8WSqb4OYJpmrVVqzZWFppwv3Xt8UhJ_LLuMizQW6wpSAAmAOE4h6K3WUk6KLGGA907Q2_Vtnh9P33WuDDr6iGFg2rONBKpTd728fqUZIOPYmU1a2m0B_mr7C14VGh2rvFTl3d0adrObdg
2022-10-31 12:40:37 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwibm9uY2UiOiJXRVVVRHZVTDVuIiwiYXV0aF90aW1lIjoxNjY3MjE5OTc4LCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.gMqUlrHxVnLrcqGeeAFP9tDCFfrTFs6suVPU13a5KzQ3rBMy37ML1X4w8UHpcSDWIljppVQ2u7gB4STrItETg6XEntAw-Pa_w_aEX8WlExthRrPzPeoUy1AtiIiJed8IffVxbBlrfN66toKY8bj2ARUPfWUf3uW16A1pNpxgANt6Jk13xQe8f-qn46olybSi2UYB54My-8WSqb4OYJpmrVVqzZWFppwv3Xt8UhJ_LLuMizQW6wpSAAmAOE4h6K3WUk6KLGGA907Q2_Vtnh9P33WuDDr6iGFg2rONBKpTd728fqUZIOPYmU1a2m0B_mr7C14VGh2rvFTl3d0adrObdg
2022-10-31 12:40:37 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
1
2022-10-31 12:40:37
EnsureIdTokenUpdatedAtValid
id_token response does not contain 'updated_at'
2022-10-31 12:40:37 INFO
ValidateEncryptedIdTokenHasKid
Skipped evaluation due to missing required element: id_token jwe_header
path
jwe_header
mapped
object
id_token
Userinfo endpoint tests
2022-10-31 12:40:37
CallProtectedResource
HTTP request
request_uri
https://rodauth-oauth-oidc.onrender.com/userinfo
request_method
GET
request_headers
{
  "accept": "application/json",
  "authorization": "bearer eyJraWQiOiJkODI2ZTI5OTk2NmJhNDU4NzZmNDc5ZjZkNzM1YzZlMmFhMThlMjhkNDcyMzFkYjc2ZjU2YWIwNTI1NmI4ZThlIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL3JvZGF1dGgtb2F1dGgtb2lkYy5vbnJlbmRlci5jb20iLCJpYXQiOjE2NjcyMjAwMzcsInN1YiI6IjEiLCJjbGllbnRfaWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwiZXhwIjoxNjY3MjIzNjM3LCJhdWQiOiJ0TVRKSGY5WG5fX0syb0ZBMWNKTk9GSGZ6SmtReW5Cc01mYmZ1MWdQSWtRIiwic2NvcGUiOiJvcGVuaWQiLCJqdGkiOiI3MDgwNWQyNTVjMWExMDcxODA2ZTFjZGZlOGI5YjZiODc3NThkNjc2NWNjZGE4ZGFlYTQxOWU1ODVjYjAxZGI1In0.AcSZvzFrReiDa7d8wYBAB1hhO0JHNip9PVkeRzX9nD2xP-JBOlVqjIA_ntNU56pLVbbvNqpcnZMUSMCcJcuZ9nr4bw_7w97MN9ccPWqLT19vpJuOL_luWwfXS263my4yIgiRpnorsc7jkK0Pu5PMxGgMlsgltZj1TNdg3dY8tKrybEDFDEfxnEOHr-_eBRYJJSRg3VacaYmMxdpTw2Kxj3_DZifZVsJQyniirOCmqS0uHKhe2YWlF3spJw2OagFnV-KhT4tRcXHX6CNitaJJFyU--B-8cKpWR8U8TQrOsUTYSmeZoMM2aWJJ-B09M-dskjXztxnknmfo-LbDDPluaA",
  "content-length": "0"
}
request_body

                                
2022-10-31 12:40:38 RESPONSE
CallProtectedResource
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Mon, 31 Oct 2022 12:40:38 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c75d53ff1ad4f-ATL",
  "cache-control": "no-store",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "pragma": "no-cache",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
response_body
{"sub":"1"}
2022-10-31 12:40:38 SUCCESS
CallProtectedResource
Got a response from the resource endpoint
status
200
endpoint_name
resource
headers
{
  "date": "Mon, 31 Oct 2022 12:40:38 GMT",
  "content-type": "application/json",
  "connection": "keep-alive",
  "cf-ray": "762c75d53ff1ad4f-ATL",
  "cache-control": "no-store",
  "vary": "Accept-Encoding",
  "cf-cache-status": "DYNAMIC",
  "pragma": "no-cache",
  "server": "cloudflare",
  "alt-svc": "h3\u003d\":443\"; ma\u003d86400, h3-29\u003d\":443\"; ma\u003d86400"
}
body
{"sub":"1"}
2022-10-31 12:40:38 SUCCESS
EnsureHttpStatusCodeIs200
resource endpoint returned the expected http status
expected_status
200
http_status
200
2022-10-31 12:40:38 FINISHED
oidcc-request-uri-unsigned-supported-correctly-or-rejected-as-unsupported
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2022-10-31 12:40:38
UnregisterDynamicallyRegisteredClient
Couldn't find registration_access_token.
2022-10-31 12:40:48
TEST-RUNNER
Alias has now been claimed by another test
alias
rodauth-oauth-basic-certification
new_test_id
2OX0KfxzhKLW3Vg
Test Results