Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-31 13:07:57 INFO
TEST-RUNNER
Test instance uKp6e76UcjitDNq created
baseUrl
https://www.certification.openid.net/test/a/oidfauthletedcr
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "id_token token",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "dynamic_client"
}
alias
oidfauthletedcr
description
Authlete DCR
planId
QNcD8bM6M6iwW
config
{
  "alias": "oidfauthletedcr",
  "description": "Authlete DCR",
  "publish": "everything",
  "server": {
    "discoveryUrl": "https://fapidev-as.authlete.net/.well-known/openid-configuration",
    "login_hint": "john"
  },
  "client": {
    "client_name": "Conformance OIDCC DCR 1",
    "jwks": {
      "keys": [
        {
          "kty": "RSA",
          "d": "Pv_LMJT8K8X7tGvXkp2rbRQq1LAFo8_hbxmOOt4I6XFTOzqYkNjB3UZff13a2pjjw5zaBuyhXayqrdbsMU5_HuEy5ZxSd9oe8YnkYgi15737NnKtpm2YquvC3FBrWe5uEvTdnQyCswCOKxEzJYZCEC6sVO69ZU4e0OgqNk42T04Ndo3TRw_InKLM67rS8Bu4DMpI6pOZJzSxTsOfU1GZhjZfpbRpF-DNZHqVN84-1jE3zmvyWrtjEIb45u-ovukOOyHo8dt73XlLubXR1inASVWq7OiWIoz-nHbvHRYy5VScmV5U0t2gksWT8ont5U_8P6tohzhC_gKKzC2m9KIRgQ",
          "e": "AQAB",
          "use": "sig",
          "kid": "oidf-core-1",
          "alg": "RS256",
          "n": "rQNI3WqjlJOwpILq9Sg6eQBXoYsNg8rZHN4SlaEfv2bcsO_SH5iH1NXT80Uxx74Sq9FJ7mR_d4aRqa7AJxOoQ6EaP3-HYeI1KV_AnxQUxfEZXUNpke2f-S6ThlfKN19udvpBljUIqZ1R6SpKOGYI_oyJAb_U9kEYcrrc4iOqJ1vRWYhnLjehsePta1a6U3dFYF8JKcy0AuOAtH8JiLLUf_NhzyR4wRZJHRokTqegfEcIkO5HFSorzvXd2zaSdIam2WOZ1O2_eKLiG1DDVqI1zpAeJN_9ye0hif2wqiuFXqRNirTbBMkF5ekTLaEXuzqP4hiUoN6AidTTmYc-E_kj6Q"
        }
      ]
    }
  },
  "client2": {
    "client_name": "Conformance OIDCC DCR 2",
    "jwks": {
      "keys": [
        {
          "kty": "RSA",
          "d": "bFybVl83gQeKgLRx-WnFwHAs2hdzYPYaUQgrG6o_1gC6Rbp_l3Bi9tdFNb0KRJCQ9_kFN9B8myxUKSZoGjDgmCqa7QDLb54AFFTGxp097PC1KNMXstC1X65ahDyrYj-Wxq1opZBCVwk0jhKIP1HkVqYGH3NkrfquQB4X8JRyhUsFW4nHWhLysIQb6AEZZIZD24k5c2xNioEO4zQ0sYOEADiMGLmKZibw1KisTveREp3469taN3e5aiWQFv5YopmiZcCsjCjxbFOnCeKTXq1-sqOjT8mxTMKP5rQnYH6_OMUO7FyB1yYYviIHeMTLtPSSbNz1Zl_yYr4iA30XgE1PgQ",
          "e": "AQAB",
          "use": "sig",
          "kid": "oidf-core-2",
          "alg": "RS256",
          "n": "g3PBrH2Pud1vUHqvJ6y2GnWu5XOMBXJmOa4NXxNuL8bV4Zd25QONE7y2fuZD1c1tkm0Ab2bfAP6qUeKA9Sh5xEMX8ShU9GIWI9scZS1zMLEKxLx2xqa7PaR4niZe9v8jQFYMftOmx4AJ0JnJTCnPsqPkGz6N3n7VQeGztmvzBk9_j-lwZRY5PAQh0i4ZdgABriw8etQdrXcTzCNApiP6ZjR-Pm7C0tEu0-0h6jf6hxOQrz4LaaibK1UQrKWMOgPWX_HVCrStVcAMPa1NSUQEBotJfknZQuqLeGgOg4HuEAtI1VQPQhj0GHU1VvZZ4usDhdYEEwDYugYkuUjDiS8dhQ"
        }
      ]
    }
  },
  "browser": [
    {
      "comment": "updates placeholder during the second authorization",
      "match": "https://fapidev-www.authlete.net/api/authorization*",
      "tasks": [
        {
          "task": "Initial Login",
          "match": "https://fapidev-www.authlete.net/api/authorization*",
          "commands": [
            [
              "wait",
              "xpath",
              "//*",
              10,
              ".*Input Login ID and password.*",
              "update-image-placeholder-optional"
            ],
            [
              "text",
              "id",
              "loginId",
              "john",
              "optional"
            ],
            [
              "text",
              "id",
              "password",
              "john",
              "optional"
            ],
            [
              "click",
              "name",
              "authorized"
            ]
          ]
        },
        {
          "task": "Verify Complete",
          "match": "https://*/test/a/oidfauthletedcr/callback*",
          "commands": [
            [
              "wait",
              "id",
              "submission_complete",
              10
            ]
          ]
        }
      ]
    }
  ]
}
testName
oidcc-max-age-1
2020-07-31 13:07:57 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
2020-07-31 13:07:57
GetDynamicServerConfiguration
HTTP request
request_uri
https://fapidev-as.authlete.net/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2020-07-31 13:07:57 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 13:07:57 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "7070",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
  "issuer": "https://fapidev-as.authlete.net/",
  "authorization_endpoint": "https://fapidev-www.authlete.net/api/authorization",
  "token_endpoint": "https://fapidev-as.authlete.net/api/token",
  "userinfo_endpoint": "https://fapidev-rs.authlete.net/api/userinfo",
  "jwks_uri": "https://fapidev-as.authlete.net/api/jwks",
  "registration_endpoint": "https://fapidev-as.authlete.net/api/register",
  "scopes_supported": [
    "address",
    "email",
    "openid",
    "offline_access",
    "phone",
    "profile",
    "accounts",
    "accounts-ob",
    "payments"
  ],
  "response_types_supported": [
    "none",
    "code",
    "id_token",
    "code token",
    "code id_token",
    "id_token token",
    "code id_token token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post",
    "query.jwt",
    "fragment.jwt",
    "form_post.jwt",
    "jwt"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "password",
    "client_credentials",
    "refresh_token",
    "urn:openid:params:grant-type:ciba",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "acr_values_supported": [
    "urn:mace:incommon:iap:silver",
    "urn:openbanking:psd2:sca",
    "urn:openbanking:psd2:ca",
    "urn:cds.au:cdr:3",
    "urn:cds.au:cdr:2"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "PS384",
    "RS384",
    "HS256",
    "HS512",
    "RS256",
    "HS384",
    "PS256",
    "PS512",
    "RS512"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OEAP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "dir",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "PBES2-HS512+A256KW"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "PS384",
    "RS384",
    "HS256",
    "HS512",
    "RS256",
    "HS384",
    "none",
    "PS256",
    "PS512",
    "RS512"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OEAP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "dir",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "PBES2-HS512+A256KW"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA",
    "none"
  ],
  "request_object_encryption_alg_values_supported": [
    "A192GCMKW",
    "RSA-OAEP",
    "dir",
    "A192KW",
    "A128GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "RSA-OEAP-256",
    "A128KW",
    "A256GCMKW",
    "A256KW",
    "RSA1_5",
    "PBES2-HS512+A256KW"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "authorization_signing_alg_values_supported": [
    "PS384",
    "RS384",
    "HS256",
    "HS512",
    "RS256",
    "HS384",
    "PS256",
    "PS512",
    "RS512"
  ],
  "authorization_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OEAP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "dir",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "PBES2-HS512+A256KW"
  ],
  "authorization_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt",
    "tls_client_auth",
    "self_signed_tls_client_auth"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "display_values_supported": [
    "page",
    "popup",
    "touch",
    "wap"
  ],
  "claim_types_supported": [
    "normal"
  ],
  "claims_supported": [
    "sub",
    "website",
    "zoneinfo",
    "email_verified",
    "birthdate",
    "address",
    "gender",
    "profile",
    "phone_number_verified",
    "preferred_username",
    "given_name",
    "middle_name",
    "locale",
    "picture",
    "updated_at",
    "name",
    "nickname",
    "phone_number",
    "family_name",
    "email",
    "openbanking_intent_id",
    "acr"
  ],
  "claims_parameter_supported": true,
  "request_parameter_supported": true,
  "request_uri_parameter_supported": true,
  "require_request_uri_registration": true,
  "revocation_endpoint": "https://fapidev-as.authlete.net/api/revocation",
  "revocation_endpoint_auth_methods_supported": [],
  "revocation_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "introspection_endpoint_auth_methods_supported": [],
  "introspection_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "tls_client_certificate_bound_access_tokens": true,
  "backchannel_token_delivery_modes_supported": [
    "poll",
    "ping",
    "push"
  ],
  "backchannel_authentication_endpoint": "https://fapidev-as.authlete.net/api/backchannel/authentication",
  "backchannel_authentication_request_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "backchannel_user_code_parameter_supported": true,
  "device_authorization_endpoint": "https://fapidev-as.authlete.net/api/device/authorization",
  "pushed_authorization_request_endpoint": "https://fapidev-as.authlete.net/api/par",
  "require_pushed_authorization_requests": false,
  "verified_claims_supported": false,
  "dpop_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ]
}
2020-07-31 13:07:57
GetDynamicServerConfiguration
Downloaded server configuration
server_config_string
{
  "issuer": "https://fapidev-as.authlete.net/",
  "authorization_endpoint": "https://fapidev-www.authlete.net/api/authorization",
  "token_endpoint": "https://fapidev-as.authlete.net/api/token",
  "userinfo_endpoint": "https://fapidev-rs.authlete.net/api/userinfo",
  "jwks_uri": "https://fapidev-as.authlete.net/api/jwks",
  "registration_endpoint": "https://fapidev-as.authlete.net/api/register",
  "scopes_supported": [
    "address",
    "email",
    "openid",
    "offline_access",
    "phone",
    "profile",
    "accounts",
    "accounts-ob",
    "payments"
  ],
  "response_types_supported": [
    "none",
    "code",
    "id_token",
    "code token",
    "code id_token",
    "id_token token",
    "code id_token token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post",
    "query.jwt",
    "fragment.jwt",
    "form_post.jwt",
    "jwt"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "password",
    "client_credentials",
    "refresh_token",
    "urn:openid:params:grant-type:ciba",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "acr_values_supported": [
    "urn:mace:incommon:iap:silver",
    "urn:openbanking:psd2:sca",
    "urn:openbanking:psd2:ca",
    "urn:cds.au:cdr:3",
    "urn:cds.au:cdr:2"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "PS384",
    "RS384",
    "HS256",
    "HS512",
    "RS256",
    "HS384",
    "PS256",
    "PS512",
    "RS512"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OEAP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "dir",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "PBES2-HS512+A256KW"
  ],
  "id_token_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "userinfo_signing_alg_values_supported": [
    "PS384",
    "RS384",
    "HS256",
    "HS512",
    "RS256",
    "HS384",
    "none",
    "PS256",
    "PS512",
    "RS512"
  ],
  "userinfo_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OEAP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "dir",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "PBES2-HS512+A256KW"
  ],
  "userinfo_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "request_object_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA",
    "none"
  ],
  "request_object_encryption_alg_values_supported": [
    "A192GCMKW",
    "RSA-OAEP",
    "dir",
    "A192KW",
    "A128GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "RSA-OEAP-256",
    "A128KW",
    "A256GCMKW",
    "A256KW",
    "RSA1_5",
    "PBES2-HS512+A256KW"
  ],
  "request_object_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "authorization_signing_alg_values_supported": [
    "PS384",
    "RS384",
    "HS256",
    "HS512",
    "RS256",
    "HS384",
    "PS256",
    "PS512",
    "RS512"
  ],
  "authorization_encryption_alg_values_supported": [
    "RSA1_5",
    "RSA-OAEP",
    "RSA-OEAP-256",
    "ECDH-ES",
    "ECDH-ES+A128KW",
    "ECDH-ES+A192KW",
    "ECDH-ES+A256KW",
    "A128KW",
    "A192KW",
    "A256KW",
    "dir",
    "A128GCMKW",
    "A192GCMKW",
    "A256GCMKW",
    "PBES2-HS256+A128KW",
    "PBES2-HS384+A192KW",
    "PBES2-HS512+A256KW"
  ],
  "authorization_encryption_enc_values_supported": [
    "A128CBC-HS256",
    "A192CBC-HS384",
    "A256CBC-HS512",
    "A128GCM",
    "A192GCM",
    "A256GCM"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic",
    "client_secret_post",
    "client_secret_jwt",
    "private_key_jwt",
    "tls_client_auth",
    "self_signed_tls_client_auth"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "display_values_supported": [
    "page",
    "popup",
    "touch",
    "wap"
  ],
  "claim_types_supported": [
    "normal"
  ],
  "claims_supported": [
    "sub",
    "website",
    "zoneinfo",
    "email_verified",
    "birthdate",
    "address",
    "gender",
    "profile",
    "phone_number_verified",
    "preferred_username",
    "given_name",
    "middle_name",
    "locale",
    "picture",
    "updated_at",
    "name",
    "nickname",
    "phone_number",
    "family_name",
    "email",
    "openbanking_intent_id",
    "acr"
  ],
  "claims_parameter_supported": true,
  "request_parameter_supported": true,
  "request_uri_parameter_supported": true,
  "require_request_uri_registration": true,
  "revocation_endpoint": "https://fapidev-as.authlete.net/api/revocation",
  "revocation_endpoint_auth_methods_supported": [],
  "revocation_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "introspection_endpoint_auth_methods_supported": [],
  "introspection_endpoint_auth_signing_alg_values_supported": [
    "HS256",
    "HS384",
    "HS512",
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "tls_client_certificate_bound_access_tokens": true,
  "backchannel_token_delivery_modes_supported": [
    "poll",
    "ping",
    "push"
  ],
  "backchannel_authentication_endpoint": "https://fapidev-as.authlete.net/api/backchannel/authentication",
  "backchannel_authentication_request_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ],
  "backchannel_user_code_parameter_supported": true,
  "device_authorization_endpoint": "https://fapidev-as.authlete.net/api/device/authorization",
  "pushed_authorization_request_endpoint": "https://fapidev-as.authlete.net/api/par",
  "require_pushed_authorization_requests": false,
  "verified_claims_supported": false,
  "dpop_signing_alg_values_supported": [
    "RS256",
    "RS384",
    "RS512",
    "PS256",
    "PS384",
    "PS512",
    "ES256",
    "ES384",
    "ES512",
    "ES256K",
    "EdDSA"
  ]
}
2020-07-31 13:07:57 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
issuer
https://fapidev-as.authlete.net/
authorization_endpoint
https://fapidev-www.authlete.net/api/authorization
token_endpoint
https://fapidev-as.authlete.net/api/token
userinfo_endpoint
https://fapidev-rs.authlete.net/api/userinfo
jwks_uri
https://fapidev-as.authlete.net/api/jwks
registration_endpoint
https://fapidev-as.authlete.net/api/register
scopes_supported
[
  "address",
  "email",
  "openid",
  "offline_access",
  "phone",
  "profile",
  "accounts",
  "accounts-ob",
  "payments"
]
response_types_supported
[
  "none",
  "code",
  "id_token",
  "code token",
  "code id_token",
  "id_token token",
  "code id_token token"
]
response_modes_supported
[
  "query",
  "fragment",
  "form_post",
  "query.jwt",
  "fragment.jwt",
  "form_post.jwt",
  "jwt"
]
grant_types_supported
[
  "authorization_code",
  "implicit",
  "password",
  "client_credentials",
  "refresh_token",
  "urn:openid:params:grant-type:ciba",
  "urn:ietf:params:oauth:grant-type:device_code"
]
acr_values_supported
[
  "urn:mace:incommon:iap:silver",
  "urn:openbanking:psd2:sca",
  "urn:openbanking:psd2:ca",
  "urn:cds.au:cdr:3",
  "urn:cds.au:cdr:2"
]
subject_types_supported
[
  "public",
  "pairwise"
]
id_token_signing_alg_values_supported
[
  "PS384",
  "RS384",
  "HS256",
  "HS512",
  "RS256",
  "HS384",
  "PS256",
  "PS512",
  "RS512"
]
id_token_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP",
  "RSA-OEAP-256",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW",
  "A128KW",
  "A192KW",
  "A256KW",
  "dir",
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW"
]
id_token_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
userinfo_signing_alg_values_supported
[
  "PS384",
  "RS384",
  "HS256",
  "HS512",
  "RS256",
  "HS384",
  "none",
  "PS256",
  "PS512",
  "RS512"
]
userinfo_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP",
  "RSA-OEAP-256",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW",
  "A128KW",
  "A192KW",
  "A256KW",
  "dir",
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW"
]
userinfo_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
request_object_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512",
  "ES256K",
  "EdDSA",
  "none"
]
request_object_encryption_alg_values_supported
[
  "A192GCMKW",
  "RSA-OAEP",
  "dir",
  "A192KW",
  "A128GCMKW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "RSA-OEAP-256",
  "A128KW",
  "A256GCMKW",
  "A256KW",
  "RSA1_5",
  "PBES2-HS512+A256KW"
]
request_object_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
authorization_signing_alg_values_supported
[
  "PS384",
  "RS384",
  "HS256",
  "HS512",
  "RS256",
  "HS384",
  "PS256",
  "PS512",
  "RS512"
]
authorization_encryption_alg_values_supported
[
  "RSA1_5",
  "RSA-OAEP",
  "RSA-OEAP-256",
  "ECDH-ES",
  "ECDH-ES+A128KW",
  "ECDH-ES+A192KW",
  "ECDH-ES+A256KW",
  "A128KW",
  "A192KW",
  "A256KW",
  "dir",
  "A128GCMKW",
  "A192GCMKW",
  "A256GCMKW",
  "PBES2-HS256+A128KW",
  "PBES2-HS384+A192KW",
  "PBES2-HS512+A256KW"
]
authorization_encryption_enc_values_supported
[
  "A128CBC-HS256",
  "A192CBC-HS384",
  "A256CBC-HS512",
  "A128GCM",
  "A192GCM",
  "A256GCM"
]
token_endpoint_auth_methods_supported
[
  "none",
  "client_secret_basic",
  "client_secret_post",
  "client_secret_jwt",
  "private_key_jwt",
  "tls_client_auth",
  "self_signed_tls_client_auth"
]
token_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512",
  "ES256K",
  "EdDSA"
]
display_values_supported
[
  "page",
  "popup",
  "touch",
  "wap"
]
claim_types_supported
[
  "normal"
]
claims_supported
[
  "sub",
  "website",
  "zoneinfo",
  "email_verified",
  "birthdate",
  "address",
  "gender",
  "profile",
  "phone_number_verified",
  "preferred_username",
  "given_name",
  "middle_name",
  "locale",
  "picture",
  "updated_at",
  "name",
  "nickname",
  "phone_number",
  "family_name",
  "email",
  "openbanking_intent_id",
  "acr"
]
claims_parameter_supported
true
request_parameter_supported
true
request_uri_parameter_supported
true
require_request_uri_registration
true
revocation_endpoint
https://fapidev-as.authlete.net/api/revocation
revocation_endpoint_auth_methods_supported
[]
revocation_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512",
  "ES256K",
  "EdDSA"
]
introspection_endpoint_auth_methods_supported
[]
introspection_endpoint_auth_signing_alg_values_supported
[
  "HS256",
  "HS384",
  "HS512",
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512",
  "ES256K",
  "EdDSA"
]
code_challenge_methods_supported
[
  "plain",
  "S256"
]
tls_client_certificate_bound_access_tokens
true
backchannel_token_delivery_modes_supported
[
  "poll",
  "ping",
  "push"
]
backchannel_authentication_endpoint
https://fapidev-as.authlete.net/api/backchannel/authentication
backchannel_authentication_request_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512",
  "ES256K",
  "EdDSA"
]
backchannel_user_code_parameter_supported
true
device_authorization_endpoint
https://fapidev-as.authlete.net/api/device/authorization
pushed_authorization_request_endpoint
https://fapidev-as.authlete.net/api/par
require_pushed_authorization_requests
false
verified_claims_supported
false
dpop_signing_alg_values_supported
[
  "RS256",
  "RS384",
  "RS512",
  "PS256",
  "PS384",
  "PS512",
  "ES256",
  "ES384",
  "ES512",
  "ES256K",
  "EdDSA"
]
2020-07-31 13:07:57 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-31 13:07:57 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
{
  "testHost": "fapidev-as.authlete.net",
  "testPort": 443
}
authorization_endpoint
{
  "testHost": "fapidev-www.authlete.net",
  "testPort": 443
}
token_endpoint
{
  "testHost": "fapidev-as.authlete.net",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "fapidev-rs.authlete.net",
  "testPort": 443
}
2020-07-31 13:07:57
FetchServerKeys
Fetching server key
jwks_uri
https://fapidev-as.authlete.net/api/jwks
2020-07-31 13:07:57
FetchServerKeys
HTTP request
request_uri
https://fapidev-as.authlete.net/api/jwks
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2020-07-31 13:07:58 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 13:07:58 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "472",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "kid": "authlete-fapidev-api-20180524",
      "n": "nJclr5TJ3Y21Ggt0lz2EO7wWKn6jTaIlMv1sNMy2VmkcSf8EVsFqJ1vSXjFxWvBj7RolFCyaChFwI_jog9c2rAkIwF8Voi5eB3PRjl3OaNRUYILRgLsaclTj02NWMvwbiJ18yJ63D4Ojzif8_RyAHuM3HO2rs6nPEyZMW3Xd0z3Lw099TpIcxA4Ktfo2DliUfMZh9s3lB_f6DSxX5Z9CXqrzNsoCCxqJZ55WuUUNA4LmYl5OgrH8sD7_TvY1QTjjmRzUptgj1S-gwagIjrkn9ooALa8gRN4etKztA2topBn0KO2VwEo_P4iejBn2Z3I2FlQnDNu0t7xNwBhsM2Vg8Q"
    }
  ]
}
2020-07-31 13:07:58
FetchServerKeys
Found JWK set string
jwk_string
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "kid": "authlete-fapidev-api-20180524",
      "n": "nJclr5TJ3Y21Ggt0lz2EO7wWKn6jTaIlMv1sNMy2VmkcSf8EVsFqJ1vSXjFxWvBj7RolFCyaChFwI_jog9c2rAkIwF8Voi5eB3PRjl3OaNRUYILRgLsaclTj02NWMvwbiJ18yJ63D4Ojzif8_RyAHuM3HO2rs6nPEyZMW3Xd0z3Lw099TpIcxA4Ktfo2DliUfMZh9s3lB_f6DSxX5Z9CXqrzNsoCCxqJZ55WuUUNA4LmYl5OgrH8sD7_TvY1QTjjmRzUptgj1S-gwagIjrkn9ooALa8gRN4etKztA2topBn0KO2VwEo_P4iejBn2Z3I2FlQnDNu0t7xNwBhsM2Vg8Q"
    }
  ]
}
2020-07-31 13:07:58 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "kid": "authlete-fapidev-api-20180524",
      "n": "nJclr5TJ3Y21Ggt0lz2EO7wWKn6jTaIlMv1sNMy2VmkcSf8EVsFqJ1vSXjFxWvBj7RolFCyaChFwI_jog9c2rAkIwF8Voi5eB3PRjl3OaNRUYILRgLsaclTj02NWMvwbiJ18yJ63D4Ojzif8_RyAHuM3HO2rs6nPEyZMW3Xd0z3Lw099TpIcxA4Ktfo2DliUfMZh9s3lB_f6DSxX5Z9CXqrzNsoCCxqJZ55WuUUNA4LmYl5OgrH8sD7_TvY1QTjjmRzUptgj1S-gwagIjrkn9ooALa8gRN4etKztA2topBn0KO2VwEo_P4iejBn2Z3I2FlQnDNu0t7xNwBhsM2Vg8Q"
    }
  ]
}
2020-07-31 13:07:58 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "kid": "authlete-fapidev-api-20180524",
      "n": "nJclr5TJ3Y21Ggt0lz2EO7wWKn6jTaIlMv1sNMy2VmkcSf8EVsFqJ1vSXjFxWvBj7RolFCyaChFwI_jog9c2rAkIwF8Voi5eB3PRjl3OaNRUYILRgLsaclTj02NWMvwbiJ18yJ63D4Ojzif8_RyAHuM3HO2rs6nPEyZMW3Xd0z3Lw099TpIcxA4Ktfo2DliUfMZh9s3lB_f6DSxX5Z9CXqrzNsoCCxqJZ55WuUUNA4LmYl5OgrH8sD7_TvY1QTjjmRzUptgj1S-gwagIjrkn9ooALa8gRN4etKztA2topBn0KO2VwEo_P4iejBn2Z3I2FlQnDNu0t7xNwBhsM2Vg8Q"
    }
  ]
}
2020-07-31 13:07:58 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-07-31 13:07:58 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-31 13:07:58 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-31 13:07:58 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-31 13:07:58 SUCCESS
GetDynamicClientConfiguration
Created dynamic_client_registration_template object from the client configuration.
client_name
Conformance OIDCC DCR 1
jwks
{
  "keys": [
    {
      "kty": "RSA",
      "d": "Pv_LMJT8K8X7tGvXkp2rbRQq1LAFo8_hbxmOOt4I6XFTOzqYkNjB3UZff13a2pjjw5zaBuyhXayqrdbsMU5_HuEy5ZxSd9oe8YnkYgi15737NnKtpm2YquvC3FBrWe5uEvTdnQyCswCOKxEzJYZCEC6sVO69ZU4e0OgqNk42T04Ndo3TRw_InKLM67rS8Bu4DMpI6pOZJzSxTsOfU1GZhjZfpbRpF-DNZHqVN84-1jE3zmvyWrtjEIb45u-ovukOOyHo8dt73XlLubXR1inASVWq7OiWIoz-nHbvHRYy5VScmV5U0t2gksWT8ont5U_8P6tohzhC_gKKzC2m9KIRgQ",
      "e": "AQAB",
      "use": "sig",
      "kid": "oidf-core-1",
      "alg": "RS256",
      "n": "rQNI3WqjlJOwpILq9Sg6eQBXoYsNg8rZHN4SlaEfv2bcsO_SH5iH1NXT80Uxx74Sq9FJ7mR_d4aRqa7AJxOoQ6EaP3-HYeI1KV_AnxQUxfEZXUNpke2f-S6ThlfKN19udvpBljUIqZ1R6SpKOGYI_oyJAb_U9kEYcrrc4iOqJ1vRWYhnLjehsePta1a6U3dFYF8JKcy0AuOAtH8JiLLUf_NhzyR4wRZJHRokTqegfEcIkO5HFSorzvXd2zaSdIam2WOZ1O2_eKLiG1DDVqI1zpAeJN_9ye0hif2wqiuFXqRNirTbBMkF5ekTLaEXuzqP4hiUoN6AidTTmYc-E_kj6Q"
    }
  ]
}
2020-07-31 13:07:58 SUCCESS
GenerateRS256ClientJWKs
Generated client JWKs
client_jwks
{
  "keys": [
    {
      "p": "uPs8yHEFkBSI8FE9DdFXP8kiFlaTFhH9f29W7_jCVRA3RI0ybb5EECk4d21UYtYFYkcINKfia6dykU5YFWpay-ZJBkfaneeDNT0YX5_AMI0zwEGUQidtVKkKSM5jcMHpfHYEDVmAPynB-24fYhna_bwqjQKVHrlF97GnjiqnW78",
      "kty": "RSA",
      "q": "sYprCrgXRWiGOzi2IR_uI8litRFyPUSiwXKkviEYGD8ylfcM-S5_tItjbN980-uyltsbe6odoENiknfWKEBjWP76IMYAy-83DlBbbR-dupfFjoBjAxUKuTl_5u_XBuC3dlTwtahkPgox5pG_upC1aNvuTHw0rQa_blmCxN08uok",
      "d": "FzxDOP9jFA9CqnHFhJX1dNXhFbzKStRdNpGiFZa8Tf3VVuI9Vaupb27527Z480fFleIWFKKHWMD6owEOb_6YWbQ_eZfcPEChGmmzXVoe2wRzy0ocBtuQcDEkd0YtUgQSeTjtW7i0-9uyJWnsb4ssifcF5Nybgw638z9gkEjcFpph9bqZCGIIT9usVC_X28fPkNb9B2T-Ec0c5d0UvM_XgH_oGKXtGouVn6VHViIcP71q_9Kd2ctypYvgwMEeaPDupU9ZRe2789riAyufe813OVWTqhnB3Gp-kWLkjtR2lTzgoqDqdnra-8g2WuLsdszKBBGF-pUH8Iq1ZFNaBRPoIQ",
      "e": "AQAB",
      "use": "sig",
      "qi": "DGHGTw1UtfKRijdkyGA7r3CtIX7dW0WjQiNQMWPL5yS11Q6WNBxiEUwX6c9QXh0WsMyMgaPUR47lhmvKLehVBVEzAj8dNjwVFEzkSlB_u1hc8xDtVZUY1Ed5GGZ1qsEC6raGEcPJ2673_rOkGf6kM97XDdP3V_r4_HvcKf4Gr1g",
      "dp": "d_G4fQQEJmOaU7FplE8ccui5aKCkaRgrNnl8dsfnQn7sR1AC1fQccBo6Wf4TTK8X-Jy0bmg5wbJm8F9LcD9xNmtRCHiJAgB_LIM8Da0pUpIMb2pWdvrXwqCFYaYqBpBGFIT1pa5WIR6zgJPsV5EKVaKwOJTnGm_qNW0Fh4KS2EM",
      "alg": "RS256",
      "dq": "JgSwG2GEijZx2Ciyx7Egu8UaQA_2WKxj9ezo3lYT5M1Ttc1rl8ifTDg1GFFbV743Rhqxbe_l3DXR2--RipkPLTWctnvwG7ukHIqUqW-FxTlO8s8HZNeSrktj2j4t26kvYEWcLipbHPXt7aP0XK00S7oc83_9f7fcMnM0j5eYs5E",
      "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
    }
  ]
}
public_client_jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
    }
  ]
}
2020-07-31 13:07:58 SUCCESS
CheckDistinctKeyIdValueInClientJWKs
Distinct 'kid' value in all keys of client_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-31 13:07:58 SUCCESS
CreateDynamicRegistrationRequest
Created dynamic registration request
client_name
Conformance OIDCC DCR 1 uKp6e76UcjitDNq
2020-07-31 13:07:58
AddImplicitGrantTypeToDynamicRegistrationRequest
Added 'implicit' to 'grant_types'
grant_types
[
  "implicit"
]
2020-07-31 13:07:58
AddPublicJwksToDynamicRegistrationRequest
Added client public JWKS to dynamic registration request
dynamic_registration_request
{
  "client_name": "Conformance OIDCC DCR 1 uKp6e76UcjitDNq",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
      }
    ]
  }
}
2020-07-31 13:07:58
AddTokenEndpointAuthMethodToDynamicRegistrationRequestFromEnvironment
Added token endpoint auth method to dynamic registration request
dynamic_registration_request
{
  "client_name": "Conformance OIDCC DCR 1 uKp6e76UcjitDNq",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic"
}
2020-07-31 13:07:58
AddResponseTypesArrayToDynamicRegistrationRequestFromEnvironment
Added response_types array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Conformance OIDCC DCR 1 uKp6e76UcjitDNq",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ]
}
2020-07-31 13:07:58
AddRedirectUriToDynamicRegistrationRequest
Added redirect_uris array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Conformance OIDCC DCR 1 uKp6e76UcjitDNq",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/oidfauthletedcr/callback"
  ]
}
2020-07-31 13:07:58
AddContactsToDynamicRegistrationRequest
Added contacts array to dynamic registration request
dynamic_registration_request
{
  "client_name": "Conformance OIDCC DCR 1 uKp6e76UcjitDNq",
  "grant_types": [
    "implicit"
  ],
  "jwks": {
    "keys": [
      {
        "kty": "RSA",
        "e": "AQAB",
        "use": "sig",
        "alg": "RS256",
        "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
      }
    ]
  },
  "token_endpoint_auth_method": "client_secret_basic",
  "response_types": [
    "id_token token"
  ],
  "redirect_uris": [
    "https://www.certification.openid.net/test/a/oidfauthletedcr/callback"
  ],
  "contacts": [
    "certification@oidf.org"
  ]
}
2020-07-31 13:07:58
CallDynamicRegistrationEndpoint
HTTP request
request_uri
https://fapidev-as.authlete.net/api/register
request_method
POST
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "content-type": "application/json",
  "content-length": "716"
}
request_body
{"client_name":"Conformance OIDCC DCR 1 uKp6e76UcjitDNq","grant_types":["implicit"],"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"}]},"token_endpoint_auth_method":"client_secret_basic","response_types":["id_token token"],"redirect_uris":["https://www.certification.openid.net/test/a/oidfauthletedcr/callback"],"contacts":["certification@oidf.org"]}
2020-07-31 13:07:58 RESPONSE
CallDynamicRegistrationEndpoint
HTTP response
response_status_code
201 CREATED
response_status_text
Created
response_headers
{
  "date": "Fri, 31 Jul 2020 13:07:58 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "1299",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"}]},"default_max_age":0,"registration_client_uri":"https://fapidev-as.authlete.net/api/register/2568647649689849/","registration_access_token":"AVd9nECgyT18MmM-iuVXd9jbz9eBIdsXCq5PTZETlAI","client_id":"2568647649689849","token_endpoint_auth_method":"client_secret_basic","require_pushed_authorization_requests":false,"backchannel_user_code_parameter":false,"client_secret":"9ZYs5nqhTt-QeF4hQSXj3iEgS_kgIhM08VpUCqbeI8ikiyog9DLB31JtWxiB4lDr2qaCMhoiLr0xmOUN9NRr6Q","client_id_issued_at":1596200878,"tls_client_certificate_bound_access_tokens":false,"client_name":"Conformance OIDCC DCR 1 uKp6e76UcjitDNq","id_token_signed_response_alg":"RS256","grant_types":["implicit"],"subject_type":"public","redirect_uris":["https://www.certification.openid.net/test/a/oidfauthletedcr/callback"],"client_secret_expires_at":0,"contacts":["certification@oidf.org"],"response_types":["id_token token"]}
