Test Summary

Test Results

Expand All Collapse All
All times are UTC
2021-07-07 09:14:56 INFO
TEST-RUNNER
Test instance ikVkTNOOnaJthvi 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-response-type-missing
2021-07-07 09:14:56 SUCCESS
CreateRedirectUri
Created redirect URI
redirect_uri
https://www.certification.openid.net/test/a/phenixid-base-OP/callback
2021-07-07 09:14:56
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 09:14:56 RESPONSE
GetDynamicServerConfiguration
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 09:14:56 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 09:14:56
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 09:14:56 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 09:14:56 SUCCESS
CheckServerConfiguration
Found required server configuration keys
required
[
  "authorization_endpoint",
  "token_endpoint",
  "issuer"
]
2021-07-07 09:14:56 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 09:14:56
FetchServerKeys
Fetching server key
jwks_uri
https://integration.phenixid.se/oidc-conform/.well-known/openid-configuration/jwks
2021-07-07 09:14:56
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 09:14:57 RESPONSE
FetchServerKeys
HTTP response
response_status_code
200 OK
response_status_text
OK
response_headers
{
  "date": "Wed, 07 Jul 2021 09:14:56 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 09:14:57
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 09:14:57 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 09:14:57 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 09:14:57 SUCCESS
ValidateServerJWKs
Valid server JWKs: keys are valid JSON, contain the required fields and are correctly encoded using unpadded base64url
2021-07-07 09:14:57 SUCCESS
CheckForKeyIdInServerJWKs
All keys contain kids
2021-07-07 09:14:57 SUCCESS
CheckDistinctKeyIdValueInServerJWKs
Distinct 'kid' value in all keys of server_jwks
see
https://bitbucket.org/openid/connect/issues/1127
2021-07-07 09:14:57 SUCCESS
EnsureServerJwksDoesNotContainPrivateOrSymmetricKeys
Jwks does not contain any private or symmetric keys
2021-07-07 09:14:57 SUCCESS
GetStaticClientConfiguration
Found a static client object
client_id
oidc-cert-rp
client_secret
oidc-cert-rp
2021-07-07 09:14:57 INFO
ValidateClientJWKsPrivatePart
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2021-07-07 09:14:57 INFO
ExtractJWKsFromStaticClientConfiguration
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2021-07-07 09:14:57 INFO
CheckDistinctKeyIdValueInClientJWKs
Skipped evaluation due to missing required element: client jwks
path
jwks
mapped
object
client
2021-07-07 09:14:57
SetScopeInClientConfigurationToOpenId
Set scope in client configuration to "openid"
scope
openid
2021-07-07 09:14:57 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 09:14:57 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 09:14:57
oidcc-response-type-missing
Setup Done
Make request to authorization endpoint
2021-07-07 09:14:57 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
2021-07-07 09:14:57
CreateRandomStateValue
Created state value
requested_state_length
10
state
USD1NuQW2Q
2021-07-07 09:14:57 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
state
USD1NuQW2Q
2021-07-07 09:14:57
CreateRandomNonceValue
Created nonce value
requested_nonce_length
10
nonce
1mjiDSfeOV
2021-07-07 09:14:57 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
state
USD1NuQW2Q
nonce
1mjiDSfeOV
2021-07-07 09:14:57
SetAuthorizationEndpointRequestResponseTypeFromEnvironment
Miss out the response_type
2021-07-07 09:14:57
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
state
USD1NuQW2Q
nonce
1mjiDSfeOV
response_mode
form_post
2021-07-07 09:14:57 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&state=USD1NuQW2Q&nonce=1mjiDSfeOV&response_mode=form_post
2021-07-07 09:14:57 REDIRECT
oidcc-response-type-missing
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&state=USD1NuQW2Q&nonce=1mjiDSfeOV&response_mode=form_post
2021-07-07 09:14:57 REVIEW IMAGE
ExpectResponseTypeMissingErrorPage
Upload a screenshot of the error page showing a missing response type error.
img
updatedAt
1625649368327
2021-07-07 09:16:32 FINISHED
oidcc-response-type-missing
Test has run to completion
testmodule_result
REVIEW
Unregister dynamically registered client
2021-07-07 09:16:32 INFO
UnregisterDynamicallyRegisteredClient
Skipped evaluation due to missing required string: registration_client_uri
expected
registration_client_uri
2021-07-07 09:16:50
TEST-RUNNER
Alias has now been claimed by another test
alias
phenixid-base-OP
new_test_id
4IRL0e7APuOJptG
Test Results