Test Summary

Test Results

Expand All Collapse All
All times are UTC
2022-08-05 06:45:59 INFO
TEST-RUNNER
Test instance lCXcFt7GozDbLLt created
baseUrl
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh
variant
{
  "client_auth_type": "private_key_jwt",
  "response_type": "code id_token token",
  "server_metadata": "discovery",
  "client_registration": "dynamic_client",
  "response_mode": "default"
}
alias
isva_op_oidc_core_test_gh
description
isva_op_oidc_core_test_gh
planId
QuyskYwifX3Yd
config
{
  "alias": "isva_op_oidc_core_test_gh",
  "description": "isva_op_oidc_core_test_gh",
  "server": {
    "discoveryUrl": "https://isamfed.com:8843/oauth2/.well-known/openid-configuration",
    "login_hint": "testuser"
  },
  "client": {
    "client_id": "client01",
    "client_secret": "secret"
  },
  "client2": {
    "client_id": "client01dup",
    "client_secret": "secret"
  },
  "consent": {},
  "client_secret_post": {
    "client_id": "client01",
    "client_secret": "secret"
  }
}
testName
oidcc-redirect-uri-regfrag
2022-08-05 06:45:59 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback
2022-08-05 06:45:59
GetDynamicServerConfiguration
HTTP request
request_uri
https://isamfed.com:8843/oauth2/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2022-08-05 06:46:01 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "content-type": "application/json",
  "date": "Fri, 05 Aug 2022 06:46:00 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "transfer-encoding": "chunked",
  "x-correlation-id": "CORR_ID-b3bd2896-909a-4f45-99ab-53165c9742f2",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains"
}
response_body
{"authorization_endpoint":"https://isamfed.com:8843/oauth2/authorize","backchannel_authentication_endpoint":"https://isamfed.com:8843/oauth2/ciba","backchannel_authentication_request_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"backchannel_token_delivery_modes_supported":["poll","ping"],"backchannel_user_code_parameter_supported":false,"claim_types_supported":["normal"],"claims_parameter_supported":true,"claims_supported":["iss","name","displayName"],"dpop_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"grant_types_supported":["authorization_code","implicit","password","client_credentials","refresh_token","urn:openid:params:grant-type:ciba"],"id_token_encryption_alg_values_supported":["none"],"id_token_encryption_enc_values_supported":["none"],"id_token_signing_alg_values_supported":["RS256"],"introspection_endpoint":"https://isamfed.com:8843/oauth2/introspect","issuer":"https://isamfed.com:8843/oauth2/","jwks_uri":"https://isamfed.com:8843/oauth2/jwks","mtls_endpoint_aliases":{"backchannel_authentication_endpoint":"https://isamfed.com:8843/oauth2/ciba","introspection_endpoint":"https://isamfed.com:8843/oauth2/introspect","pushed_authorization_request_endpoint":"https://isamfed.com:8843/oauth2/par","registration_endpoint":"https://isamfed.com:8843/oauth2/register","revocation_endpoint":"https://isamfed.com:8843/oauth2/revoke","token_endpoint":"https://isamfed.com:8843/oauth2/token"},"pushed_authorization_request_endpoint":"https://isamfed.com:8843/oauth2/par","registration_endpoint":"https://isamfed.com:8843/oauth2/register","request_object_encryption_alg_values_supported":["none","RSA-OAEP","RSA-OAEP-256"],"request_object_encryption_enc_values_supported":["none","A128GCM","A192GCM","A256GCM"],"request_object_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"request_parameter_supported":true,"request_uri_parameter_supported":true,"require_pushed_authorization_requests":false,"require_request_uri_registration":false,"response_modes_supported":["query","fragment","form_post"],"response_types_supported":["none","code","token","id_token","code token","code id_token","token id_token","code token id_token"],"revocation_endpoint":"https://isamfed.com:8843/oauth2/revoke","scopes_supported":["openid","profile","email","phone","address"],"subject_types_supported":["public"],"tls_client_certificate_bound_access_tokens":true,"token_endpoint":"https://isamfed.com:8843/oauth2/token","token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post","private_key_jwt","tls_client_auth"],"token_endpoint_auth_signing_alg_values_supported":["RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"],"userinfo_encryption_alg_values_supported":["none"],"userinfo_encryption_enc_values_supported":["none"],"userinfo_endpoint":"https://isamfed.com:8843/oauth2/userinfo","userinfo_signing_alg_values_supported":["RS256"]}
2022-08-05 06:46:01 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
authorization_endpoint
https://isamfed.com:8843/oauth2/authorize
backchannel_authentication_endpoint
https://isamfed.com:8843/oauth2/ciba
backchannel_authentication_request_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
backchannel_token_delivery_modes_supported
[
  "poll",
  "ping"
]
backchannel_user_code_parameter_supported
false
claim_types_supported
[
  "normal"
]
claims_parameter_supported
true
claims_supported
[
  "iss",
  "name",
  "displayName"
]
dpop_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
grant_types_supported
[
  "authorization_code",
  "implicit",
  "password",
  "client_credentials",
  "refresh_token",
  "urn:openid:params:grant-type:ciba"
]
id_token_encryption_alg_values_supported
[
  "none"
]
id_token_encryption_enc_values_supported
[
  "none"
]
id_token_signing_alg_values_supported
[
  "RS256"
]
introspection_endpoint
https://isamfed.com:8843/oauth2/introspect
issuer
https://isamfed.com:8843/oauth2/
jwks_uri
https://isamfed.com:8843/oauth2/jwks
mtls_endpoint_aliases
{
  "backchannel_authentication_endpoint": "https://isamfed.com:8843/oauth2/ciba",
  "introspection_endpoint": "https://isamfed.com:8843/oauth2/introspect",
  "pushed_authorization_request_endpoint": "https://isamfed.com:8843/oauth2/par",
  "registration_endpoint": "https://isamfed.com:8843/oauth2/register",
  "revocation_endpoint": "https://isamfed.com:8843/oauth2/revoke",
  "token_endpoint": "https://isamfed.com:8843/oauth2/token"
}
pushed_authorization_request_endpoint
https://isamfed.com:8843/oauth2/par
registration_endpoint
https://isamfed.com:8843/oauth2/register
request_object_encryption_alg_values_supported
[
  "none",
  "RSA-OAEP",
  "RSA-OAEP-256"
]
request_object_encryption_enc_values_supported
[
  "none",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
request_object_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
request_parameter_supported
true
request_uri_parameter_supported
true
require_pushed_authorization_requests
false
require_request_uri_registration
false
response_modes_supported
[
  "query",
  "fragment",
  "form_post"
]
response_types_supported
[
  "none",
  "code",
  "token",
  "id_token",
  "code token",
  "code id_token",
  "token id_token",
  "code token id_token"
]
revocation_endpoint
https://isamfed.com:8843/oauth2/revoke
scopes_supported
[
  "openid",
  "profile",
  "email",
  "phone",
  "address"
]
subject_types_supported
[
  "public"
]
tls_client_certificate_bound_access_tokens
true
token_endpoint
https://isamfed.com:8843/oauth2/token
token_endpoint_auth_methods_supported
[
  "client_secret_basic",
  "client_secret_post",
  "private_key_jwt",
  "tls_client_auth"
]
token_endpoint_auth_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512"
]
userinfo_encryption_alg_values_supported
[
  "none"
]
userinfo_encryption_enc_values_supported
[
  "none"
]
userinfo_endpoint
https://isamfed.com:8843/oauth2/userinfo
userinfo_signing_alg_values_supported
[
  "RS256"
]
2022-08-05 06:46:01 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2022-08-05 06:46:01
StoreOriginalClientConfiguration
Created original_client_config object from the client configuration.
client_id
client01
client_secret
secret
2022-08-05 06:46:01
ExtractClientNameFromStoredConfig
Extracted client_name from stored client configuration.
client_name
2022-08-05 06:46:01
AddFragmentToRedirectUri
Updated redirect_uri
redirect_uri
https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback#foobar
2022-08-05 06:46:01
oidcc-redirect-uri-regfrag
Setup Done
2022-08-05 06:46:01 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "2J7H64ttgQq5hyPKbauc9lPmVoIWAze0SNA-PQGMsbqY1-0pt54fu5pyyA3f3BOjafaSZfZFZEP1J7yBlLFTK3fOnh9wqGLwRFFTqtu-N7jtSgSunSSIfUdaap9rjF5wHfIW3UDTmbk1bDy-cR71Lweh6TqhHG8f5Nuc6QW5vr0",
      "kty": "RSA",
      "q": "uLeYsbYLqs2C26zsSKGLPBXcU9g5Pp4QhLdc2jcIsFeE2YsIohv9xjVZCJcMI6qKwofMcyUK8NfxxPHfiGqdaUqLKnM6otPwsXMDnKaZr00Hg7_NGCpAzEwqDadSXu6bH3ShIehJlMax44PEgo1ENAvDl1Dqj5YQJo-nKNgpW9M",
      "d": "ENcUKgLrSmBQqt7TYDnFdq6GJodGSKIpwceBiaj3REcudq87Eof0unVHTxYLwUKkRRHG-tu4RKJ5Pz0UWzOosjL46T03W_-ExvSxxc5WyoHkS5i6_K0A2diay2vprlXGnUgKT29XPHo3_kEkk0IIIzO0BI1Ca2jIyI2DXT2kxcnkqLeFGFxVNeRMQr9fv7DJpVFRhFtj0LDMWskNAjNu4a9SUwBcE1yToYSLGRzMVHW_s5WtzzTHmZcIsgXxtu4QuW4iPo1UrZv41SUxYmQSG21kUgaJb7DEW-TB-b35L3Ko60L-6Ea-CnwowDWN1iGnC93R9rAA2MKSNYN73LkamQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "rP5W-FZZhRsjqjvRMVzqpjQgIU0qtGPXITSK4uofs8MMMPfDksylC9zTQzjRlOq8N9x68kbLUqsX0xPBRcSIKC3ZiZmPgDIyRWXtdVJYMVjnr72utaociAuXcygUEijie4CVdFQNSzNO4xc0EjGA7qAs9LfWEfcQDcikNMA8YJE",
      "dp": "sIe1JJ9bfe3fg-IG9ZkFMTjuXVFl3vlmUnBiSBUbMzt9k3oSpTCXa6tSHvYvmInoglIOvEkWA7_d6aQVdbeMr7_TAcldZdw7MXGVXYf2XDK4LbnjEuzSzkV3yaxhWOMdO0oul-BckMn-X1ahXE5-QPVXXVoKMcHdnAPcu4mO9YE",
      "alg": "RS256",
      "dq": "sXwfqKnN_hknomI-Su-FtH8gzCNXpbYFEzCIdFgq7h251bmE2xbgOaIq4VkZXe_REmefaAfwwkgL03vAl_gxNeldXLWJYskYXbiwgMWHp-vwy4Pw0kZPKr4ILkRWnkbQIGJVLRpgESb16DFFEVghb4zaK7uhFcRP0m13ZYSGAOc",
      "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
    }
  ]
}
2022-08-05 06:46:01 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2022-08-05 06:46:01
CreateEmptyDynamicRegistrationRequest
Created empty dynamic registration request
2022-08-05 06:46:01
AddClientNameToDynamicRegistrationRequest
Added client_name to registration request
client_name
OIDF Conformance Test lCXcFt7GozDbLLt
2022-08-05 06:46:01
AddAuthorizationCodeGrantTypeToDynamicRegistrationRequest
Added 'authorization_code' to 'grant_types'
grant_types
[
  "authorization_code"
]
2022-08-05 06:46:01
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
grant_types
[
  "authorization_code",
  "implicit"
]
2022-08-05 06:46:01
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test lCXcFt7GozDbLLt",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
      }
    ]
  }
}
2022-08-05 06:46:01
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test lCXcFt7GozDbLLt",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt"
}
2022-08-05 06:46:01
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test lCXcFt7GozDbLLt",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code id_token token"
  ]
}
2022-08-05 06:46:01
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test lCXcFt7GozDbLLt",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback#foobar"
  ]
}
2022-08-05 06:46:01
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "OIDF Conformance Test lCXcFt7GozDbLLt",
  "grant_types": [
    "authorization_code",
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"
      }
    ]
  },
  "token_endpoint_auth_method": "private_key_jwt",
  "response_types": [
    "code id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback#foobar"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2022-08-05 06:46:01
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://isamfed.com:8843/oauth2/register
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "753"
}
request_body
{"client_name":"OIDF Conformance Test lCXcFt7GozDbLLt","grant_types":["authorization_code","implicit"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"nE16ZtweNibCOjU7Y2r6iraKUQvijqUxtEWV9W6BCsi8vcAJWGRUDiPP3a3NlGh4pdWVNuFCiqr6AeWp8I5DSPhj7YOqVgekSnMZ8Nlo2GXDEn3BVDidKX4n9Fn0Hf_2P9VZRzq40uonrj-x2QLXnq87EcZ2JQY06LLPHmHj6u34QKq2s-lB9_pVgtwlUWsZuhntKO0eq42o7s27bmcWe3tXbC9Fhck2eenIzPG1B5m_66iIlD9JDKAOLu2hZp47etmJOSOPxXV6gKciFBIXqPFZsUyFNHjf4RJ6UyOvh-rN8vOt7ALDTOY7f6AREIZKlfviPFzG1zsZ9eVPwypkxw"}]},"token_endpoint_auth_method":"private_key_jwt","response_types":["code id_token token"],"redirect_uris":["https://www.certification.openid.net/test/a/isva_op_oidc_core_test_gh/callback#foobar"],"contacts":["certification@oidf.org"]}
2022-08-05 06:46:02 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
400 BAD_REQUEST
response_status_text
Bad Request
response_headers
{
  "content-length": "149",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Fri, 05 Aug 2022 06:46:02 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "cache-control": "no-store",
  "x-correlation-id": "CORR_ID-9d266502-3e74-4d1e-a418-83bb35d63ef9",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "pragma": "no-cache"
}
response_body
{"error":"invalid_client_metadata","error_description":"CSIAQ5300E Redirection URI must be an absolute URI and must not include fragment component."}
2022-08-05 06:46:02
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
status
400
endpoint_name
dynamic registration
headers
{
  "content-length": "149",
  "content-type": "application/json;charset\u003dUTF-8",
  "date": "Fri, 05 Aug 2022 06:46:02 GMT",
  "p3p": "CP\u003d\"NON CUR OTPi OUR NOR UNI\"",
  "cache-control": "no-store",
  "x-correlation-id": "CORR_ID-9d266502-3e74-4d1e-a418-83bb35d63ef9",
  "strict-transport-security": "max-age\u003d31536000; includeSubDomains",
  "pragma": "no-cache"
}
body
{"error":"invalid_client_metadata","error_description":"CSIAQ5300E Redirection URI must be an absolute URI and must not include fragment component."}
body_json
{
  "error": "invalid_client_metadata",
  "error_description": "CSIAQ5300E Redirection URI must be an absolute URI and must not include fragment component."
}
2022-08-05 06:46:02 SUCCESS
EnsureContentTypeJson
endpoint_response Content-Type: header is application/json
2022-08-05 06:46:02 SUCCESS
EnsureHttpStatusCodeIs400
dynamic registration endpoint returned the expected http status
expected_status
400
http_status
400
2022-08-05 06:46:02 SUCCESS
CheckErrorFromDynamicRegistrationEndpointIsInvalidRedirectUriOrInvalidClientMetadata
Dynamic registration endpoint returned 'error'
permitted
[
  "invalid_redirect_uri",
  "invalid_client_metadata"
]
error
invalid_client_metadata
2022-08-05 06:46:02 FINISHED
oidcc-redirect-uri-regfrag
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2022-08-05 06:46:02 INFO
UnregisterDynamicallyRegisteredClient
Skipped evaluation due to missing required object: client
expected
client
mapped
2022-08-05 06:54:26
TEST-RUNNER
Alias has now been claimed by another test
alias
isva_op_oidc_core_test_gh
new_test_id
F7IUWnyUen32ujq
Test Results