2020-07-31 13:07:58
CallDynamicRegistrationEndpoint
Registration endpoint response
dynamic_registration_response
{"jwks":{"keys":[{"kty":"RSA","e":"AQAB","use":"sig","alg":"RS256","n":"gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"}]},"default_max_age":0,"registration_client_uri":"https://fapidev-as.authlete.net/api/register/2568647649689849/","registration_access_token":"AVd9nECgyT18MmM-iuVXd9jbz9eBIdsXCq5PTZETlAI","client_id":"2568647649689849","token_endpoint_auth_method":"client_secret_basic","require_pushed_authorization_requests":false,"backchannel_user_code_parameter":false,"client_secret":"9ZYs5nqhTt-QeF4hQSXj3iEgS_kgIhM08VpUCqbeI8ikiyog9DLB31JtWxiB4lDr2qaCMhoiLr0xmOUN9NRr6Q","client_id_issued_at":1596200878,"tls_client_certificate_bound_access_tokens":false,"client_name":"Conformance OIDCC DCR 1 uKp6e76UcjitDNq","id_token_signed_response_alg":"RS256","grant_types":["implicit"],"subject_type":"public","redirect_uris":["https://www.certification.openid.net/test/a/oidfauthletedcr/callback"],"client_secret_expires_at":0,"contacts":["certification@oidf.org"],"response_types":["id_token token"]}
2020-07-31 13:07:58
CallDynamicRegistrationEndpoint
Parsed registration endpoint response
jwks
{
  "keys": [
    {
      "kty": "RSA",
      "e": "AQAB",
      "use": "sig",
      "alg": "RS256",
      "n": "gEm5zhtvURlg31tmaF900ukjJVnvV5N51JUVxA-92SOoR_A3uiT9WWzw6wA631z46yjCw-1ztoG72RYop6QLvSfAddPeyg7eCG2vUa9B-fJB_UfNo_F95xpIY0Pczo4uGFCLKgONXLWjHQfY3bM5LVMHodlyQS4s0MD6K2xnVl6vEHj_b-sdkB_H2nEMmYeK1piXF9XS0Pq4bZBrPbXFGFyf0sB_IhfXEF_Tz2o33_3Sr0PyJs7XGYPLqkUrjU-rTmEvtV4xaSRp5lfzCcASBn7UKf4VtNICfrdYtt_flOaFTuSnN1IfvtOfH1gAn4x-QAHyTLA6jU8-FKu7z_zfNw"
    }
  ]
}
default_max_age
0
registration_client_uri
https://fapidev-as.authlete.net/api/register/2568647649689849/
registration_access_token
AVd9nECgyT18MmM-iuVXd9jbz9eBIdsXCq5PTZETlAI
client_id
2568647649689849
token_endpoint_auth_method
client_secret_basic
require_pushed_authorization_requests
false
backchannel_user_code_parameter
false
client_secret
9ZYs5nqhTt-QeF4hQSXj3iEgS_kgIhM08VpUCqbeI8ikiyog9DLB31JtWxiB4lDr2qaCMhoiLr0xmOUN9NRr6Q
client_id_issued_at
1596200878
tls_client_certificate_bound_access_tokens
false
client_name
Conformance OIDCC DCR 1 uKp6e76UcjitDNq
id_token_signed_response_alg
RS256
grant_types
[
  "implicit"
]
subject_type
public
redirect_uris
[
  "https://www.certification.openid.net/test/a/oidfauthletedcr/callback"
]
client_secret_expires_at
0
contacts
[
  "certification@oidf.org"
]
response_types
[
  "id_token token"
]
2020-07-31 13:07:58 SUCCESS
CallDynamicRegistrationEndpoint
Extracted dynamic registration management credentials
registration_client_uri
https://fapidev-as.authlete.net/api/register/2568647649689849/
registration_access_token
AVd9nECgyT18MmM-iuVXd9jbz9eBIdsXCq5PTZETlAI
2020-07-31 13:07:58
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-31 13:07:58 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
token_endpoint_auth_methods_supported
actual
[
  "none",
  "client_secret_basic",
  "client_secret_post",
  "client_secret_jwt",
  "private_key_jwt",
  "tls_client_auth",
  "self_signed_tls_client_auth"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2020-07-31 13:07:58 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://fapidev-rs.authlete.net/api/userinfo
2020-07-31 13:07:58
oidcc-max-age-1
Setup Done
Make request to authorization endpoint
2020-07-31 13:07:58 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
2020-07-31 13:07:58
CreateRandomStateValue
Created state value
requested_state_length
10
state
ztii5lC259
2020-07-31 13:07:58 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
ztii5lC259
2020-07-31 13:07:58
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
DB9Q4S1kHx
2020-07-31 13:07:58 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
ztii5lC259
nonce
DB9Q4S1kHx
2020-07-31 13:07:58 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
ztii5lC259
nonce
DB9Q4S1kHx
response_type
id_token token
2020-07-31 13:07:58
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
ztii5lC259
nonce
DB9Q4S1kHx
response_type
id_token token
response_mode
form_post
2020-07-31 13:07:58 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
2020-07-31 13:07:58 REDIRECT
oidcc-max-age-1
Redirecting to authorization endpoint
redirect_to
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
2020-07-31 13:07:58
WebRunner
Scripted browser HTTP request
browser
goToUrl
request_method
GET
request_uri
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
2020-07-31 13:07:59 RESPONSE
WebRunner
Scripted browser HTTP response
response_content
<!doctype html>
<!---->
<!--




-->
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
  <title>FAPI Test Service | Authorization</title>
  <link rel="stylesheet" href="/css/authorization.css">
  <!--  //-->
</head>
<body class="font-default">
  <div id="page_title">FAPI Test Service</div>

  <div id="content">
    <h3 id="client-name">Conformance OIDCC DCR 1 uKp6e76UcjitDNq</h3>
    <div class="indent">
      <img id="logo" src="" alt="[Logo] (150x150)">

      <div id="client-summary">
        <p></p>
        <ul id="client-link-list">
          

          

          
        </ul>
      </div>

      <div style="clear: both;"></div>
    </div>

    
    <h4 id="permissions">Permissions</h4>
    <div class="indent">
      <p>The application is requesting the following permissions.</p>

      <dl id="scope-list">
        
        <dt>openid</dt>
        <dd>A permission to request an OpenID Provider to issue an ID Token. See OpenID Connect Core 1.0, 3.1.2.1. for details.</dd>
        
      </dl>
    </div>
    

    

    

    <h4 id="authorization">Authorization</h4>
    <div class="indent">
      <p>Do you grant authorization to the application?</p>

      <form id="authorization-form" action="/api/authorization/decision" method="POST">
        
        <div id="login-fields" class="indent">
          <div id="login-prompt">Input Login ID and password.</div>
          <input type="text" id="loginId" name="loginId" placeholder="Login ID"
                 autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
                 class="font-default" required value="" >
          <input type="password" id="password" name="password" placeholder="Password"
                 class="font-default" required>
        </div>
        
        
        <div id="authorization-form-buttons">
          <input type="submit" name="authorized" id="authorize-button" value="Authorize" class="font-default"/>
          <input type="submit" name="denied"     id="deny-button"      value="Deny"      class="font-default"/>
        </div>
      </form>
    </div>
  </div>

</body>
</html>
response_content_type
*/*
response_status_text
200-OK
response_status_code
200
2020-07-31 13:07:59 INFO
WebRunner
Waiting
regexp
.*Input Login ID and password.*
seconds
10
task
Initial Login
browser
wait
action
update-image-placeholder-optional
element_type
xpath
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
target
//*
2020-07-31 13:07:59
BROWSER
Skipping optional placeholder update as placeholder not found.
placeholder
2020-07-31 13:07:59 INFO
WebRunner
Entering text
task
Initial Login
browser
text
element_type
id
value
john
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
target
loginId
2020-07-31 13:07:59 INFO
WebRunner
Entering text
task
Initial Login
browser
text
element_type
id
value
john
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
target
password
2020-07-31 13:07:59 INFO
WebRunner
Clicking an element
task
Initial Login
browser
click
element_type
name
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=ztii5lC259&nonce=DB9Q4S1kHx&response_type=id_token%20token&response_mode=form_post
target
authorized
2020-07-31 13:07:59 INCOMING
oidcc-max-age-1
Incoming HTTP request to test instance uKp6e76UcjitDNq
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,image/apng,*/*;q\u003d0.8",
  "referer": "https://fapidev-www.authlete.net/api/authorization/decision",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "origin": "https://fapidev-www.authlete.net/api/authorization/decision",
  "cache-control": "max-age\u003d0",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "1496",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "state": "ztii5lC259",
  "access_token": "eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI3OSwiaWF0IjoxNTk2MjAwODc5LCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiQm9zU29tZGFBYnFfTERqS29MSFNfaDVYaE5RbVBiQXUtY05jMkF2bHVxRSJ9.LA-RWrHta2wtB4eGMoGnO7it7hgAZP25A8GzYrCRNPcf8HEExvt-RbA0YkaggT8kybzH6HPtdqWt1CZhzKKJj3I9lyH_1sOc7e4tsfY8xL-PRSbIuTwVHySWthDu4aCuI6YvEjo5KwjEARlnj7X8rNYyRPlDpzbnuAFIT6HQR55owqNpIaIC8OAmOQJ1GsMDAS3JMjCb_N4a74lRFVdEo4_Bgbx5BuTs2wnA4Rv9mS1xeOdbMR-p4ySp1OvM9kBSq5CiQ1FCDibyS4IPLrO1YEviqKbBN7-zylSuv2nUVmhhb9IAVyJupaR0AzP7AfLHOT94mMZ-4N8RPEVnEsFuvQ",
  "token_type": "Bearer",
  "expires_in": "86400",
  "scope": "openid",
  "id_token": "eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiNVVVUHhwQ1Q5VW1tQThhSU9RWktTQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJKZnkwNVJkSVZDV001OHAyNkgtUWpnIiwiYXV0aF90aW1lIjoxNTk2MjAwODc5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE3OSwiaWF0IjoxNTk2MjAwODc5LCJub25jZSI6IkRCOVE0UzFrSHgifQ.XGKzgsORcDsdwEI-aMsQSffRA6Z-QfiVy84H1FcOnvN7aH4Nlhzx-918i-GaDKetqiPY5ChOnAYivsmP8HUA4_On3yT0x2o9t-YFsp6ey1fizdltNF5eglzT68TescitNIREtx4gySGz91eu31bNRlM--PgT3e87T-eK7ys8Dx6MfChueuOUUZKJOOgfCBj0xpl_NJQ8z0S9eYTl9gr9DqTjMcvD_m4YbRroX2BMSmYPUWIPRlnX3sar2znJPVUJihTapPgqJw1HP5JIz6iGWKSilsw1SWsfeIEwGEe_-vJ_VXXb00td2fm0C_q-lU7Ya0sWBia4U9s5tvdOnnB3EA"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
state=ztii5lC259&access_token=eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI3OSwiaWF0IjoxNTk2MjAwODc5LCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiQm9zU29tZGFBYnFfTERqS29MSFNfaDVYaE5RbVBiQXUtY05jMkF2bHVxRSJ9.LA-RWrHta2wtB4eGMoGnO7it7hgAZP25A8GzYrCRNPcf8HEExvt-RbA0YkaggT8kybzH6HPtdqWt1CZhzKKJj3I9lyH_1sOc7e4tsfY8xL-PRSbIuTwVHySWthDu4aCuI6YvEjo5KwjEARlnj7X8rNYyRPlDpzbnuAFIT6HQR55owqNpIaIC8OAmOQJ1GsMDAS3JMjCb_N4a74lRFVdEo4_Bgbx5BuTs2wnA4Rv9mS1xeOdbMR-p4ySp1OvM9kBSq5CiQ1FCDibyS4IPLrO1YEviqKbBN7-zylSuv2nUVmhhb9IAVyJupaR0AzP7AfLHOT94mMZ-4N8RPEVnEsFuvQ&token_type=Bearer&expires_in=86400&scope=openid&id_token=eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiNVVVUHhwQ1Q5VW1tQThhSU9RWktTQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJKZnkwNVJkSVZDV001OHAyNkgtUWpnIiwiYXV0aF90aW1lIjoxNTk2MjAwODc5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE3OSwiaWF0IjoxNTk2MjAwODc5LCJub25jZSI6IkRCOVE0UzFrSHgifQ.XGKzgsORcDsdwEI-aMsQSffRA6Z-QfiVy84H1FcOnvN7aH4Nlhzx-918i-GaDKetqiPY5ChOnAYivsmP8HUA4_On3yT0x2o9t-YFsp6ey1fizdltNF5eglzT68TescitNIREtx4gySGz91eu31bNRlM--PgT3e87T-eK7ys8Dx6MfChueuOUUZKJOOgfCBj0xpl_NJQ8z0S9eYTl9gr9DqTjMcvD_m4YbRroX2BMSmYPUWIPRlnX3sar2znJPVUJihTapPgqJw1HP5JIz6iGWKSilsw1SWsfeIEwGEe_-vJ_VXXb00td2fm0C_q-lU7Ya0sWBia4U9s5tvdOnnB3EA
2020-07-31 13:07:59 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/nlaJajy2OPmiNmzTRVMT",
  "fullUrl": "https://www.certification.openid.net/test/a/oidfauthletedcr/implicit/nlaJajy2OPmiNmzTRVMT"
}
2020-07-31 13:07:59 OUTGOING
oidcc-max-age-1
Response to HTTP request to test instance uKp6e76UcjitDNq
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/oidfauthletedcr/implicit/nlaJajy2OPmiNmzTRVMT, returnUrl=/log-detail.html?log=uKp6e76UcjitDNq}]
outgoing_path
callback
2020-07-31 13:07:59 INFO
WebRunner
Completed processing of webpage
task
Initial Login
browser
complete
response_status_text
200-
match
https://fapidev-www.authlete.net/api/authorization*
url
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
response_status_code
200
2020-07-31 13:07:59 INFO
WebRunner
Waiting
regexp
seconds
10
task
Verify Complete
browser
wait
action
element_type
id
url
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
target
submission_complete
2020-07-31 13:07:59 INCOMING
oidcc-max-age-1
Incoming HTTP request to test instance uKp6e76UcjitDNq
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "*/*",
  "referer": "https://www.certification.openid.net/test/a/oidfauthletedcr/callback",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003d0B2BA9C27ADE5A02AD2A65B020C92DFB",
  "x-requested-with": "XMLHttpRequest",
  "content-type": "text/plain",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "0",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
