Test Summary

Test Results

Expand All Collapse All
All times are UTC
2020-07-31 12:46:28 INFO
TEST-RUNNER
Test instance Rce07RLalzD3a5f created
baseUrl
https://www.certification.openid.net/test/a/oidf-authlete-core
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "static_client"
}
alias
oidf-authlete-core
description
Authlete plain OIDC client secret basic
planId
iM9PqJdFT3z1Q
config
{
  "alias": "oidf-authlete-core",
  "description": "Authlete plain OIDC client secret basic",
  "publish": "everything",
  "server": {
    "discoveryUrl": "https://fapidev-as.authlete.net/.well-known/openid-configuration",
    "login_hint": "john"
  },
  "client": {
    "client_id": "470519824180317",
    "client_secret": "Ek2CiuOrmfdhvsjGl037_pscCmYseks4bzSSxc3UZUcr-9Ki2rlCRdg_Mt-Ukc9b-LpajnMUcwmzqgXs-eDKzw"
  },
  "client_secret_post": {
    "client_id": "469894541303688",
    "client_secret": "SGMsD1U1t0iZXChy0YtbnICAfU9ULEgh5MElWNX6iOq0sWYI0TGiTn-4mRDlhsSOQGfWoZwYWqKAubsbrY7nfA"
  },
  "client2": {
    "client_id": "470553331604632",
    "client_secret": "3NLezSFOjyxuERp_cH3zFMbym9oNur3NMdYIJWimiTHEKROvsDTT1-BVfo8AbLNiUgyIbbGcr79n7fkTL7D8qA"
  },
  "browser": [
    {
      "match": "https://fapidev-www.authlete.net/api/authorization*",
      "tasks": [
        {
          "task": "Initial Login",
          "optional": true,
          "match": "https://fapidev-www.authlete.net/api/authorization*",
          "commands": [
            [
              "text",
              "id",
              "loginId",
              "john",
              "optional"
            ],
            [
              "text",
              "id",
              "password",
              "john",
              "optional"
            ],
            [
              "click",
              "name",
              "authorized"
            ]
          ]
        },
        {
          "task": "Verify Complete",
          "match": "https://*/test/a/oidf-authlete-core/callback*",
          "commands": [
            [
              "wait",
              "id",
              "submission_complete",
              10
            ]
          ]
        }
      ]
    }
  ]
}
testName
oidcc-claims-essential
2020-07-31 12:46:28 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
2020-07-31 12:46:28
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 12:46:28 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 12:46:28 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 12:46:28
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 12:46:28 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 12:46:28 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2020-07-31 12:46:28 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 12:46:28
FetchServerKeys
Fetching server key
jwks_uri
https://fapidev-as.authlete.net/api/jwks
2020-07-31 12:46:28
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 12:46:28 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 12:46:28 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 12:46:28
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 12:46:28 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 12:46:28 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 12:46:28 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2020-07-31 12:46:28 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2020-07-31 12:46:28 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2020-07-31 12:46:28 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2020-07-31 12:46:28 SUCCESS
GetStaticClientConfiguration
Found a static client object
client_id
470519824180317
client_secret
Ek2CiuOrmfdhvsjGl037_pscCmYseks4bzSSxc3UZUcr-9Ki2rlCRdg_Mt-Ukc9b-LpajnMUcwmzqgXs-eDKzw
2020-07-31 12:46:28
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2020-07-31 12:46:28 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 12:46:28 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 12:46:28
oidcc-claims-essential
Setup Done
Make request to authorization endpoint
2020-07-31 12:46:28 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
470519824180317
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
scope
openid
2020-07-31 12:46:28
CreateRandomStateValue
Created state value
requested_state_length
10
state
YyhXi225kR
2020-07-31 12:46:28 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
470519824180317
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
scope
openid
state
YyhXi225kR
2020-07-31 12:46:28
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
1hXwtQ9vj2
2020-07-31 12:46:28 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
470519824180317
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
scope
openid
state
YyhXi225kR
nonce
1hXwtQ9vj2
2020-07-31 12:46:28 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
470519824180317
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
scope
openid
state
YyhXi225kR
nonce
1hXwtQ9vj2
response_type
code
2020-07-31 12:46:28
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
470519824180317
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
scope
openid
state
YyhXi225kR
nonce
1hXwtQ9vj2
response_type
code
response_mode
form_post
2020-07-31 12:46:28 SUCCESS
AddUserInfoEssentialNameClaimToAuthorizationEndpointRequest
Added name claim to authorization_endpoint_request
authorization_endpoint_request
{
  "client_id": "470519824180317",
  "redirect_uri": "https://www.certification.openid.net/test/a/oidf-authlete-core/callback",
  "scope": "openid",
  "state": "YyhXi225kR",
  "nonce": "1hXwtQ9vj2",
  "response_type": "code",
  "response_mode": "form_post",
  "claims": {
    "userinfo": {
      "name": {
        "essential": true
      }
    }
  }
}
2020-07-31 12:46:28 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://fapidev-www.authlete.net/api/authorization?client_id=470519824180317&redirect_uri=https://www.certification.openid.net/test/a/oidf-authlete-core/callback&scope=openid&state=YyhXi225kR&nonce=1hXwtQ9vj2&response_type=code&response_mode=form_post&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
2020-07-31 12:46:28 REDIRECT
oidcc-claims-essential
Redirecting to authorization endpoint
redirect_to
https://fapidev-www.authlete.net/api/authorization?client_id=470519824180317&redirect_uri=https://www.certification.openid.net/test/a/oidf-authlete-core/callback&scope=openid&state=YyhXi225kR&nonce=1hXwtQ9vj2&response_type=code&response_mode=form_post&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
2020-07-31 12:46:28
WebRunner
Scripted browser HTTP request
browser
goToUrl
request_method
GET
request_uri
https://fapidev-www.authlete.net/api/authorization?client_id=470519824180317&redirect_uri=https://www.certification.openid.net/test/a/oidf-authlete-core/callback&scope=openid&state=YyhXi225kR&nonce=1hXwtQ9vj2&response_type=code&response_mode=form_post&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
2020-07-31 12:46:29 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">core conformance client secret basic</h3>
    <div class="indent">
      <img id="logo" src="https://button.heenan.me.uk/~joseph/authlete-150x150.png" alt="[Logo] (150x150)">

      <div id="client-summary">
        <p>core conformance client secret basic</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 12:46:29 INFO
