Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-07-07 10:39:25 INFO
TEST-RUNNER
Test instance LKINkpujUYR2R1G created
baseUrl
https://www.certification.openid.net/test/a/phenixid-base-OP
variant
{
  "client_auth_type": "client_secret_basic",
  "response_type": "code",
  "server_metadata": "discovery",
  "response_mode": "form_post",
  "client_registration": "static_client"
}
alias
phenixid-base-OP
description
PhenixID Basic OP test
planId
CFKB7IOwAoRlk
config
{
  "alias": "phenixid-base-OP",
  "description": "PhenixID Basic OP test",
  "server": {
    "discoveryUrl": "https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration"
  },
  "client": {
    "client_id": "oidc-cert-rp",
    "client_secret": "oidc-cert-rp"
  },
  "client_secret_post": {
    "client_id": "oidc-cert-rp",
    "client_secret": "oidc-cert-rp"
  },
  "client2": {
    "client_id": "oidc-cert-rp-2",
    "client_secret": "oidc-cert-rp-2"
  }
}
testName
oidcc-scope-phone
2021-07-07 10:39:25 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
2021-07-07 10:39:25
GetDynamicServerConfiguration
HTTP request
request_uri
https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-07-07 10:39:26 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 10:39:25 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "access-control-allow-origin": "https://demo.phenixid.net",
  "access-control-allow-methods": "GET, OPTIONS",
  "access-control-allow-headers": "Content-Type, Origin, Authorization, Accept, Accept-Encoding",
  "content-type": "application/json",
  "content-length": "1351",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
  "issuer" : "https://integration.phenixid.se/oidc-conform",
  "authorization_endpoint" : "https://integration.phenixid.se/oidc/authenticate/oidc-conform",
  "token_endpoint" : "https://integration.phenixid.se/api/authentication/1dd04b2b-45f1-4d88-a43b-123cee1e1579?tenant=oidc-conform",
  "jwks_uri" : "https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration/jwks",
  "userinfo_endpoint" : "https://integration.phenixid.se/api/authentication/userinfo?tenant=oidc-conform",
  "end_session_endpoint" : "https://integration.phenixid.se/oidc/authenticate/logout/",
  "scopes_supported" : [ "openid", "profile", "email", "address", "phone" ],
  "response_types_supported" : [ "code" ],
  "grant_types_supported" : [ "authorization_code" ],
  "subject_types_supported" : [ "public" ],
  "id_token_signing_alg_values_supported" : [ "RS256" ],
  "request_object_signing_alg_values_supported" : [ "RS256" ],
  "token_endpoint_auth_methods_supported" : [ "client_secret_post", "client_secret_basic" ],
  "claims_supported" : [ "iss", "ver", "sub", "given_name", "family_name", "name", "middle_name", "preferred_username", "profile", "picture", "website", "gender", "birthdate", "zoneinfo", "locale", "updated_at", "email", "email_verified", "phone_number", "phone_number_verified", "address" ],
  "request_parameter_supported" : false
}
2021-07-07 10:39:26
GetDynamicServerConfiguration
Downloaded server configuration
server_config_string
{
  "issuer" : "https://integration.phenixid.se/oidc-conform",
  "authorization_endpoint" : "https://integration.phenixid.se/oidc/authenticate/oidc-conform",
  "token_endpoint" : "https://integration.phenixid.se/api/authentication/1dd04b2b-45f1-4d88-a43b-123cee1e1579?tenant=oidc-conform",
  "jwks_uri" : "https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration/jwks",
  "userinfo_endpoint" : "https://integration.phenixid.se/api/authentication/userinfo?tenant=oidc-conform",
  "end_session_endpoint" : "https://integration.phenixid.se/oidc/authenticate/logout/",
  "scopes_supported" : [ "openid", "profile", "email", "address", "phone" ],
  "response_types_supported" : [ "code" ],
  "grant_types_supported" : [ "authorization_code" ],
  "subject_types_supported" : [ "public" ],
  "id_token_signing_alg_values_supported" : [ "RS256" ],
  "request_object_signing_alg_values_supported" : [ "RS256" ],
  "token_endpoint_auth_methods_supported" : [ "client_secret_post", "client_secret_basic" ],
  "claims_supported" : [ "iss", "ver", "sub", "given_name", "family_name", "name", "middle_name", "preferred_username", "profile", "picture", "website", "gender", "birthdate", "zoneinfo", "locale", "updated_at", "email", "email_verified", "phone_number", "phone_number_verified", "address" ],
  "request_parameter_supported" : false
}
2021-07-07 10:39:26 SUCCESS
GetDynamicServerConfiguration
Successfully parsed server configuration
issuer
https://integration.phenixid.se/oidc-conform
authorization_endpoint
https://integration.phenixid.se/oidc/authenticate/oidc-conform
token_endpoint
https://integration.phenixid.se/api/authentication/1dd04b2b-45f1-4d88-a43b-123cee1e1579?tenant=oidc-conform
jwks_uri
https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration/jwks
userinfo_endpoint
https://integration.phenixid.se/api/authentication/userinfo?tenant=oidc-conform
end_session_endpoint
https://integration.phenixid.se/oidc/authenticate/logout/
scopes_supported
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
response_types_supported
[
  "code"
]
grant_types_supported
[
  "authorization_code"
]
subject_types_supported
[
  "public"
]
id_token_signing_alg_values_supported
[
  "RS256"
]
request_object_signing_alg_values_supported
[
  "RS256"
]
token_endpoint_auth_methods_supported
[
  "client_secret_post",
  "client_secret_basic"
]
claims_supported
[
  "iss",
  "ver",
  "sub",
  "given_name",
  "family_name",
  "name",
  "middle_name",
  "preferred_username",
  "profile",
  "picture",
  "website",
  "gender",
  "birthdate",
  "zoneinfo",
  "locale",
  "updated_at",
  "email",
  "email_verified",
  "phone_number",
  "phone_number_verified",
  "address"
]
request_parameter_supported
false
2021-07-07 10:39:26 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2021-07-07 10:39:26 SUCCESS
ExtractTLSTestValuesFromServerConfiguration
Extracted TLS information from authorization server configuration
registration_endpoint
authorization_endpoint
{
  "testHost": "integration.phenixid.se",
  "testPort": 443
}
token_endpoint
{
  "testHost": "integration.phenixid.se",
  "testPort": 443
}
userinfo_endpoint
{
  "testHost": "integration.phenixid.se",
  "testPort": 443
}
2021-07-07 10:39:26
FetchServerKeys
Fetching server key
jwks_uri
https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration/jwks
2021-07-07 10:39:26
FetchServerKeys
HTTP request
request_uri
https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration/jwks
request_method
GET
request_headers
{
  "accept": "text/plain, application/json, application/cbor, application/*+json, */*",
  "content-length": "0"
}
request_body

                                
2021-07-07 10:39:26 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 10:39:26 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "access-control-allow-origin": "https://demo.phenixid.net",
  "access-control-allow-methods": "GET, OPTIONS",
  "access-control-allow-headers": "Content-Type, Origin, Authorization, Accept, Accept-Encoding",
  "content-type": "application/json",
  "content-length": "1633",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{"keys": [{
  "alg" : "RS256",
  "kty" : "RSA",
  "use" : "sig",
  "n" : "i_UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp_h_yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw-M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil_Zu3zN-b4tY1v2ukXEFjCIm3P5Yhgoh-3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4_gfsi72AQ3h50YpCKsvB87aCuw",
  "e" : "AQAB",
  "kid" : "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
  "x5t" : "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
  "x5c" : [ "MIIDMjCCAhqgAwIBAgIGAXpRvXFzMA0GCSqGSIb3DQEBCwUAMEIxDTALBgNVBAMMBGF1dG8xETAPBgNVBAsMCGN1c3RvbWVyMREwDwYDVQQKDAhQaGVuaXhJRDELMAkGA1UEBhMCU0UwHhcNMjEwNjI4MDgzMDA3WhcNMjYwNjI3MDgzMDA3WjBCMQ0wCwYDVQQDDARhdXRvMREwDwYDVQQLDAhjdXN0b21lcjERMA8GA1UECgwIUGhlbml4SUQxCzAJBgNVBAYTAlNFMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi/UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp/h/yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw+M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil/Zu3zN+b4tY1v2ukXEFjCIm3P5Yhgoh+3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4/gfsi72AQ3h50YpCKsvB87aCuwIDAQABoy4wLDAOBgNVHQ8BAf8EBAMCBaAwGgYDVR0RBBMwEYcEfwAAAYIJbG9jYWxob3N0MA0GCSqGSIb3DQEBCwUAA4IBAQB6sPjVJqByYXTQFrAE/jUR4yDGbp3rSdo6bU5L34KdwEfX5xryVXDNDVSNbG8tDat581cuCwf97tWrCoHhz98u2168ZtwQCVOfyUVsKTYTXQXLwcAChT4k1TBMlctnup5lxdOIkLEvH0Fvgq72QP/xxUvWkqE3JmTV+bKxp79/Upn0f6jx2lfwgNer6BjmGHD+TaGrdvIt8aBR0hieNpsPYcRZ+3SgPBii6ITLKL2P3duLnS6dfRYbjEdefdyEmsYMXNHEqm+Ri33p2Eryc5gyKUVd0wsgVA0xoOVTaoQEUqmQsnGlRjs4NWsGLhkg8poJvM6XYBh8WfW9ooiuITCo" ]
}]}
2021-07-07 10:39:26
FetchServerKeys
Found JWK set string
jwk_string
{"keys": [{
  "alg" : "RS256",
  "kty" : "RSA",
  "use" : "sig",
  "n" : "i_UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp_h_yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw-M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil_Zu3zN-b4tY1v2ukXEFjCIm3P5Yhgoh-3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4_gfsi72AQ3h50YpCKsvB87aCuw",
  "e" : "AQAB",
  "kid" : "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
  "x5t" : "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
  "x5c" : [ "MIIDMjCCAhqgAwIBAgIGAXpRvXFzMA0GCSqGSIb3DQEBCwUAMEIxDTALBgNVBAMMBGF1dG8xETAPBgNVBAsMCGN1c3RvbWVyMREwDwYDVQQKDAhQaGVuaXhJRDELMAkGA1UEBhMCU0UwHhcNMjEwNjI4MDgzMDA3WhcNMjYwNjI3MDgzMDA3WjBCMQ0wCwYDVQQDDARhdXRvMREwDwYDVQQLDAhjdXN0b21lcjERMA8GA1UECgwIUGhlbml4SUQxCzAJBgNVBAYTAlNFMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi/UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp/h/yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw+M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil/Zu3zN+b4tY1v2ukXEFjCIm3P5Yhgoh+3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4/gfsi72AQ3h50YpCKsvB87aCuwIDAQABoy4wLDAOBgNVHQ8BAf8EBAMCBaAwGgYDVR0RBBMwEYcEfwAAAYIJbG9jYWxob3N0MA0GCSqGSIb3DQEBCwUAA4IBAQB6sPjVJqByYXTQFrAE/jUR4yDGbp3rSdo6bU5L34KdwEfX5xryVXDNDVSNbG8tDat581cuCwf97tWrCoHhz98u2168ZtwQCVOfyUVsKTYTXQXLwcAChT4k1TBMlctnup5lxdOIkLEvH0Fvgq72QP/xxUvWkqE3JmTV+bKxp79/Upn0f6jx2lfwgNer6BjmGHD+TaGrdvIt8aBR0hieNpsPYcRZ+3SgPBii6ITLKL2P3duLnS6dfRYbjEdefdyEmsYMXNHEqm+Ri33p2Eryc5gyKUVd0wsgVA0xoOVTaoQEUqmQsnGlRjs4NWsGLhkg8poJvM6XYBh8WfW9ooiuITCo" ]
}]}
2021-07-07 10:39:26 SUCCESS
FetchServerKeys
Found server JWK set
server_jwks
{
  "keys": [
    {
      "alg": "RS256",
      "kty": "RSA",
      "use": "sig",
      "n": "i_UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp_h_yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw-M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil_Zu3zN-b4tY1v2ukXEFjCIm3P5Yhgoh-3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4_gfsi72AQ3h50YpCKsvB87aCuw",
      "e": "AQAB",
      "kid": "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
      "x5t": "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
      "x5c": [
        "MIIDMjCCAhqgAwIBAgIGAXpRvXFzMA0GCSqGSIb3DQEBCwUAMEIxDTALBgNVBAMMBGF1dG8xETAPBgNVBAsMCGN1c3RvbWVyMREwDwYDVQQKDAhQaGVuaXhJRDELMAkGA1UEBhMCU0UwHhcNMjEwNjI4MDgzMDA3WhcNMjYwNjI3MDgzMDA3WjBCMQ0wCwYDVQQDDARhdXRvMREwDwYDVQQLDAhjdXN0b21lcjERMA8GA1UECgwIUGhlbml4SUQxCzAJBgNVBAYTAlNFMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi/UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp/h/yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw+M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil/Zu3zN+b4tY1v2ukXEFjCIm3P5Yhgoh+3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4/gfsi72AQ3h50YpCKsvB87aCuwIDAQABoy4wLDAOBgNVHQ8BAf8EBAMCBaAwGgYDVR0RBBMwEYcEfwAAAYIJbG9jYWxob3N0MA0GCSqGSIb3DQEBCwUAA4IBAQB6sPjVJqByYXTQFrAE/jUR4yDGbp3rSdo6bU5L34KdwEfX5xryVXDNDVSNbG8tDat581cuCwf97tWrCoHhz98u2168ZtwQCVOfyUVsKTYTXQXLwcAChT4k1TBMlctnup5lxdOIkLEvH0Fvgq72QP/xxUvWkqE3JmTV+bKxp79/Upn0f6jx2lfwgNer6BjmGHD+TaGrdvIt8aBR0hieNpsPYcRZ+3SgPBii6ITLKL2P3duLnS6dfRYbjEdefdyEmsYMXNHEqm+Ri33p2Eryc5gyKUVd0wsgVA0xoOVTaoQEUqmQsnGlRjs4NWsGLhkg8poJvM6XYBh8WfW9ooiuITCo"
      ]
    }
  ]
}
2021-07-07 10:39:26 SUCCESS
CheckServerKeysIsValid
Server JWKs is valid
server_jwks
{
  "keys": [
    {
      "alg": "RS256",
      "kty": "RSA",
      "use": "sig",
      "n": "i_UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp_h_yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw-M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil_Zu3zN-b4tY1v2ukXEFjCIm3P5Yhgoh-3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4_gfsi72AQ3h50YpCKsvB87aCuw",
      "e": "AQAB",
      "kid": "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
      "x5t": "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
      "x5c": [
        "MIIDMjCCAhqgAwIBAgIGAXpRvXFzMA0GCSqGSIb3DQEBCwUAMEIxDTALBgNVBAMMBGF1dG8xETAPBgNVBAsMCGN1c3RvbWVyMREwDwYDVQQKDAhQaGVuaXhJRDELMAkGA1UEBhMCU0UwHhcNMjEwNjI4MDgzMDA3WhcNMjYwNjI3MDgzMDA3WjBCMQ0wCwYDVQQDDARhdXRvMREwDwYDVQQLDAhjdXN0b21lcjERMA8GA1UECgwIUGhlbml4SUQxCzAJBgNVBAYTAlNFMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi/UM7svwWq5IxXXtjZX0PcxLUsoc7wbX8wGrt67nIuMVr56qkoifhygHWJqU8uOM8eh81X0zn7MNhPYp/h/yyBEoef0takCCzty9qZIp3ygaOPk6UrOEBuKC6wXwzYEVozO4GLgFdw+M4wlvk3sryNYC6dzwOhKFKSuvPDQ26rk3aJOY4P8MBNVzhNnW9GmHL2vJofw5WtGMC9kkiRt5XGASSTxTuRuw4m7L6Wbd4o31hbs2toRpLil/Zu3zN+b4tY1v2ukXEFjCIm3P5Yhgoh+3CT4PcRV4WJTx8Sb8amAWk4uud75GYcWwgmP4/gfsi72AQ3h50YpCKsvB87aCuwIDAQABoy4wLDAOBgNVHQ8BAf8EBAMCBaAwGgYDVR0RBBMwEYcEfwAAAYIJbG9jYWxob3N0MA0GCSqGSIb3DQEBCwUAA4IBAQB6sPjVJqByYXTQFrAE/jUR4yDGbp3rSdo6bU5L34KdwEfX5xryVXDNDVSNbG8tDat581cuCwf97tWrCoHhz98u2168ZtwQCVOfyUVsKTYTXQXLwcAChT4k1TBMlctnup5lxdOIkLEvH0Fvgq72QP/xxUvWkqE3JmTV+bKxp79/Upn0f6jx2lfwgNer6BjmGHD+TaGrdvIt8aBR0hieNpsPYcRZ+3SgPBii6ITLKL2P3duLnS6dfRYbjEdefdyEmsYMXNHEqm+Ri33p2Eryc5gyKUVd0wsgVA0xoOVTaoQEUqmQsnGlRjs4NWsGLhkg8poJvM6XYBh8WfW9ooiuITCo"
      ]
    }
  ]
}
2021-07-07 10:39:26 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-07-07 10:39:26 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2021-07-07 10:39:26 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-07-07 10:39:26 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2021-07-07 10:39:26 SUCCESS
GetStaticClientConfiguration
Found a static client object
client_id
oidc-cert-rp
client_secret
oidc-cert-rp
2021-07-07 10:39:26 INFO
ValidateClientJWKsPrivatePart
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2021-07-07 10:39:26 INFO
ExtractJWKsFromStaticClientConfiguration
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2021-07-07 10:39:26 INFO
CheckDistinctKeyIdValueInClientJWKs
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2021-07-07 10:39:26
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2021-07-07 10:39:26 SUCCESS
EnsureServerConfigurationSupportsClientSecretBasic
Contents of 'token_endpoint_auth_methods_supported' in discovery document matches expectations.
actual
[
  "client_secret_post",
  "client_secret_basic"
]
expected
[
  "client_secret_basic"
]
minimum_matches_required
1
2021-07-07 10:39:26
SetScopeInClientConfigurationToOpenIdPhone
Set scope in client configuration to "openid phone"
scope
openid phone
2021-07-07 10:39:26 SUCCESS
OIDCCCheckScopesSupportedContainScopeTest
'scopes_supported' in discovery document contain expected scopes
actual
[
  "openid",
  "profile",
  "email",
  "address",
  "phone"
]
expected
openid phone
2021-07-07 10:39:26 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://integration.phenixid.se/api/authentication/userinfo?tenant=oidc-conform
2021-07-07 10:39:26
oidcc-scope-phone
Setup Done
Make request to authorization endpoint
2021-07-07 10:39:26 SUCCESS
CreateAuthorizationEndpointRequestFromClientInformation
Created authorization endpoint request
client_id
oidc-cert-rp
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
scope
openid phone
2021-07-07 10:39:26
CreateRandomStateValue
Created state value
requested_state_length
10
state
zfiYTv7yJl
2021-07-07 10:39:26 SUCCESS
AddStateToAuthorizationEndpointRequest
Added state parameter to request
client_id
oidc-cert-rp
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
scope
openid phone
state
zfiYTv7yJl
2021-07-07 10:39:26
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
gij1zROl7R
2021-07-07 10:39:26 SUCCESS
AddNonceToAuthorizationEndpointRequest
Added nonce parameter to request
client_id
oidc-cert-rp
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
scope
openid phone
state
zfiYTv7yJl
nonce
gij1zROl7R
2021-07-07 10:39:26 SUCCESS
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Added response_type parameter to request
client_id
oidc-cert-rp
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
scope
openid phone
state
zfiYTv7yJl
nonce
gij1zROl7R
response_type
code
2021-07-07 10:39:26
SetAuthorizationEndpointRequestResponseModeToFormPost
Added response_mode parameter to request
client_id
oidc-cert-rp
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
scope
openid phone
state
zfiYTv7yJl
nonce
gij1zROl7R
response_type
code
response_mode
form_post
2021-07-07 10:39:26 SUCCESS
BuildPlainRedirectToAuthorizationEndpoint
Sending to authorization endpoint
redirect_to_authorization_endpoint
https://integration.phenixid.se/oidc/authenticate/oidc-conform?client_id=oidc-cert-rp&redirect_uri=https://www.certification.openid.net/test/a/phenixid-base-OP/callback&scope=openid%20phone&state=zfiYTv7yJl&nonce=gij1zROl7R&response_type=code&response_mode=form_post
2021-07-07 10:39:26 REDIRECT
oidcc-scope-phone
Redirecting to authorization endpoint
redirect_to
https://integration.phenixid.se/oidc/authenticate/oidc-conform?client_id=oidc-cert-rp&redirect_uri=https://www.certification.openid.net/test/a/phenixid-base-OP/callback&scope=openid%20phone&state=zfiYTv7yJl&nonce=gij1zROl7R&response_type=code&response_mode=form_post
2021-07-07 10:39:35 INCOMING
oidcc-scope-phone
Incoming HTTP request to test instance LKINkpujUYR2R1G
incoming_headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "sec-ch-ua": "\" Not;A Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"91\", \"Chromium\";v\u003d\"91\"",
  "sec-ch-ua-mobile": "?0",
  "upgrade-insecure-requests": "1",
  "origin": "https://integration.phenixid.se",
  "content-type": "application/x-www-form-urlencoded",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-dest": "document",
  "referer": "https://integration.phenixid.se/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,sv;q\u003d0.8",
  "cookie": "JSESSIONID\u003d6C5D0B3E15BFEB173CA8845413C48E4D",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "58",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