implicit/nlaJajy2OPmiNmzTRVMT
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-31 13:07:59 OUTGOING
oidcc-max-age-1
Response to HTTP request to test instance uKp6e76UcjitDNq
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=uKp6e76UcjitDNq]
outgoing_path
implicit/nlaJajy2OPmiNmzTRVMT
2020-07-31 13:07:59 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-31 13:07:59 REDIRECT-IN
oidcc-max-age-1
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,image/apng,*/*;q\u003d0.8",
  "referer": "https://fapidev-www.authlete.net/api/authorization/decision",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "origin": "https://fapidev-www.authlete.net/api/authorization/decision",
  "cache-control": "max-age\u003d0",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "1496",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "state": "ztii5lC259",
  "access_token": "eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI3OSwiaWF0IjoxNTk2MjAwODc5LCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiQm9zU29tZGFBYnFfTERqS29MSFNfaDVYaE5RbVBiQXUtY05jMkF2bHVxRSJ9.LA-RWrHta2wtB4eGMoGnO7it7hgAZP25A8GzYrCRNPcf8HEExvt-RbA0YkaggT8kybzH6HPtdqWt1CZhzKKJj3I9lyH_1sOc7e4tsfY8xL-PRSbIuTwVHySWthDu4aCuI6YvEjo5KwjEARlnj7X8rNYyRPlDpzbnuAFIT6HQR55owqNpIaIC8OAmOQJ1GsMDAS3JMjCb_N4a74lRFVdEo4_Bgbx5BuTs2wnA4Rv9mS1xeOdbMR-p4ySp1OvM9kBSq5CiQ1FCDibyS4IPLrO1YEviqKbBN7-zylSuv2nUVmhhb9IAVyJupaR0AzP7AfLHOT94mMZ-4N8RPEVnEsFuvQ",
  "token_type": "Bearer",
  "expires_in": "86400",
  "scope": "openid",
  "id_token": "eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiNVVVUHhwQ1Q5VW1tQThhSU9RWktTQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJKZnkwNVJkSVZDV001OHAyNkgtUWpnIiwiYXV0aF90aW1lIjoxNTk2MjAwODc5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE3OSwiaWF0IjoxNTk2MjAwODc5LCJub25jZSI6IkRCOVE0UzFrSHgifQ.XGKzgsORcDsdwEI-aMsQSffRA6Z-QfiVy84H1FcOnvN7aH4Nlhzx-918i-GaDKetqiPY5ChOnAYivsmP8HUA4_On3yT0x2o9t-YFsp6ey1fizdltNF5eglzT68TescitNIREtx4gySGz91eu31bNRlM--PgT3e87T-eK7ys8Dx6MfChueuOUUZKJOOgfCBj0xpl_NJQ8z0S9eYTl9gr9DqTjMcvD_m4YbRroX2BMSmYPUWIPRlnX3sar2znJPVUJihTapPgqJw1HP5JIz6iGWKSilsw1SWsfeIEwGEe_-vJ_VXXb00td2fm0C_q-lU7Ya0sWBia4U9s5tvdOnnB3EA"
}
Verify authorization endpoint response
2020-07-31 13:07:59 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2020-07-31 13:07:59 SUCCESS
CheckCallbackContentTypeIsFormUrlEncoded
content-type header to redirect_uri has the expected value
content_type
application/x-www-form-urlencoded
expected
application/x-www-form-urlencoded
2020-07-31 13:07:59 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2020-07-31 13:07:59 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2020-07-31 13:07:59 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-31 13:07:59 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-31 13:07:59 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
ztii5lC259
2020-07-31 13:07:59 SUCCESS
ExtractAccessTokenFromAuthorizationResponse
Extracted the access token
value
eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI3OSwiaWF0IjoxNTk2MjAwODc5LCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiQm9zU29tZGFBYnFfTERqS29MSFNfaDVYaE5RbVBiQXUtY05jMkF2bHVxRSJ9.LA-RWrHta2wtB4eGMoGnO7it7hgAZP25A8GzYrCRNPcf8HEExvt-RbA0YkaggT8kybzH6HPtdqWt1CZhzKKJj3I9lyH_1sOc7e4tsfY8xL-PRSbIuTwVHySWthDu4aCuI6YvEjo5KwjEARlnj7X8rNYyRPlDpzbnuAFIT6HQR55owqNpIaIC8OAmOQJ1GsMDAS3JMjCb_N4a74lRFVdEo4_Bgbx5BuTs2wnA4Rv9mS1xeOdbMR-p4ySp1OvM9kBSq5CiQ1FCDibyS4IPLrO1YEviqKbBN7-zylSuv2nUVmhhb9IAVyJupaR0AzP7AfLHOT94mMZ-4N8RPEVnEsFuvQ
type
Bearer
2020-07-31 13:07:59 SUCCESS
ExtractIdTokenFromAuthorizationResponse
Found and parsed the id_token from authorization_endpoint_response
value
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiNVVVUHhwQ1Q5VW1tQThhSU9RWktTQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJKZnkwNVJkSVZDV001OHAyNkgtUWpnIiwiYXV0aF90aW1lIjoxNTk2MjAwODc5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE3OSwiaWF0IjoxNTk2MjAwODc5LCJub25jZSI6IkRCOVE0UzFrSHgifQ.XGKzgsORcDsdwEI-aMsQSffRA6Z-QfiVy84H1FcOnvN7aH4Nlhzx-918i-GaDKetqiPY5ChOnAYivsmP8HUA4_On3yT0x2o9t-YFsp6ey1fizdltNF5eglzT68TescitNIREtx4gySGz91eu31bNRlM--PgT3e87T-eK7ys8Dx6MfChueuOUUZKJOOgfCBj0xpl_NJQ8z0S9eYTl9gr9DqTjMcvD_m4YbRroX2BMSmYPUWIPRlnX3sar2znJPVUJihTapPgqJw1HP5JIz6iGWKSilsw1SWsfeIEwGEe_-vJ_VXXb00td2fm0C_q-lU7Ya0sWBia4U9s5tvdOnnB3EA
header
{
  "kid": "authlete-fapidev-api-20180524",
  "alg": "RS256"
}
claims
{
  "at_hash": "5UUPxpCT9UmmA8aIOQZKSA",
  "sub": "1001",
  "aud": "2568647649689849",
  "s_hash": "Jfy05RdIVCWM58p26H-Qjg",
  "auth_time": 1596200879,
  "iss": "https://fapidev-as.authlete.net/",
  "exp": 1596201179,
  "iat": 1596200879,
  "nonce": "DB9Q4S1kHx"
}
2020-07-31 13:07:59 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-31 13:07:59 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
DB9Q4S1kHx
2020-07-31 13:07:59 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-31 13:07:59 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiNVVVUHhwQ1Q5VW1tQThhSU9RWktTQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJKZnkwNVJkSVZDV001OHAyNkgtUWpnIiwiYXV0aF90aW1lIjoxNTk2MjAwODc5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE3OSwiaWF0IjoxNTk2MjAwODc5LCJub25jZSI6IkRCOVE0UzFrSHgifQ.XGKzgsORcDsdwEI-aMsQSffRA6Z-QfiVy84H1FcOnvN7aH4Nlhzx-918i-GaDKetqiPY5ChOnAYivsmP8HUA4_On3yT0x2o9t-YFsp6ey1fizdltNF5eglzT68TescitNIREtx4gySGz91eu31bNRlM--PgT3e87T-eK7ys8Dx6MfChueuOUUZKJOOgfCBj0xpl_NJQ8z0S9eYTl9gr9DqTjMcvD_m4YbRroX2BMSmYPUWIPRlnX3sar2znJPVUJihTapPgqJw1HP5JIz6iGWKSilsw1SWsfeIEwGEe_-vJ_VXXb00td2fm0C_q-lU7Ya0sWBia4U9s5tvdOnnB3EA
2020-07-31 13:07:59 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiNVVVUHhwQ1Q5VW1tQThhSU9RWktTQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJKZnkwNVJkSVZDV001OHAyNkgtUWpnIiwiYXV0aF90aW1lIjoxNTk2MjAwODc5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE3OSwiaWF0IjoxNTk2MjAwODc5LCJub25jZSI6IkRCOVE0UzFrSHgifQ.XGKzgsORcDsdwEI-aMsQSffRA6Z-QfiVy84H1FcOnvN7aH4Nlhzx-918i-GaDKetqiPY5ChOnAYivsmP8HUA4_On3yT0x2o9t-YFsp6ey1fizdltNF5eglzT68TescitNIREtx4gySGz91eu31bNRlM--PgT3e87T-eK7ys8Dx6MfChueuOUUZKJOOgfCBj0xpl_NJQ8z0S9eYTl9gr9DqTjMcvD_m4YbRroX2BMSmYPUWIPRlnX3sar2znJPVUJihTapPgqJw1HP5JIz6iGWKSilsw1SWsfeIEwGEe_-vJ_VXXb00td2fm0C_q-lU7Ya0sWBia4U9s5tvdOnnB3EA
2020-07-31 13:07:59 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
1001
Userinfo endpoint tests
2020-07-31 13:07:59
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://fapidev-rs.authlete.net/api/userinfo
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI3OSwiaWF0IjoxNTk2MjAwODc5LCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiQm9zU29tZGFBYnFfTERqS29MSFNfaDVYaE5RbVBiQXUtY05jMkF2bHVxRSJ9.LA-RWrHta2wtB4eGMoGnO7it7hgAZP25A8GzYrCRNPcf8HEExvt-RbA0YkaggT8kybzH6HPtdqWt1CZhzKKJj3I9lyH_1sOc7e4tsfY8xL-PRSbIuTwVHySWthDu4aCuI6YvEjo5KwjEARlnj7X8rNYyRPlDpzbnuAFIT6HQR55owqNpIaIC8OAmOQJ1GsMDAS3JMjCb_N4a74lRFVdEo4_Bgbx5BuTs2wnA4Rv9mS1xeOdbMR-p4ySp1OvM9kBSq5CiQ1FCDibyS4IPLrO1YEviqKbBN7-zylSuv2nUVmhhb9IAVyJupaR0AzP7AfLHOT94mMZ-4N8RPEVnEsFuvQ",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-31 13:07:59 INFO
WebRunner
Completed processing of webpage
task
Verify Complete
browser
complete
response_status_text
200-
match
https://*/test/a/oidfauthletedcr/callback*
url
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
response_status_code
200
2020-07-31 13:08:00 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 13:07:59 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "14",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"sub":"1001"}
2020-07-31 13:08:00 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Fri, 31 Jul 2020 13:07:59 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "14",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
status_code
{
  "code": 200
}
body
{"sub":"1001"}
Second authorization: Make request to authorization endpoint
2020-07-31 13:08:00 SUCCESS
WaitFor2Seconds
Pausing for 2 seconds
2020-07-31 13:08:02 SUCCESS
WaitFor2Seconds
Woke up after 2 seconds sleep
2020-07-31 13:08:02 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
2020-07-31 13:08:02
CreateRandomStateValue
Created state value
requested_state_length
10
state
gfTe69iSOY
2020-07-31 13:08:02 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
gfTe69iSOY
2020-07-31 13:08:02
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
8xGD09XjhK
2020-07-31 13:08:02 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
gfTe69iSOY
nonce
8xGD09XjhK
2020-07-31 13:08:02 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
gfTe69iSOY
nonce
8xGD09XjhK
response_type
id_token token
2020-07-31 13:08:02
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
gfTe69iSOY
nonce
8xGD09XjhK
response_type
id_token token
response_mode
form_post
2020-07-31 13:08:02 SUCCESS
AddMaxAge1ToAuthorizationEndpointRequest
Added max_age=1 to authorization endpoint request
client_id
2568647649689849
redirect_uri
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
scope
openid
state
gfTe69iSOY
nonce
8xGD09XjhK
response_type
id_token token
response_mode
form_post
max_age
1
2020-07-31 13:08:02 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
2020-07-31 13:08:02 REDIRECT
oidcc-max-age-1
Redirecting to authorization endpoint
redirect_to
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
2020-07-31 13:08:02 REVIEW
ExpectSecondLoginPage
The server must ask the user to login for a second time; a screenshot of this must be uploaded.
content_type
*/*
page_source
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
  <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"/>
    <title>
      FAPI Test Service | Authorization
    </title>
    <link rel="stylesheet" href="/css/authorization.css"/>
    <!--  //-->  </head>
  <body class="font-default">
    <div id="page_title">
      FAPI Test Service
    </div>
    <div id="content">
      <h3 id="client-name">
        Conformance OIDCC DCR 1 uKp6e76UcjitDNq
      </h3>
      <div class="indent">
        <img id="logo" src="" alt="[Logo] (150x150)"/>
        <div id="client-summary">
          <p>
          </p>
          <ul id="client-link-list">
          </ul>
        </div>
        <div style="clear: both;">
        </div>
      </div>
      <h4 id="permissions">
        Permissions
      </h4>
      <div class="indent">
        <p>
          The application is requesting the following permissions.
        </p>
        <dl id="scope-list">
          <dt>
            openid
          </dt>
          <dd>
            A permission to request an OpenID Provider to issue an ID Token. See OpenID Connect Core 1.0, 3.1.2.1. for details.
          </dd>
        </dl>
      </div>
      <h4 id="authorization">
        Authorization
      </h4>
      <div class="indent">
        <p>
          Do you grant authorization to the application?
        </p>
        <form id="authorization-form" action="/api/authorization/decision" method="POST">
          <div id="login-fields" class="indent">
            <div id="login-prompt">
              Input Login ID and password.
            </div>
            <input type="text" id="loginId" name="loginId" placeholder="Login ID" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="font-default" required="" value=""/>
            <input type="password" id="password" name="password" placeholder="Password" class="font-default" required=""/>
          </div>
          <div id="authorization-form-buttons">
            <input type="submit" name="authorized" id="authorize-button" value="Authorize" class="font-default"/>
            <input type="submit" name="denied" id="deny-button" value="Deny" class="font-default"/>
          </div>
        </form>
      </div>
    </div>
  </body>
</html>
2020-07-31 13:08:02
WebRunner
Scripted browser HTTP request
browser
goToUrl
request_method
GET
request_uri
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
2020-07-31 13:08:02 RESPONSE
WebRunner
Scripted browser HTTP response
response_content
<!doctype html>
<!---->
<!--




-->
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
  <title>FAPI Test Service | Authorization</title>
  <link rel="stylesheet" href="/css/authorization.css">
  <!--  //-->
</head>
<body class="font-default">
  <div id="page_title">FAPI Test Service</div>

  <div id="content">
    <h3 id="client-name">Conformance OIDCC DCR 1 uKp6e76UcjitDNq</h3>
    <div class="indent">
      <img id="logo" src="" alt="[Logo] (150x150)">

      <div id="client-summary">
        <p></p>
        <ul id="client-link-list">
          

          

          
        </ul>
      </div>

      <div style="clear: both;"></div>
    </div>

    
    <h4 id="permissions">Permissions</h4>
    <div class="indent">
      <p>The application is requesting the following permissions.</p>

      <dl id="scope-list">
        
        <dt>openid</dt>
        <dd>A permission to request an OpenID Provider to issue an ID Token. See OpenID Connect Core 1.0, 3.1.2.1. for details.</dd>
        
      </dl>
    </div>
    

    

    

    <h4 id="authorization">Authorization</h4>
    <div class="indent">
      <p>Do you grant authorization to the application?</p>

      <form id="authorization-form" action="/api/authorization/decision" method="POST">
        
        <div id="login-fields" class="indent">
          <div id="login-prompt">Input Login ID and password.</div>
          <input type="text" id="loginId" name="loginId" placeholder="Login ID"
                 autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
                 class="font-default" required value="" >
          <input type="password" id="password" name="password" placeholder="Password"
                 class="font-default" required>
        </div>
        
        
        <div id="authorization-form-buttons">
          <input type="submit" name="authorized" id="authorize-button" value="Authorize" class="font-default"/>
          <input type="submit" name="denied"     id="deny-button"      value="Deny"      class="font-default"/>
        </div>
      </form>
    </div>
  </div>

</body>
</html>
response_content_type
*/*
response_status_text
200-OK
response_status_code
200
2020-07-31 13:08:02 INFO
WebRunner
Waiting
regexp
.*Input Login ID and password.*
seconds
10
task
Initial Login
browser
wait
action
update-image-placeholder-optional
element_type
xpath
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
target
//*
2020-07-31 13:08:02
BROWSER
Updated placeholder from scripted browser
placeholder
f7Uk9Y0Oqd
2020-07-31 13:08:02
BROWSER
All placeholders filled by scripted browser
2020-07-31 13:08:02 INFO
WebRunner
Entering text
task
Initial Login
browser
text
element_type
id
value
john
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
target
loginId
2020-07-31 13:08:02 INFO
WebRunner
Entering text
task
Initial Login
browser
text
element_type
id
value
john
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
target
password
2020-07-31 13:08:02 INFO
WebRunner
Clicking an element
task
Initial Login
browser
click
element_type
name
url
https://fapidev-www.authlete.net/api/authorization?client_id=2568647649689849&redirect_uri=https://www.certification.openid.net/test/a/oidfauthletedcr/callback&scope=openid&state=gfTe69iSOY&nonce=8xGD09XjhK&response_type=id_token%20token&response_mode=form_post&max_age=1
target
authorized
2020-07-31 13:08:02 INCOMING
oidcc-max-age-1
Incoming HTTP request to test instance uKp6e76UcjitDNq
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,image/apng,*/*;q\u003d0.8",
  "referer": "https://fapidev-www.authlete.net/api/authorization/decision",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003d0B2BA9C27ADE5A02AD2A65B020C92DFB",
  "origin": "https://fapidev-www.authlete.net/api/authorization/decision",
  "cache-control": "max-age\u003d0",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "1496",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "state": "gfTe69iSOY",
  "access_token": "eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI4MiwiaWF0IjoxNTk2MjAwODgyLCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiY2JTeEVxdVh1bkJvSGgzdFFoa3I3Z0RGTEhFSUNJYVdPclRja2IzUG5rOCJ9.EGgnUxCkgxHtU5rytGv0TiIPK11SjzlFDrbLwT_I421hfVv51aTLkY6RIqGTqbHvhdn3JDJfNEfCkAPhGI0G0m8JzLjilv9Mr5qF5VYeoUk_iMW63DuK3G_qX7Vx7997jLDpqaY-BscZSK3y8ZZdHIR1OaOviVuRnBY6Nw1fYhGkBrtqRFqpTPSfixZDErTpKQm-ESbHQ1gqxvmDTQ2VgZ1a9jtg8s9EvW90nPjP_w2eICcdaa2QeqQ7W1k3nDz0SN8WvZm9-Qt2j6PWqYzuUC8TEXhGC7-dQhM9e_bWP8jUr-zbsgmTmi8Dyw8n4OGcz128CNg9yS03wceBo_WK6A",
  "token_type": "Bearer",
  "expires_in": "86400",
  "scope": "openid",
  "id_token": "eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiN3QxcGI0WjlJSmUxZmQybm41NGxxQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJ0cHp3NmtnQm5Td2R5STliaXR5cWNRIiwiYXV0aF90aW1lIjoxNTk2MjAwODgyLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE4MiwiaWF0IjoxNTk2MjAwODgyLCJub25jZSI6Ijh4R0QwOVhqaEsifQ.AGW4gMaENrMwXCxdak4PKHeM_08_v8vOtGNZ4_HhSx9ZPs0XyFiIYoAYbMHorkTVh5L_FMFMkUQmPt5wFCQJGJ15e_-1Ha9e1xotTFNsxYr6BKbCM8FGpwsTqgydcM9Lih4IMDUg-ooQiRWXADO0tN-XgXyXagWBFg2PbCpBecQrc5XKIJ0hvBURXDmAzzbgVOk_xYDfxOUrvpUS0oaQBvFBEcPyx3QyU6ZPt7jvIkhvx1LHEpbsBSxEQKdXGFugpgnm-3Y0tMNFqC3QFwquA8-XY3LQPKJ-nplFpTdc8oSR0lLupx14ySsojd3sXVX7Fj0sjSZ1jy_mi-1BpcsLQg"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
state=gfTe69iSOY&access_token=eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI4MiwiaWF0IjoxNTk2MjAwODgyLCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiY2JTeEVxdVh1bkJvSGgzdFFoa3I3Z0RGTEhFSUNJYVdPclRja2IzUG5rOCJ9.EGgnUxCkgxHtU5rytGv0TiIPK11SjzlFDrbLwT_I421hfVv51aTLkY6RIqGTqbHvhdn3JDJfNEfCkAPhGI0G0m8JzLjilv9Mr5qF5VYeoUk_iMW63DuK3G_qX7Vx7997jLDpqaY-BscZSK3y8ZZdHIR1OaOviVuRnBY6Nw1fYhGkBrtqRFqpTPSfixZDErTpKQm-ESbHQ1gqxvmDTQ2VgZ1a9jtg8s9EvW90nPjP_w2eICcdaa2QeqQ7W1k3nDz0SN8WvZm9-Qt2j6PWqYzuUC8TEXhGC7-dQhM9e_bWP8jUr-zbsgmTmi8Dyw8n4OGcz128CNg9yS03wceBo_WK6A&token_type=Bearer&expires_in=86400&scope=openid&id_token=eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiN3QxcGI0WjlJSmUxZmQybm41NGxxQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJ0cHp3NmtnQm5Td2R5STliaXR5cWNRIiwiYXV0aF90aW1lIjoxNTk2MjAwODgyLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE4MiwiaWF0IjoxNTk2MjAwODgyLCJub25jZSI6Ijh4R0QwOVhqaEsifQ.AGW4gMaENrMwXCxdak4PKHeM_08_v8vOtGNZ4_HhSx9ZPs0XyFiIYoAYbMHorkTVh5L_FMFMkUQmPt5wFCQJGJ15e_-1Ha9e1xotTFNsxYr6BKbCM8FGpwsTqgydcM9Lih4IMDUg-ooQiRWXADO0tN-XgXyXagWBFg2PbCpBecQrc5XKIJ0hvBURXDmAzzbgVOk_xYDfxOUrvpUS0oaQBvFBEcPyx3QyU6ZPt7jvIkhvx1LHEpbsBSxEQKdXGFugpgnm-3Y0tMNFqC3QFwquA8-XY3LQPKJ-nplFpTdc8oSR0lLupx14ySsojd3sXVX7Fj0sjSZ1jy_mi-1BpcsLQg
2020-07-31 13:08:02 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/58bwesPWaCEku75fdKjy",
  "fullUrl": "https://www.certification.openid.net/test/a/oidfauthletedcr/implicit/58bwesPWaCEku75fdKjy"
}
2020-07-31 13:08:02 OUTGOING
oidcc-max-age-1
Response to HTTP request to test instance uKp6e76UcjitDNq
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/oidfauthletedcr/implicit/58bwesPWaCEku75fdKjy, returnUrl=/log-detail.html?log=uKp6e76UcjitDNq}]
outgoing_path
callback
2020-07-31 13:08:03 INFO
WebRunner
Completed processing of webpage
task
Initial Login
browser
complete
response_status_text
200-
match
https://fapidev-www.authlete.net/api/authorization*
url
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
response_status_code
200
2020-07-31 13:08:03 INFO
WebRunner
Waiting
regexp
seconds
10
task
Verify Complete
browser
wait
action
element_type
id
url
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
target
submission_complete
2020-07-31 13:08:03 INCOMING
oidcc-max-age-1
Incoming HTTP request to test instance uKp6e76UcjitDNq
incoming_headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "*/*",
  "referer": "https://www.certification.openid.net/test/a/oidfauthletedcr/callback",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003d0B2BA9C27ADE5A02AD2A65B020C92DFB",
  "x-requested-with": "XMLHttpRequest",
  "content-type": "text/plain",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "0",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