WebRunner
Entering text
task
Initial Login
browser
text
element_type
id
value
john
url
https://fapidev-www.authlete.net/api/authorization?client_id=470519824180317&redirect_uri=https://www.certification.openid.net/test/a/oidf-authlete-core/callback&scope=openid&state=YyhXi225kR&nonce=1hXwtQ9vj2&response_type=code&response_mode=form_post&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
target
loginId
2020-07-31 12:46:29 INFO
WebRunner
Entering text
task
Initial Login
browser
text
element_type
id
value
john
url
https://fapidev-www.authlete.net/api/authorization?client_id=470519824180317&redirect_uri=https://www.certification.openid.net/test/a/oidf-authlete-core/callback&scope=openid&state=YyhXi225kR&nonce=1hXwtQ9vj2&response_type=code&response_mode=form_post&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
target
password
2020-07-31 12:46:29 INFO
WebRunner
Clicking an element
task
Initial Login
browser
click
element_type
name
url
https://fapidev-www.authlete.net/api/authorization?client_id=470519824180317&redirect_uri=https://www.certification.openid.net/test/a/oidf-authlete-core/callback&scope=openid&state=YyhXi225kR&nonce=1hXwtQ9vj2&response_type=code&response_mode=form_post&claims=%7B%22userinfo%22:%7B%22name%22:%7B%22essential%22:true%7D%7D%7D
target
authorized
2020-07-31 12:46:29 INCOMING
oidcc-claims-essential
Incoming HTTP request to test instance Rce07RLalzD3a5f
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": "65",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "state": "YyhXi225kR",
  "code": "klc7aHoM09CfSfr58Nnn19P5eP5QHTye4UeHXB2XSDk"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