incoming_path
callback
incoming_body_form_params
{
  "code": "c639487a-16a4-42ba-b573-c3ce53bead81",
  "state": "zfiYTv7yJl"
}
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
code=c639487a-16a4-42ba-b573-c3ce53bead81&state=zfiYTv7yJl
2021-07-07 10:39:35 SUCCESS
CreateRandomImplicitSubmitUrl
Created random implicit submission URL
implicit_submit
{
  "path": "implicit/5SquPq2De8fy23viwNyh",
  "fullUrl": "https://www.certification.openid.net/test/a/phenixid-base-OP/implicit/5SquPq2De8fy23viwNyh"
}
2021-07-07 10:39:35 OUTGOING
oidcc-scope-phone
Response to HTTP request to test instance LKINkpujUYR2R1G
outgoing
ModelAndView [view="implicitCallback"; model={implicitSubmitUrl=https://www.certification.openid.net/test/a/phenixid-base-OP/implicit/5SquPq2De8fy23viwNyh, returnUrl=/log-detail.html?log=LKINkpujUYR2R1G}]
outgoing_path
callback
2021-07-07 10:39:36 INCOMING
oidcc-scope-phone
Incoming HTTP request to test instance LKINkpujUYR2R1G
incoming_headers
{
  "host": "www.certification.openid.net",
  "sec-ch-ua": "\" Not;A Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"91\", \"Chromium\";v\u003d\"91\"",
  "accept": "*/*",
  "x-requested-with": "XMLHttpRequest",
  "sec-ch-ua-mobile": "?0",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",
  "content-type": "text/plain",
  "origin": "https://www.certification.openid.net",
  "sec-fetch-site": "same-origin",
  "sec-fetch-mode": "cors",
  "sec-fetch-dest": "empty",
  "referer": "https://www.certification.openid.net/test/a/phenixid-base-OP/callback",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,sv;q\u003d0.8",
  "cookie": "__utmc\u003d201319536; __utma\u003d201319536.904234868.1624862656.1625582066.1625648615.7; __utmz\u003d201319536.1625648615.7.6.utmcsr\u003dcertification.openid.net|utmccn\u003d(referral)|utmcmd\u003dreferral|utmcct\u003d/; JSESSIONID\u003d6C5D0B3E15BFEB173CA8845413C48E4D",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "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/5SquPq2De8fy23viwNyh
incoming_body_form_params
incoming_method
POST
incoming_body_json
incoming_query_string_params
{}
incoming_body
2021-07-07 10:39:36 OUTGOING
oidcc-scope-phone
Response to HTTP request to test instance LKINkpujUYR2R1G
outgoing_status_code
204
outgoing_headers
{}
outgoing_body

                                
outgoing_path
implicit/5SquPq2De8fy23viwNyh
2021-07-07 10:39:36 SUCCESS
ExtractImplicitHashToCallbackResponse
implicit_hash is empty
2021-07-07 10:39:36 REDIRECT-IN
oidcc-scope-phone
Authorization endpoint response captured
url_query
{}
headers
{
  "host": "www.certification.openid.net",
  "cache-control": "max-age\u003d0",
  "sec-ch-ua": "\" Not;A Brand\";v\u003d\"99\", \"Google Chrome\";v\u003d\"91\", \"Chromium\";v\u003d\"91\"",
  "sec-ch-ua-mobile": "?0",
  "upgrade-insecure-requests": "1",
  "origin": "https://integration.phenixid.se",
  "content-type": "application/x-www-form-urlencoded",
  "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q\u003d0.9,image/avif,image/webp,image/apng,*/*;q\u003d0.8,application/signed-exchange;v\u003db3;q\u003d0.9",
  "sec-fetch-site": "cross-site",
  "sec-fetch-mode": "navigate",
  "sec-fetch-dest": "document",
  "referer": "https://integration.phenixid.se/",
  "accept-encoding": "gzip, deflate, br",
  "accept-language": "en-US,en;q\u003d0.9,sv;q\u003d0.8",
  "cookie": "JSESSIONID\u003d6C5D0B3E15BFEB173CA8845413C48E4D",
  "x-ssl-cipher": "ECDHE-RSA-AES128-GCM-SHA256",
  "x-ssl-protocol": "TLSv1.2",
  "content-length": "58",
  "x-forwarded-host": "www.certification.openid.net",
  "x-forwarded-server": "www.certification.openid.net",
  "connection": "close"
}
http_method
POST
url_fragment
{}
post_body
{
  "code": "c639487a-16a4-42ba-b573-c3ce53bead81",
  "state": "zfiYTv7yJl"
}
Verify authorization endpoint response
2021-07-07 10:39:36 SUCCESS
CheckCallbackHttpMethodIsPost
HTTP method used at redirect_uri is 'POST'
2021-07-07 10:39:36 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
2021-07-07 10:39:36 SUCCESS
RejectAuthCodeInUrlQuery
Authorization code is not present in URL query returned from authorization endpoint
2021-07-07 10:39:36 SUCCESS
RejectErrorInUrlQuery
'error' is not present in URL query returned from authorization endpoint
2021-07-07 10:39:36 SUCCESS
CheckMatchingCallbackParameters
Callback parameters successfully verified
2021-07-07 10:39:36
ValidateIssInAuthorizationResponse
No 'iss' value in authorization response.
2021-07-07 10:39:36 SUCCESS
CheckIfAuthorizationEndpointError
No error from authorization endpoint
2021-07-07 10:39:36 SUCCESS
CheckStateInAuthorizationResponse
State in response correctly returned
state
zfiYTv7yJl
2021-07-07 10:39:36 SUCCESS
ExtractAuthorizationCodeFromAuthorizationResponse
Found authorization code
code
c639487a-16a4-42ba-b573-c3ce53bead81
2021-07-07 10:39:36 SUCCESS
CreateTokenEndpointRequestForAuthorizationCodeGrant
grant_type
authorization_code
code
c639487a-16a4-42ba-b573-c3ce53bead81
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
2021-07-07 10:39:36 SUCCESS
AddBasicAuthClientSecretAuthenticationParameters
Added basic authorization header
Authorization
Basic b2lkYy1jZXJ0LXJwOm9pZGMtY2VydC1ycA==
2021-07-07 10:39:36
CallTokenEndpoint
HTTP request
request_uri
https://integration.phenixid.se/api/authentication/1dd04b2b-45f1-4d88-a43b-123cee1e1579?tenant=oidc-conform
request_method
POST
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Basic b2lkYy1jZXJ0LXJwOm9pZGMtY2VydC1ycA\u003d\u003d",
  "accept-charset": "utf-8",
  "content-type": "application/x-www-form-urlencoded;charset\u003dUTF-8",
  "content-length": "168"
}
request_body
grant_type=authorization_code&code=c639487a-16a4-42ba-b573-c3ce53bead81&redirect_uri=https%3A%2F%2Fwww.certification.openid.net%2Ftest%2Fa%2Fphenixid-base-OP%2Fcallback
2021-07-07 10:39:36 RESPONSE
CallTokenEndpoint
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 10:39:36 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "x-phenixid-trace": "#Y4bjQQ2Xhrl196YQ",
  "content-type": "application/json",
  "content-length": "1053",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
  "max_age" : "",
  "access_token" : "69f65eee-fc08-40ae-a21f-e79e80474a6d",
  "acr" : "1",
  "acr_values" : "",
  "auth_time" : "1625654376",
  "id_token" : "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdYMllEakU0RURjQW1EekRQSjE4OWxJQzZScyJ9.eyJzdWIiOiJwaGVuaXhpZCIsImlhdCI6MTYyNTY1NDM3NiwibmJmIjoxNjI1NjU0Mzc2LCJleHAiOjE2MjU2NTQ0NjYsImp0aSI6IjY3MWQ1NzRlLTNmMDgtNDRjNi04YjY2LWE3ZGQxODkxNjNmZiIsIm5vbmNlIjoiZ2lqMXpST2w3UiIsImF1ZCI6Im9pZGMtY2VydC1ycCIsImlzcyI6Imh0dHBzOi8vaW50ZWdyYXRpb24ucGhlbml4aWQuc2Uvb2lkYy1jb25mb3JtIiwiYW1yIjoicHdkIiwiZ2l2ZW5fbmFtZSI6IkFybmUiLCJmYW1pbHlfbmFtZSI6IkFua2EiLCJhY3IiOiIxIiwiYXV0aF90aW1lIjoxNjI1NjU0Mzc2fQ.ADTSUL7U9AifWl1vgx6JIcpdmMc_5TpYGd65iLyT8oDgJAEGaNNb02_Yv_5HkYFfmemZVtsibk7xwTv6QlhJJU8LlwR2p2Y26C8VEr6YWRwcqcrKnN__cT4c-wm7lBmU71gkUbVCtTeX0tPoBuCT3jxP4NCQKrChDSh0LKyYqhzz2Hq1KDu_991rRhvhF04RvNk-n6v7_41bjn54QlL2yyplDo7RMCAh9a0GWDk4Mhguk3HLqqAjHvDL2UE4R-tYNb_JdHqn1aF-8PVho_h1DrSb9LJvZsz2YYSv7cIBs2lnBmbtBwIPvdtQQcXBuWgKjQP68Fv3-8tgRlzgq27hYQ",
  "token_type" : "Bearer",
  "prompt" : "",
  "expires_in" : 3600
}
2021-07-07 10:39:36
CallTokenEndpoint
Token endpoint response
token_endpoint_response
{
  "max_age" : "",
  "access_token" : "69f65eee-fc08-40ae-a21f-e79e80474a6d",
  "acr" : "1",
  "acr_values" : "",
  "auth_time" : "1625654376",
  "id_token" : "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdYMllEakU0RURjQW1EekRQSjE4OWxJQzZScyJ9.eyJzdWIiOiJwaGVuaXhpZCIsImlhdCI6MTYyNTY1NDM3NiwibmJmIjoxNjI1NjU0Mzc2LCJleHAiOjE2MjU2NTQ0NjYsImp0aSI6IjY3MWQ1NzRlLTNmMDgtNDRjNi04YjY2LWE3ZGQxODkxNjNmZiIsIm5vbmNlIjoiZ2lqMXpST2w3UiIsImF1ZCI6Im9pZGMtY2VydC1ycCIsImlzcyI6Imh0dHBzOi8vaW50ZWdyYXRpb24ucGhlbml4aWQuc2Uvb2lkYy1jb25mb3JtIiwiYW1yIjoicHdkIiwiZ2l2ZW5fbmFtZSI6IkFybmUiLCJmYW1pbHlfbmFtZSI6IkFua2EiLCJhY3IiOiIxIiwiYXV0aF90aW1lIjoxNjI1NjU0Mzc2fQ.ADTSUL7U9AifWl1vgx6JIcpdmMc_5TpYGd65iLyT8oDgJAEGaNNb02_Yv_5HkYFfmemZVtsibk7xwTv6QlhJJU8LlwR2p2Y26C8VEr6YWRwcqcrKnN__cT4c-wm7lBmU71gkUbVCtTeX0tPoBuCT3jxP4NCQKrChDSh0LKyYqhzz2Hq1KDu_991rRhvhF04RvNk-n6v7_41bjn54QlL2yyplDo7RMCAh9a0GWDk4Mhguk3HLqqAjHvDL2UE4R-tYNb_JdHqn1aF-8PVho_h1DrSb9LJvZsz2YYSv7cIBs2lnBmbtBwIPvdtQQcXBuWgKjQP68Fv3-8tgRlzgq27hYQ",
  "token_type" : "Bearer",
  "prompt" : "",
  "expires_in" : 3600
}
2021-07-07 10:39:36 SUCCESS
CallTokenEndpoint
Parsed token endpoint response
max_age

                                
access_token
69f65eee-fc08-40ae-a21f-e79e80474a6d
acr
1
acr_values

                                
auth_time
1625654376
id_token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdYMllEakU0RURjQW1EekRQSjE4OWxJQzZScyJ9.eyJzdWIiOiJwaGVuaXhpZCIsImlhdCI6MTYyNTY1NDM3NiwibmJmIjoxNjI1NjU0Mzc2LCJleHAiOjE2MjU2NTQ0NjYsImp0aSI6IjY3MWQ1NzRlLTNmMDgtNDRjNi04YjY2LWE3ZGQxODkxNjNmZiIsIm5vbmNlIjoiZ2lqMXpST2w3UiIsImF1ZCI6Im9pZGMtY2VydC1ycCIsImlzcyI6Imh0dHBzOi8vaW50ZWdyYXRpb24ucGhlbml4aWQuc2Uvb2lkYy1jb25mb3JtIiwiYW1yIjoicHdkIiwiZ2l2ZW5fbmFtZSI6IkFybmUiLCJmYW1pbHlfbmFtZSI6IkFua2EiLCJhY3IiOiIxIiwiYXV0aF90aW1lIjoxNjI1NjU0Mzc2fQ.ADTSUL7U9AifWl1vgx6JIcpdmMc_5TpYGd65iLyT8oDgJAEGaNNb02_Yv_5HkYFfmemZVtsibk7xwTv6QlhJJU8LlwR2p2Y26C8VEr6YWRwcqcrKnN__cT4c-wm7lBmU71gkUbVCtTeX0tPoBuCT3jxP4NCQKrChDSh0LKyYqhzz2Hq1KDu_991rRhvhF04RvNk-n6v7_41bjn54QlL2yyplDo7RMCAh9a0GWDk4Mhguk3HLqqAjHvDL2UE4R-tYNb_JdHqn1aF-8PVho_h1DrSb9LJvZsz2YYSv7cIBs2lnBmbtBwIPvdtQQcXBuWgKjQP68Fv3-8tgRlzgq27hYQ
token_type
Bearer
prompt

                                
expires_in
3600
2021-07-07 10:39:36 SUCCESS
CheckIfTokenEndpointResponseError
No error from token endpoint
2021-07-07 10:39:36 SUCCESS
CheckForAccessTokenValue
Found an access token
access_token
69f65eee-fc08-40ae-a21f-e79e80474a6d
2021-07-07 10:39:36 SUCCESS
ExtractAccessTokenFromTokenResponse
Extracted the access token
value
69f65eee-fc08-40ae-a21f-e79e80474a6d
type
Bearer
2021-07-07 10:39:36 SUCCESS
ExtractExpiresInFromTokenEndpointResponse
Extracted 'expires_in'
expires_in
3600
2021-07-07 10:39:36 SUCCESS
ValidateExpiresIn
expires_in passed all validation checks
expires_in
3600
2021-07-07 10:39:36 INFO
CheckForRefreshTokenValue
Couldn't find refresh token
2021-07-07 10:39:36 SUCCESS
ExtractIdTokenFromTokenResponse
Found and parsed the id_token from token_endpoint_response
value
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdYMllEakU0RURjQW1EekRQSjE4OWxJQzZScyJ9.eyJzdWIiOiJwaGVuaXhpZCIsImlhdCI6MTYyNTY1NDM3NiwibmJmIjoxNjI1NjU0Mzc2LCJleHAiOjE2MjU2NTQ0NjYsImp0aSI6IjY3MWQ1NzRlLTNmMDgtNDRjNi04YjY2LWE3ZGQxODkxNjNmZiIsIm5vbmNlIjoiZ2lqMXpST2w3UiIsImF1ZCI6Im9pZGMtY2VydC1ycCIsImlzcyI6Imh0dHBzOi8vaW50ZWdyYXRpb24ucGhlbml4aWQuc2Uvb2lkYy1jb25mb3JtIiwiYW1yIjoicHdkIiwiZ2l2ZW5fbmFtZSI6IkFybmUiLCJmYW1pbHlfbmFtZSI6IkFua2EiLCJhY3IiOiIxIiwiYXV0aF90aW1lIjoxNjI1NjU0Mzc2fQ.ADTSUL7U9AifWl1vgx6JIcpdmMc_5TpYGd65iLyT8oDgJAEGaNNb02_Yv_5HkYFfmemZVtsibk7xwTv6QlhJJU8LlwR2p2Y26C8VEr6YWRwcqcrKnN__cT4c-wm7lBmU71gkUbVCtTeX0tPoBuCT3jxP4NCQKrChDSh0LKyYqhzz2Hq1KDu_991rRhvhF04RvNk-n6v7_41bjn54QlL2yyplDo7RMCAh9a0GWDk4Mhguk3HLqqAjHvDL2UE4R-tYNb_JdHqn1aF-8PVho_h1DrSb9LJvZsz2YYSv7cIBs2lnBmbtBwIPvdtQQcXBuWgKjQP68Fv3-8tgRlzgq27hYQ
header
{
  "kid": "GX2YDjE4EDcAmDzDPJ189lIC6Rs",
  "typ": "JWT",
  "alg": "RS256"
}
claims
{
  "sub": "phenixid",
  "amr": "pwd",
  "iss": "https://integration.phenixid.se/oidc-conform",
  "given_name": "Arne",
  "nonce": "gij1zROl7R",
  "aud": "oidc-cert-rp",
  "acr": "1",
  "nbf": 1625654376,
  "auth_time": 1625654376,
  "exp": 1625654466,
  "iat": 1625654376,
  "family_name": "Anka",
  "jti": "671d574e-3f08-44c6-8b66-a7dd189163ff"
}
2021-07-07 10:39:36 SUCCESS
ValidateIdToken
ID token iss, aud, exp, iat, auth_time, acr & nbf claims passed validation checks
2021-07-07 10:39:36 SUCCESS
ValidateIdTokenNonce
Nonce values match
nonce
gij1zROl7R
2021-07-07 10:39:36 SUCCESS
ValidateIdTokenACRClaimAgainstRequest
Nothing to check; the conformance suite did not request an acr claim in request object
2021-07-07 10:39:36 SUCCESS
ValidateIdTokenSignature
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdYMllEakU0RURjQW1EekRQSjE4OWxJQzZScyJ9.eyJzdWIiOiJwaGVuaXhpZCIsImlhdCI6MTYyNTY1NDM3NiwibmJmIjoxNjI1NjU0Mzc2LCJleHAiOjE2MjU2NTQ0NjYsImp0aSI6IjY3MWQ1NzRlLTNmMDgtNDRjNi04YjY2LWE3ZGQxODkxNjNmZiIsIm5vbmNlIjoiZ2lqMXpST2w3UiIsImF1ZCI6Im9pZGMtY2VydC1ycCIsImlzcyI6Imh0dHBzOi8vaW50ZWdyYXRpb24ucGhlbml4aWQuc2Uvb2lkYy1jb25mb3JtIiwiYW1yIjoicHdkIiwiZ2l2ZW5fbmFtZSI6IkFybmUiLCJmYW1pbHlfbmFtZSI6IkFua2EiLCJhY3IiOiIxIiwiYXV0aF90aW1lIjoxNjI1NjU0Mzc2fQ.ADTSUL7U9AifWl1vgx6JIcpdmMc_5TpYGd65iLyT8oDgJAEGaNNb02_Yv_5HkYFfmemZVtsibk7xwTv6QlhJJU8LlwR2p2Y26C8VEr6YWRwcqcrKnN__cT4c-wm7lBmU71gkUbVCtTeX0tPoBuCT3jxP4NCQKrChDSh0LKyYqhzz2Hq1KDu_991rRhvhF04RvNk-n6v7_41bjn54QlL2yyplDo7RMCAh9a0GWDk4Mhguk3HLqqAjHvDL2UE4R-tYNb_JdHqn1aF-8PVho_h1DrSb9LJvZsz2YYSv7cIBs2lnBmbtBwIPvdtQQcXBuWgKjQP68Fv3-8tgRlzgq27hYQ
2021-07-07 10:39:36 SUCCESS
ValidateIdTokenSignatureUsingKid
id_token signature validated
id_token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdYMllEakU0RURjQW1EekRQSjE4OWxJQzZScyJ9.eyJzdWIiOiJwaGVuaXhpZCIsImlhdCI6MTYyNTY1NDM3NiwibmJmIjoxNjI1NjU0Mzc2LCJleHAiOjE2MjU2NTQ0NjYsImp0aSI6IjY3MWQ1NzRlLTNmMDgtNDRjNi04YjY2LWE3ZGQxODkxNjNmZiIsIm5vbmNlIjoiZ2lqMXpST2w3UiIsImF1ZCI6Im9pZGMtY2VydC1ycCIsImlzcyI6Imh0dHBzOi8vaW50ZWdyYXRpb24ucGhlbml4aWQuc2Uvb2lkYy1jb25mb3JtIiwiYW1yIjoicHdkIiwiZ2l2ZW5fbmFtZSI6IkFybmUiLCJmYW1pbHlfbmFtZSI6IkFua2EiLCJhY3IiOiIxIiwiYXV0aF90aW1lIjoxNjI1NjU0Mzc2fQ.ADTSUL7U9AifWl1vgx6JIcpdmMc_5TpYGd65iLyT8oDgJAEGaNNb02_Yv_5HkYFfmemZVtsibk7xwTv6QlhJJU8LlwR2p2Y26C8VEr6YWRwcqcrKnN__cT4c-wm7lBmU71gkUbVCtTeX0tPoBuCT3jxP4NCQKrChDSh0LKyYqhzz2Hq1KDu_991rRhvhF04RvNk-n6v7_41bjn54QlL2yyplDo7RMCAh9a0GWDk4Mhguk3HLqqAjHvDL2UE4R-tYNb_JdHqn1aF-8PVho_h1DrSb9LJvZsz2YYSv7cIBs2lnBmbtBwIPvdtQQcXBuWgKjQP68Fv3-8tgRlzgq27hYQ
2021-07-07 10:39:36 SUCCESS
CheckForSubjectInIdToken
Found 'sub' in id_token
sub
phenixid
Userinfo endpoint tests
2021-07-07 10:39:36
CallProtectedResourceWithBearerToken
HTTP request
request_uri
https://integration.phenixid.se/api/authentication/userinfo?tenant=oidc-conform
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer 69f65eee-fc08-40ae-a21f-e79e80474a6d",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2021-07-07 10:39:37 RESPONSE
CallProtectedResourceWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 10:39:36 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "x-phenixid-trace": "#hNJWUWefHwKBcePM",
  "content-type": "application/json",
  "content-length": "851",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
  "sub" : "phenixid",
  "zoneinfo" : "Europe/Stockholm",
  "birthdate" : "1912-12-12",
  "gender" : "male",
  "preferred_username" : "phenixid",
  "locale" : "en-US",
  "nickname" : "Andy",
  "email" : "",
  "website" : "https://se.linkedin.com/in/andersb2",
  "profile" : "https://se.linkedin.com/in/andersb2",
  "given_name" : "Arne",
  "middle_name" : "Bertie",
  "picture" : "https://images.app.goo.gl/4fR8FvU6j6sFDRQ19",
  "phone_number" : "+46855012020",
  "family_name" : "Anka",
  "employee_role" : "",
  "updated_at" : 1597749775,
  "email_verified" : false,
  "phone_number_verified" : true,
  "address" : {
    "country" : "Sweden",
    "formatted" : "Cylindervägen 12, 131 25 Nacka Strand",
    "locality" : "Nacka Strand",
    "postal_code" : "131 25",
    "street_address" : "Cylindervägen 12",
    "region" : "Stockholm state"
  }
}
2021-07-07 10:39:37 SUCCESS
CallProtectedResourceWithBearerToken
Got a response from the resource endpoint
headers
{
  "date": "Wed, 07 Jul 2021 10:39:36 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "x-phenixid-trace": "#hNJWUWefHwKBcePM",
  "content-type": "application/json",
  "content-length": "851",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
status_code
{
  "code": 200
}
body
{
  "sub" : "phenixid",
  "zoneinfo" : "Europe/Stockholm",
  "birthdate" : "1912-12-12",
  "gender" : "male",
  "preferred_username" : "phenixid",
  "locale" : "en-US",
  "nickname" : "Andy",
  "email" : "",
  "website" : "https://se.linkedin.com/in/andersb2",
  "profile" : "https://se.linkedin.com/in/andersb2",
  "given_name" : "Arne",
  "middle_name" : "Bertie",
  "picture" : "https://images.app.goo.gl/4fR8FvU6j6sFDRQ19",
  "phone_number" : "+46855012020",
  "family_name" : "Anka",
  "employee_role" : "",
  "updated_at" : 1597749775,
  "email_verified" : false,
  "phone_number_verified" : true,
  "address" : {
    "country" : "Sweden",
    "formatted" : "Cylindervägen 12, 131 25 Nacka Strand",
    "locality" : "Nacka Strand",
    "postal_code" : "131 25",
    "street_address" : "Cylindervägen 12",
    "region" : "Stockholm state"
  }
}
2021-07-07 10:39:37
CallUserInfoEndpointWithBearerToken
HTTP request
request_uri
https://integration.phenixid.se/api/authentication/userinfo?tenant=oidc-conform
request_method
GET
request_headers
{
  "accept": "application/json;charset\u003dUTF-8",
  "authorization": "Bearer 69f65eee-fc08-40ae-a21f-e79e80474a6d",
  "accept-charset": "utf-8",
  "content-length": "0"
}
request_body

                                
2021-07-07 10:39:37 RESPONSE
CallUserInfoEndpointWithBearerToken
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 10:39:37 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "x-phenixid-trace": "#cjklphlAZsiH1mys",
  "content-type": "application/json",
  "content-length": "851",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
response_body
{
  "sub" : "phenixid",
  "zoneinfo" : "Europe/Stockholm",
  "birthdate" : "1912-12-12",
  "gender" : "male",
  "preferred_username" : "phenixid",
  "locale" : "en-US",
  "nickname" : "Andy",
  "email" : "",
  "website" : "https://se.linkedin.com/in/andersb2",
  "profile" : "https://se.linkedin.com/in/andersb2",
  "given_name" : "Arne",
  "middle_name" : "Bertie",
  "picture" : "https://images.app.goo.gl/4fR8FvU6j6sFDRQ19",
  "phone_number" : "+46855012020",
  "family_name" : "Anka",
  "employee_role" : "",
  "updated_at" : 1597749775,
  "email_verified" : false,
  "phone_number_verified" : true,
  "address" : {
    "country" : "Sweden",
    "formatted" : "Cylindervägen 12, 131 25 Nacka Strand",
    "locality" : "Nacka Strand",
    "postal_code" : "131 25",
    "street_address" : "Cylindervägen 12",
    "region" : "Stockholm state"
  }
}
2021-07-07 10:39:37 SUCCESS
CallUserInfoEndpointWithBearerToken
Got a response from the userinfo endpoint
headers
{
  "date": "Wed, 07 Jul 2021 10:39:37 GMT",
  "server": "Apache/2.4.18 (Ubuntu)",
  "x-phenixid-trace": "#cjklphlAZsiH1mys",
  "content-type": "application/json",
  "content-length": "851",
  "keep-alive": "timeout\u003d5, max\u003d100",
  "connection": "Keep-Alive"
}
status_code
{
  "code": 200
}
body
{
  "sub" : "phenixid",
  "zoneinfo" : "Europe/Stockholm",
  "birthdate" : "1912-12-12",
  "gender" : "male",
  "preferred_username" : "phenixid",
  "locale" : "en-US",
  "nickname" : "Andy",
  "email" : "",
  "website" : "https://se.linkedin.com/in/andersb2",
  "profile" : "https://se.linkedin.com/in/andersb2",
  "given_name" : "Arne",
  "middle_name" : "Bertie",
  "picture" : "https://images.app.goo.gl/4fR8FvU6j6sFDRQ19",
  "phone_number" : "+46855012020",
  "family_name" : "Anka",
  "employee_role" : "",
  "updated_at" : 1597749775,
  "email_verified" : false,
  "phone_number_verified" : true,
  "address" : {
    "country" : "Sweden",
    "formatted" : "Cylindervägen 12, 131 25 Nacka Strand",
    "locality" : "Nacka Strand",
    "postal_code" : "131 25",
    "street_address" : "Cylindervägen 12",
    "region" : "Stockholm state"
  }
}
2021-07-07 10:39:37 SUCCESS
ExtractUserInfoFromUserInfoEndpointResponse
Extracted user info
userinfo
{
  "sub": "phenixid",
  "zoneinfo": "Europe/Stockholm",
  "birthdate": "1912-12-12",
  "gender": "male",
  "preferred_username": "phenixid",
  "locale": "en-US",
  "nickname": "Andy",
  "email": "",
  "website": "https://se.linkedin.com/in/andersb2",
  "profile": "https://se.linkedin.com/in/andersb2",
  "given_name": "Arne",
  "middle_name": "Bertie",
  "picture": "https://images.app.goo.gl/4fR8FvU6j6sFDRQ19",
  "phone_number": "+46855012020",
  "family_name": "Anka",
  "employee_role": "",
  "updated_at": 1597749775,
  "email_verified": false,
  "phone_number_verified": true,
  "address": {
    "country": "Sweden",
    "formatted": "Cylindervägen 12, 131 25 Nacka Strand",
    "locality": "Nacka Strand",
    "postal_code": "131 25",
    "street_address": "Cylindervägen 12",
    "region": "Stockholm state"
  }
}
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
sub is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
zoneinfo is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
birthdate is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
gender is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
preferred_username is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
locale is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
nickname is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
email is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
website is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
profile is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
given_name is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
middle_name is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
picture is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
phone_number is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
family_name is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
Skipping unknown claim: employee_role
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
updated_at is a number
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
email_verified is a boolean
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
phone_number_verified is a boolean
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address.country is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address.formatted is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address.locality is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address.postal_code is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address.street_address is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address.region is a string
2021-07-07 10:39:37
ValidateUserInfoStandardClaims
address is a valid object
2021-07-07 10:39:37 SUCCESS
ValidateUserInfoStandardClaims
Userinfo is valid
2021-07-07 10:39:37 SUCCESS
EnsureUserInfoContainsSub
Found sub in userinfo
sub
phenixid
2021-07-07 10:39:37 SUCCESS
EnsureUserInfoBirthDateValid
Format of 'birthdate' in userinfo response is valid
birthdate
1912-12-12
2021-07-07 10:39:37 SUCCESS
EnsureUserInfoUpdatedAtValid
'updated_at' in userinfo response seems to be a valid time
updated_at
"Aug 18, 2020, 11:22:55 AM"
now
"Jul 7, 2021, 10:39:37 AM"
2021-07-07 10:39:37
EnsureMemberValuesInClaimNameReferenceToMemberNamesInClaimSources
userinfo response does not contain '_claim_names' nor _claim_sources'
2021-07-07 10:39:37 SUCCESS
VerifyUserInfoAndIdTokenInTokenEndpointSameSub
userinfo response and id_token sub are the same
sub_user_info
phenixid
sub_id_token
phenixid
2021-07-07 10:39:37 SUCCESS
VerifyScopesReturnedInUserInfoClaims
'claims' in userinfo contains all scope items of scope in authorization request (corresponds to scope standard claims)
actual_scope_items
[
  "sub",
  "zoneinfo",
  "birthdate",
  "gender",
  "preferred_username",
  "locale",
  "nickname",
  "email",
  "website",
  "profile",
  "given_name",
  "middle_name",
  "picture",
  "phone_number",
  "family_name",
  "employee_role",
  "updated_at",
  "email_verified",
  "phone_number_verified",
  "address"
]
expected_scope_items
[
  "sub",
  "phone_number",
  "phone_number_verified"
]
2021-07-07 10:39:37 FINISHED
oidcc-scope-phone
Test has run to completion
testmodule_result
PASSED
Unregister dynamically registered client
2021-07-07 10:39:37 INFO
UnregisterDynamicallyRegisteredClient
Skipped evaluation due to missing required string: registration_client_uri
expected
registration_client_uri
2021-07-07 10:39:51
TEST-RUNNER
Alias has now been claimed by another test
alias
phenixid-base-OP
new_test_id
6OKRbDmv89AwXzd
Test Results