implicit/58bwesPWaCEku75fdKjy
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-31 13:08:03 OUTGOING
oidcc-max-age-1
Response to HTTP request to test instance uKp6e76UcjitDNq
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=uKp6e76UcjitDNq]
outgoing_path
implicit/58bwesPWaCEku75fdKjy
2020-07-31 13:08:03 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-31 13:08:03 REDIRECT-IN
oidcc-max-age-1
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "upgrade-insecure-requests": "1",
  "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/webp,image/apng,*/*;q\u003d0.8",
  "referer": "https://fapidev-www.authlete.net/api/authorization/decision",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003d0B2BA9C27ADE5A02AD2A65B020C92DFB",
  "origin": "https://fapidev-www.authlete.net/api/authorization/decision",
  "cache-control": "max-age\u003d0",
  "content-type": "application/x-www-form-urlencoded",
  "x-ssl-cipher": "ECDHE-RSA-AES256-GCM-SHA384",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "1496",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "state": "gfTe69iSOY",
  "access_token": "eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI4MiwiaWF0IjoxNTk2MjAwODgyLCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiY2JTeEVxdVh1bkJvSGgzdFFoa3I3Z0RGTEhFSUNJYVdPclRja2IzUG5rOCJ9.EGgnUxCkgxHtU5rytGv0TiIPK11SjzlFDrbLwT_I421hfVv51aTLkY6RIqGTqbHvhdn3JDJfNEfCkAPhGI0G0m8JzLjilv9Mr5qF5VYeoUk_iMW63DuK3G_qX7Vx7997jLDpqaY-BscZSK3y8ZZdHIR1OaOviVuRnBY6Nw1fYhGkBrtqRFqpTPSfixZDErTpKQm-ESbHQ1gqxvmDTQ2VgZ1a9jtg8s9EvW90nPjP_w2eICcdaa2QeqQ7W1k3nDz0SN8WvZm9-Qt2j6PWqYzuUC8TEXhGC7-dQhM9e_bWP8jUr-zbsgmTmi8Dyw8n4OGcz128CNg9yS03wceBo_WK6A",
  "token_type": "Bearer",
  "expires_in": "86400",
  "scope": "openid",
  "id_token": "eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiN3QxcGI0WjlJSmUxZmQybm41NGxxQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJ0cHp3NmtnQm5Td2R5STliaXR5cWNRIiwiYXV0aF90aW1lIjoxNTk2MjAwODgyLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE4MiwiaWF0IjoxNTk2MjAwODgyLCJub25jZSI6Ijh4R0QwOVhqaEsifQ.AGW4gMaENrMwXCxdak4PKHeM_08_v8vOtGNZ4_HhSx9ZPs0XyFiIYoAYbMHorkTVh5L_FMFMkUQmPt5wFCQJGJ15e_-1Ha9e1xotTFNsxYr6BKbCM8FGpwsTqgydcM9Lih4IMDUg-ooQiRWXADO0tN-XgXyXagWBFg2PbCpBecQrc5XKIJ0hvBURXDmAzzbgVOk_xYDfxOUrvpUS0oaQBvFBEcPyx3QyU6ZPt7jvIkhvx1LHEpbsBSxEQKdXGFugpgnm-3Y0tMNFqC3QFwquA8-XY3LQPKJ-nplFpTdc8oSR0lLupx14ySsojd3sXVX7Fj0sjSZ1jy_mi-1BpcsLQg"
}
Second authorization: Verify authorization endpoint response
2020-07-31 13:08:03 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2020-07-31 13:08:03 SUCCESS
CheckCallbackContentTypeIsFormUrlEncoded
content-type header to redirect_uri has the expected value
content_type
application/x-www-form-urlencoded
expected
application/x-www-form-urlencoded
2020-07-31 13:08:03 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2020-07-31 13:08:03 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2020-07-31 13:08:03 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-31 13:08:03 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-31 13:08:03 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
gfTe69iSOY
2020-07-31 13:08:03 SUCCESS
ExtractAccessTokenFromAuthorizationResponse
Extracted the access token
value
eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI4MiwiaWF0IjoxNTk2MjAwODgyLCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiY2JTeEVxdVh1bkJvSGgzdFFoa3I3Z0RGTEhFSUNJYVdPclRja2IzUG5rOCJ9.EGgnUxCkgxHtU5rytGv0TiIPK11SjzlFDrbLwT_I421hfVv51aTLkY6RIqGTqbHvhdn3JDJfNEfCkAPhGI0G0m8JzLjilv9Mr5qF5VYeoUk_iMW63DuK3G_qX7Vx7997jLDpqaY-BscZSK3y8ZZdHIR1OaOviVuRnBY6Nw1fYhGkBrtqRFqpTPSfixZDErTpKQm-ESbHQ1gqxvmDTQ2VgZ1a9jtg8s9EvW90nPjP_w2eICcdaa2QeqQ7W1k3nDz0SN8WvZm9-Qt2j6PWqYzuUC8TEXhGC7-dQhM9e_bWP8jUr-zbsgmTmi8Dyw8n4OGcz128CNg9yS03wceBo_WK6A
type
Bearer
2020-07-31 13:08:03 SUCCESS
ExtractIdTokenFromAuthorizationResponse
Found and parsed the id_token from authorization_endpoint_response
value
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiN3QxcGI0WjlJSmUxZmQybm41NGxxQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJ0cHp3NmtnQm5Td2R5STliaXR5cWNRIiwiYXV0aF90aW1lIjoxNTk2MjAwODgyLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE4MiwiaWF0IjoxNTk2MjAwODgyLCJub25jZSI6Ijh4R0QwOVhqaEsifQ.AGW4gMaENrMwXCxdak4PKHeM_08_v8vOtGNZ4_HhSx9ZPs0XyFiIYoAYbMHorkTVh5L_FMFMkUQmPt5wFCQJGJ15e_-1Ha9e1xotTFNsxYr6BKbCM8FGpwsTqgydcM9Lih4IMDUg-ooQiRWXADO0tN-XgXyXagWBFg2PbCpBecQrc5XKIJ0hvBURXDmAzzbgVOk_xYDfxOUrvpUS0oaQBvFBEcPyx3QyU6ZPt7jvIkhvx1LHEpbsBSxEQKdXGFugpgnm-3Y0tMNFqC3QFwquA8-XY3LQPKJ-nplFpTdc8oSR0lLupx14ySsojd3sXVX7Fj0sjSZ1jy_mi-1BpcsLQg
header
{
  "kid": "authlete-fapidev-api-20180524",
  "alg": "RS256"
}
claims
{
  "at_hash": "7t1pb4Z9IJe1fd2nn54lqA",
  "sub": "1001",
  "aud": "2568647649689849",
  "s_hash": "tpzw6kgBnSwdyI9bityqcQ",
  "auth_time": 1596200882,
  "iss": "https://fapidev-as.authlete.net/",
  "exp": 1596201182,
  "iat": 1596200882,
  "nonce": "8xGD09XjhK"
}
2020-07-31 13:08:03 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-31 13:08:03 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
8xGD09XjhK
2020-07-31 13:08:03 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-31 13:08:03 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiN3QxcGI0WjlJSmUxZmQybm41NGxxQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJ0cHp3NmtnQm5Td2R5STliaXR5cWNRIiwiYXV0aF90aW1lIjoxNTk2MjAwODgyLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE4MiwiaWF0IjoxNTk2MjAwODgyLCJub25jZSI6Ijh4R0QwOVhqaEsifQ.AGW4gMaENrMwXCxdak4PKHeM_08_v8vOtGNZ4_HhSx9ZPs0XyFiIYoAYbMHorkTVh5L_FMFMkUQmPt5wFCQJGJ15e_-1Ha9e1xotTFNsxYr6BKbCM8FGpwsTqgydcM9Lih4IMDUg-ooQiRWXADO0tN-XgXyXagWBFg2PbCpBecQrc5XKIJ0hvBURXDmAzzbgVOk_xYDfxOUrvpUS0oaQBvFBEcPyx3QyU6ZPt7jvIkhvx1LHEpbsBSxEQKdXGFugpgnm-3Y0tMNFqC3QFwquA8-XY3LQPKJ-nplFpTdc8oSR0lLupx14ySsojd3sXVX7Fj0sjSZ1jy_mi-1BpcsLQg
2020-07-31 13:08:03 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJhdF9oYXNoIjoiN3QxcGI0WjlJSmUxZmQybm41NGxxQSIsInN1YiI6IjEwMDEiLCJhdWQiOlsiMjU2ODY0NzY0OTY4OTg0OSJdLCJzX2hhc2giOiJ0cHp3NmtnQm5Td2R5STliaXR5cWNRIiwiYXV0aF90aW1lIjoxNTk2MjAwODgyLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjIwMTE4MiwiaWF0IjoxNTk2MjAwODgyLCJub25jZSI6Ijh4R0QwOVhqaEsifQ.AGW4gMaENrMwXCxdak4PKHeM_08_v8vOtGNZ4_HhSx9ZPs0XyFiIYoAYbMHorkTVh5L_FMFMkUQmPt5wFCQJGJ15e_-1Ha9e1xotTFNsxYr6BKbCM8FGpwsTqgydcM9Lih4IMDUg-ooQiRWXADO0tN-XgXyXagWBFg2PbCpBecQrc5XKIJ0hvBURXDmAzzbgVOk_xYDfxOUrvpUS0oaQBvFBEcPyx3QyU6ZPt7jvIkhvx1LHEpbsBSxEQKdXGFugpgnm-3Y0tMNFqC3QFwquA8-XY3LQPKJ-nplFpTdc8oSR0lLupx14ySsojd3sXVX7Fj0sjSZ1jy_mi-1BpcsLQg
2020-07-31 13:08:03 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
1001
2020-07-31 13:08:03 SUCCESS
CheckIdTokenAuthTimeClaimPresentDueToMaxAge
auth_time is present in the id_token, as required for a authentication where the max_age parameter was used
id_token
{
  "at_hash": "7t1pb4Z9IJe1fd2nn54lqA",
  "sub": "1001",
  "aud": "2568647649689849",
  "s_hash": "tpzw6kgBnSwdyI9bityqcQ",
  "auth_time": 1596200882,
  "iss": "https://fapidev-as.authlete.net/",
  "exp": 1596201182,
  "iat": 1596200882,
  "nonce": "8xGD09XjhK"
}
2020-07-31 13:08:03 SUCCESS
CheckSecondIdTokenAuthTimeIsLaterIfPresent
auth_time is later in the second id_token
first_id_token
{
  "at_hash": "5UUPxpCT9UmmA8aIOQZKSA",
  "sub": "1001",
  "aud": "2568647649689849",
  "s_hash": "Jfy05RdIVCWM58p26H-Qjg",
  "auth_time": 1596200879,
  "iss": "https://fapidev-as.authlete.net/",
  "exp": 1596201179,
  "iat": 1596200879,
  "nonce": "DB9Q4S1kHx"
}
second_id_token
{
  "at_hash": "7t1pb4Z9IJe1fd2nn54lqA",
  "sub": "1001",
  "aud": "2568647649689849",
  "s_hash": "tpzw6kgBnSwdyI9bityqcQ",
  "auth_time": 1596200882,
  "iss": "https://fapidev-as.authlete.net/",
  "exp": 1596201182,
  "iat": 1596200882,
  "nonce": "8xGD09XjhK"
}
2020-07-31 13:08:03 SUCCESS
CheckIdTokenAuthTimeIsRecentIfPresent
auth_time in id_token is recent
auth_time
"Jul 31, 2020, 1:08:02 PM"
now
"Jul 31, 2020, 1:08:03 PM"
Second authorization: Userinfo endpoint tests
2020-07-31 13:08:03
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://fapidev-rs.authlete.net/api/userinfo
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NzI4MiwiaWF0IjoxNTk2MjAwODgyLCJjbGllbnRfaWQiOiIyNTY4NjQ3NjQ5Njg5ODQ5IiwianRpIjoiY2JTeEVxdVh1bkJvSGgzdFFoa3I3Z0RGTEhFSUNJYVdPclRja2IzUG5rOCJ9.EGgnUxCkgxHtU5rytGv0TiIPK11SjzlFDrbLwT_I421hfVv51aTLkY6RIqGTqbHvhdn3JDJfNEfCkAPhGI0G0m8JzLjilv9Mr5qF5VYeoUk_iMW63DuK3G_qX7Vx7997jLDpqaY-BscZSK3y8ZZdHIR1OaOviVuRnBY6Nw1fYhGkBrtqRFqpTPSfixZDErTpKQm-ESbHQ1gqxvmDTQ2VgZ1a9jtg8s9EvW90nPjP_w2eICcdaa2QeqQ7W1k3nDz0SN8WvZm9-Qt2j6PWqYzuUC8TEXhGC7-dQhM9e_bWP8jUr-zbsgmTmi8Dyw8n4OGcz128CNg9yS03wceBo_WK6A",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-31 13:08:03 INFO
WebRunner
Completed processing of webpage
task
Verify Complete
browser
complete
response_status_text
200-
match
https://*/test/a/oidfauthletedcr/callback*
url
https://www.certification.openid.net/test/a/oidfauthletedcr/callback
response_status_code
200
2020-07-31 13:08:03 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 13:08:03 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "14",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"sub":"1001"}
2020-07-31 13:08:03 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Fri, 31 Jul 2020 13:08:03 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "content-type": "application/json;charset\u003dutf-8",
  "content-length": "14",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