state=YyhXi225kR&code=klc7aHoM09CfSfr58Nnn19P5eP5QHTye4UeHXB2XSDk
2020-07-31 12:46:29 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/VkN1CAVwSfxpanhEHgPn",
  "fullUrl": "https://www.certification.openid.net/test/a/oidf-authlete-core/implicit/VkN1CAVwSfxpanhEHgPn"
}
2020-07-31 12:46:29 OUTGOING
oidcc-claims-essential
Response to HTTP request to test instance Rce07RLalzD3a5f
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/oidf-authlete-core/implicit/VkN1CAVwSfxpanhEHgPn, returnUrl=/log-detail.html?log=Rce07RLalzD3a5f}]
outgoing_path
callback
2020-07-31 12:46:29 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/oidf-authlete-core/callback
response_status_code
200
2020-07-31 12:46:29 INFO
WebRunner
Waiting
regexp
seconds
10
task
Verify Complete
browser
wait
action
element_type
id
url
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
target
submission_complete
2020-07-31 12:46:29 INCOMING
oidcc-claims-essential
Incoming HTTP request to test instance Rce07RLalzD3a5f
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/oidf-authlete-core/callback",
  "accept-encoding": "gzip, deflate",
  "accept-language": "en-US",
  "cookie": "JSESSIONID\u003dD3124F8A15339767BAA4C99C99BDCACE",
  "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/VkN1CAVwSfxpanhEHgPn
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2020-07-31 12:46:29 OUTGOING
oidcc-claims-essential
Response to HTTP request to test instance Rce07RLalzD3a5f
outgoing
org.springframework.web.servlet.view.RedirectView: [RedirectView]; URL [/log-detail.html?log=Rce07RLalzD3a5f]
outgoing_path
implicit/VkN1CAVwSfxpanhEHgPn
2020-07-31 12:46:29 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2020-07-31 12:46:29 REDIRECT-IN
oidcc-claims-essential
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": "65",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "state": "YyhXi225kR",
  "code": "klc7aHoM09CfSfr58Nnn19P5eP5QHTye4UeHXB2XSDk"
}
Verify authorization endpoint response
2020-07-31 12:46:29 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2020-07-31 12:46:29 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 12:46:29 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2020-07-31 12:46:29 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2020-07-31 12:46:29 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2020-07-31 12:46:29 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2020-07-31 12:46:29 SUCCESS
CheckMatchingStateParameter
State parameter correctly returned
state
YyhXi225kR
2020-07-31 12:46:29 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
klc7aHoM09CfSfr58Nnn19P5eP5QHTye4UeHXB2XSDk
2020-07-31 12:46:29 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
klc7aHoM09CfSfr58Nnn19P5eP5QHTye4UeHXB2XSDk
redirect_uri
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
2020-07-31 12:46:29 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic NDcwNTE5ODI0MTgwMzE3OkVrMkNpdU9ybWZkaHZzakdsMDM3X3BzY0NtWXNla3M0YnpTU3hjM1VaVWNyLTlLaTJybENSZGdfTXQtVWtjOWItTHBham5NVWN3bXpxZ1hzLWVES3p3
2020-07-31 12:46:29
CallTokenEndpoint
HTTP request
request_uri
https://fapidev-as.authlete.net/api/token
request_method
POST
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Basic NDcwNTE5ODI0MTgwMzE3OkVrMkNpdU9ybWZkaHZzakdsMDM3X3BzY0NtWXNla3M0YnpTU3hjM1VaVWNyLTlLaTJybENSZGdfTXQtVWtjOWItTHBham5NVWN3bXpxZ1hzLWVES3p3",
  "accept-charset": "utf-8",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "content-length": "177"
}
request_body
grant_type=authorization_code&code=klc7aHoM09CfSfr58Nnn19P5eP5QHTye4UeHXB2XSDk&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Foidf-authlete-core%2Fcallback
2020-07-31 12:46:29 INFO
WebRunner
Completed processing of webpage
task
Verify Complete
browser
complete
response_status_text
200-
match
https://*/test/a/oidf-authlete-core/callback*
url
https://www.certification.openid.net/test/a/oidf-authlete-core/callback
response_status_code
200
2020-07-31 12:46:30 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 12:46:30 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": "1512",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"access_token":"eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg","refresh_token":"9QmNMxxJW4E8diOiZFjwKfTJAx6i9q9_GHyAGi5Pk4U","scope":"openid","id_token":"eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIxMDAxIiwiYXVkIjpbIjQ3MDUxOTgyNDE4MDMxNyJdLCJzX2hhc2giOiI4UkV6VjhSTjFTdUo3T3NHQUNFMXRRIiwiYXV0aF90aW1lIjoxNTk2MTk5NTg5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjE5OTg5MCwiaWF0IjoxNTk2MTk5NTkwLCJub25jZSI6IjFoWHd0UTl2ajIifQ.FSUOZRVssqQDFu3Uel-wGxreFA1pXHQn0t1GZWHlZGto5UklFRh23J0RtUVbYrSb-mc0yjDQv69hQjMwuvT2SSZHlaMVkV3nxAZBQuP__D8uZ51g-J5fr96Py8Mj0cgvi6DG1LQrFs6D3L3T5RBNdvI0R7ePPZT3nEaDWcRFJRz3x-SN4e9KbMo6pBVsSz_EJv1QXHgDtq0EqdPz119Zj-FF33bzFm2okPZ6Gq34_pr0MD7_67Ev_PY2AnBYhsP7cBmPwnEP3XftcfCOqUEFHvNg85QTk7HuUzTe3jZeXKCys0a_ddZeXz6ikmKajV6XcjASB14HDWJSTUfaC4TvoQ","token_type":"Bearer","expires_in":86400}
2020-07-31 12:46:30
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{"access_token":"eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg","refresh_token":"9QmNMxxJW4E8diOiZFjwKfTJAx6i9q9_GHyAGi5Pk4U","scope":"openid","id_token":"eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIxMDAxIiwiYXVkIjpbIjQ3MDUxOTgyNDE4MDMxNyJdLCJzX2hhc2giOiI4UkV6VjhSTjFTdUo3T3NHQUNFMXRRIiwiYXV0aF90aW1lIjoxNTk2MTk5NTg5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjE5OTg5MCwiaWF0IjoxNTk2MTk5NTkwLCJub25jZSI6IjFoWHd0UTl2ajIifQ.FSUOZRVssqQDFu3Uel-wGxreFA1pXHQn0t1GZWHlZGto5UklFRh23J0RtUVbYrSb-mc0yjDQv69hQjMwuvT2SSZHlaMVkV3nxAZBQuP__D8uZ51g-J5fr96Py8Mj0cgvi6DG1LQrFs6D3L3T5RBNdvI0R7ePPZT3nEaDWcRFJRz3x-SN4e9KbMo6pBVsSz_EJv1QXHgDtq0EqdPz119Zj-FF33bzFm2okPZ6Gq34_pr0MD7_67Ev_PY2AnBYhsP7cBmPwnEP3XftcfCOqUEFHvNg85QTk7HuUzTe3jZeXKCys0a_ddZeXz6ikmKajV6XcjASB14HDWJSTUfaC4TvoQ","token_type":"Bearer","expires_in":86400}
2020-07-31 12:46:30 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
access_token
eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg
refresh_token
9QmNMxxJW4E8diOiZFjwKfTJAx6i9q9_GHyAGi5Pk4U
scope
openid
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIxMDAxIiwiYXVkIjpbIjQ3MDUxOTgyNDE4MDMxNyJdLCJzX2hhc2giOiI4UkV6VjhSTjFTdUo3T3NHQUNFMXRRIiwiYXV0aF90aW1lIjoxNTk2MTk5NTg5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjE5OTg5MCwiaWF0IjoxNTk2MTk5NTkwLCJub25jZSI6IjFoWHd0UTl2ajIifQ.FSUOZRVssqQDFu3Uel-wGxreFA1pXHQn0t1GZWHlZGto5UklFRh23J0RtUVbYrSb-mc0yjDQv69hQjMwuvT2SSZHlaMVkV3nxAZBQuP__D8uZ51g-J5fr96Py8Mj0cgvi6DG1LQrFs6D3L3T5RBNdvI0R7ePPZT3nEaDWcRFJRz3x-SN4e9KbMo6pBVsSz_EJv1QXHgDtq0EqdPz119Zj-FF33bzFm2okPZ6Gq34_pr0MD7_67Ev_PY2AnBYhsP7cBmPwnEP3XftcfCOqUEFHvNg85QTk7HuUzTe3jZeXKCys0a_ddZeXz6ikmKajV6XcjASB14HDWJSTUfaC4TvoQ
token_type
Bearer
expires_in
86400
2020-07-31 12:46:30 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2020-07-31 12:46:30 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg
2020-07-31 12:46:30 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
eyJhbGciOiJQUzI1NiIsInR5cCI6ImF0K2p3dCIsImtpZCI6ImF1dGhsZXRlLWZhcGlkZXYtYXBpLTIwMTgwNTI0In0.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg
type
Bearer
2020-07-31 12:46:30 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
86400
2020-07-31 12:46:30 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
86400
2020-07-31 12:46:30 SUCCESS
CheckForRefreshTokenValue
Found a refresh token
refresh_token
9QmNMxxJW4E8diOiZFjwKfTJAx6i9q9_GHyAGi5Pk4U
2020-07-31 12:46:30 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIxMDAxIiwiYXVkIjpbIjQ3MDUxOTgyNDE4MDMxNyJdLCJzX2hhc2giOiI4UkV6VjhSTjFTdUo3T3NHQUNFMXRRIiwiYXV0aF90aW1lIjoxNTk2MTk5NTg5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjE5OTg5MCwiaWF0IjoxNTk2MTk5NTkwLCJub25jZSI6IjFoWHd0UTl2ajIifQ.FSUOZRVssqQDFu3Uel-wGxreFA1pXHQn0t1GZWHlZGto5UklFRh23J0RtUVbYrSb-mc0yjDQv69hQjMwuvT2SSZHlaMVkV3nxAZBQuP__D8uZ51g-J5fr96Py8Mj0cgvi6DG1LQrFs6D3L3T5RBNdvI0R7ePPZT3nEaDWcRFJRz3x-SN4e9KbMo6pBVsSz_EJv1QXHgDtq0EqdPz119Zj-FF33bzFm2okPZ6Gq34_pr0MD7_67Ev_PY2AnBYhsP7cBmPwnEP3XftcfCOqUEFHvNg85QTk7HuUzTe3jZeXKCys0a_ddZeXz6ikmKajV6XcjASB14HDWJSTUfaC4TvoQ
header
{
  "kid": "authlete-fapidev-api-20180524",
  "alg": "RS256"
}
claims
{
  "sub": "1001",
  "aud": "470519824180317",
  "s_hash": "8REzV8RN1SuJ7OsGACE1tQ",
  "auth_time": 1596199589,
  "iss": "https://fapidev-as.authlete.net/",
  "exp": 1596199890,
  "iat": 1596199590,
  "nonce": "1hXwtQ9vj2"
}
2020-07-31 12:46:30 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2020-07-31 12:46:30 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
1hXwtQ9vj2
2020-07-31 12:46:30 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2020-07-31 12:46:30 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIxMDAxIiwiYXVkIjpbIjQ3MDUxOTgyNDE4MDMxNyJdLCJzX2hhc2giOiI4UkV6VjhSTjFTdUo3T3NHQUNFMXRRIiwiYXV0aF90aW1lIjoxNTk2MTk5NTg5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjE5OTg5MCwiaWF0IjoxNTk2MTk5NTkwLCJub25jZSI6IjFoWHd0UTl2ajIifQ.FSUOZRVssqQDFu3Uel-wGxreFA1pXHQn0t1GZWHlZGto5UklFRh23J0RtUVbYrSb-mc0yjDQv69hQjMwuvT2SSZHlaMVkV3nxAZBQuP__D8uZ51g-J5fr96Py8Mj0cgvi6DG1LQrFs6D3L3T5RBNdvI0R7ePPZT3nEaDWcRFJRz3x-SN4e9KbMo6pBVsSz_EJv1QXHgDtq0EqdPz119Zj-FF33bzFm2okPZ6Gq34_pr0MD7_67Ev_PY2AnBYhsP7cBmPwnEP3XftcfCOqUEFHvNg85QTk7HuUzTe3jZeXKCys0a_ddZeXz6ikmKajV6XcjASB14HDWJSTUfaC4TvoQ
2020-07-31 12:46:30 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJraWQiOiJhdXRobGV0ZS1mYXBpZGV2LWFwaS0yMDE4MDUyNCIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIxMDAxIiwiYXVkIjpbIjQ3MDUxOTgyNDE4MDMxNyJdLCJzX2hhc2giOiI4UkV6VjhSTjFTdUo3T3NHQUNFMXRRIiwiYXV0aF90aW1lIjoxNTk2MTk5NTg5LCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjE5OTg5MCwiaWF0IjoxNTk2MTk5NTkwLCJub25jZSI6IjFoWHd0UTl2ajIifQ.FSUOZRVssqQDFu3Uel-wGxreFA1pXHQn0t1GZWHlZGto5UklFRh23J0RtUVbYrSb-mc0yjDQv69hQjMwuvT2SSZHlaMVkV3nxAZBQuP__D8uZ51g-J5fr96Py8Mj0cgvi6DG1LQrFs6D3L3T5RBNdvI0R7ePPZT3nEaDWcRFJRz3x-SN4e9KbMo6pBVsSz_EJv1QXHgDtq0EqdPz119Zj-FF33bzFm2okPZ6Gq34_pr0MD7_67Ev_PY2AnBYhsP7cBmPwnEP3XftcfCOqUEFHvNg85QTk7HuUzTe3jZeXKCys0a_ddZeXz6ikmKajV6XcjASB14HDWJSTUfaC4TvoQ
2020-07-31 12:46:30 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
1001
Userinfo endpoint tests
2020-07-31 12:46:30
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.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-31 12:46:30 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 12:46:30 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": "42",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"name":"John Flibble Smith","sub":"1001"}
2020-07-31 12:46:30 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Fri, 31 Jul 2020 12:46:30 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": "42",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
status_code
{
  "code": 200
}
body
{"name":"John Flibble Smith","sub":"1001"}
2020-07-31 12:46:30
CallUserInfoEndpointWithBearerToken
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.eyJzdWIiOiIxMDAxIiwic2NvcGUiOiJvcGVuaWQiLCJpc3MiOiJodHRwczovL2ZhcGlkZXYtYXMuYXV0aGxldGUubmV0LyIsImV4cCI6MTU5NjI4NTk5MCwiaWF0IjoxNTk2MTk5NTkwLCJjbGllbnRfaWQiOiI0NzA1MTk4MjQxODAzMTciLCJqdGkiOiJXVnBycElndnlENTNvX0NzNEVtZmJGOWFVNlk0dU9sM3Z4MUdjSXJIVUVvIn0.Y0N_U25IThT9Vy6WA53SCYp-CNSbpLhAyDv6N61uO0oxXk2iYtSSe3-aWQ4keVXBdMQCR3OilWDY7nQTzMM3_Yv5ucLPC-87EzOP2xjKi-_jGC9_yRclO-J24wnty3pcvP_JP0flZQF23ZTLWYrHm7Fm3gdQ3a_VVIyYz5tL1J9fGB8y5xOvKb_MZ6MiV4Y6Z7-HhMO7NzzFATR2xutKmCSCn2slSzikoe38SO0T9G31HT8aX7nnDKYXsqLIQTthWCTfBoUcbB0KPmDOlXVNxNPr07hK_eI5doULsAg4DPe36pD_xqshMRTUCk5rCSz3lwvCjqsEoMVGhgpf2sAwtg",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2020-07-31 12:46:30 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Fri, 31 Jul 2020 12:46:30 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": "42",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"name":"John Flibble Smith","sub":"1001"}
2020-07-31 12:46:30 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "date": "Fri, 31 Jul 2020 12:46:30 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": "42",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
status_code
{
  "code": 200
}
body
{"name":"John Flibble Smith","sub":"1001"}
2020-07-31 12:46:30 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "name": "John Flibble Smith",
  "sub": "1001"
}
2020-07-31 12:46:30
ValidateUserInfoStandardClaims
name is a string
2020-07-31 12:46:30
ValidateUserInfoStandardClaims
sub is a string
2020-07-31 12:46:30 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2020-07-31 12:46:30 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
1001
2020-07-31 12:46:30
EnsureUserInfoBirthDateValid
userinfo response does not contain 'birthdate'
2020-07-31 12:46:30
EnsureUserInfoUpdatedAtValid
userinfo response does not contain 'updated_at'
2020-07-31 12:46:30
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2020-07-31 12:46:30 SUCCESS
VerifyUserInfoAndIdTokenInTokenEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
1001
sub_id_token
1001
2020-07-31 12:46:30 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "name",
  "sub"
]
expected_scope_items
[
  "sub"
]
2020-07-31 12:46:30 SUCCESS
EnsureUserInfoContainsName
Found name in userinfo
name
John Flibble Smith
2020-07-31 12:46:30 SUCCESS
EnsureIdTokenDoesNotContainName
name claim not found in id_token, which is expected as it was not requested to be returned there
2020-07-31 12:46:30 FINISHED
oidcc-claims-essential
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2020-07-31 12:46:30 INFO
UnregisterDynamicallyRegisteredClient
Skipped evaluation due to missing required string: registration_client_uri
expected
registration_client_uri
2020-07-31 12:46:31
TEST-RUNNER
Alias has now been claimed by another test
alias
oidf-authlete-core
new_test_id
BjL8rXbRTLDFeVI
Test Results