status_code
{
  "code": 200
}
body
{"sub":"1001"}
2020-07-31 13:08:04 FINISHED
oidcc-max-age-1
Test has run to completion
testmodule_result
REVIEW
Unregister dynamically registered client
2020-07-31 13:08:04
UnregisterDynamicallyRegisteredClient
HTTP request
request_uri
https://fapidev-as.authlete.net/api/register/2568647649689849/
request_method
DELETE
request_headers
{
  "accept": "application/json",
  "accept-charset": "utf-8",
  "authorization": "Bearer AVd9nECgyT18MmM-iuVXd9jbz9eBIdsXCq5PTZETlAI",
  "content-length": "0"
}
request_body

                                
2020-07-31 13:08:04 RESPONSE
UnregisterDynamicallyRegisteredClient
HTTP response
response_status_code
204 NO_CONTENT
response_status_text
No Content
response_headers
{
  "date": "Fri, 31 Jul 2020 13:08:04 GMT",
  "server": "Jetty(9.4.21-SNAPSHOT)",
  "cache-control": "no-store, no-transform",
  "pragma": "no-cache",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body

                                
2020-07-31 13:08:04 SUCCESS
UnregisterDynamicallyRegisteredClient
Client successfully unregistered
2020-07-31 13:08:05
TEST-RUNNER
Alias has now been claimed by another test
alias
oidfauthletedcr
new_test_id
qrkXBqLg5Etnp7C
Test Results