Test Info

Issuerhttps://testop.funet.fi
Profile[]
Test IDOP-scope-All
Test descriptionScope requesting all claims
Timestamp2019-04-29T13:00:15Z

Conditions


verify-scopes: status=OK [Verifies that the claims corresponding to the requested scopes are returned]
check-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
Done: status=OK

Trace Output

0phase<--<-- 0 --- Webfinger -->-->
0not expected to doWebFinger
0phase<--<-- 1 --- Discovery -->-->
0provider_config
kwargs:{'issuer': 'https://testop.funet.fi'}
0http response
url:https://testop.funet.fi/.well-known/openid-configuration status_code:200
0ProviderConfigurationResponse
{
    "authorization_endpoint": "https://testop.funet.fi/idp/profile/oidc/authorize",
    "claims_parameter_supported": true,
    "claims_supported": [
        "aud",
        "iss",
        "sub",
        "iat",
        "exp",
        "acr",
        "auth_time",
        "email",
        "email_verified",
        "address",
        "phone",
        "phone_number_verified",
        "name",
        "family_name",
        "given_name",
        "middle_name",
        "nickname",
        "preferred_username",
        "profile",
        "picture",
        "website",
        "gender",
        "birthdate",
        "zoneinfo",
        "locale",
        "updated_at"
    ],
    "display_values_supported": [
        "page"
    ],
    "grant_types_supported": [
        "authorization_code",
        "implicit",
        "refresh_token"
    ],
    "id_token_encryption_alg_values_supported": [
        "RSA1_5",
        "RSA-OAEP",
        "RSA-OAEP-256",
        "A128KW",
        "A192KW",
        "A256KW"
    ],
    "id_token_encryption_enc_values_supported": [
        "A128CBC-HS256",
        "A192CBC-HS384",
        "A256CBC-HS512",
        "A128GCM",
        "A192GCM",
        "A256GCM"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256",
        "RS384",
        "RS512",
        "HS256",
        "HS384",
        "HS512",
        "ES256"
    ],
    "issuer": "https://testop.funet.fi",
    "jwks_uri": "https://testop.funet.fi/idp/profile/oidc/keyset",
    "registration_endpoint": "https://testop.funet.fi/idp/profile/oidc/register",
    "request_object_encryption_alg_values_supported": [
        "RSA1_5",
        "RSA-OAEP",
        "RSA-OAEP-256",
        "A128KW",
        "A192KW",
        "A256KW"
    ],
    "request_object_encryption_enc_values_supported": [
        "A128CBC-HS256",
        "A192CBC-HS384",
        "A256CBC-HS512",
        "A128GCM",
        "A192GCM",
        "A256GCM"
    ],
    "request_object_signing_alg_values_supported": [
        "none",
        "RS256",
        "RS384",
        "RS512",
        "HS256",
        "HS384",
        "HS512",
        "ES256",
        "ES384",
        "ES512"
    ],
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "query",
        "fragment",
        "form_post"
    ],
    "response_types_supported": [
        "code",
        "id_token",
        "token id_token",
        "code id_token",
        "code token",
        "code token id_token"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "address",
        "phone",
        "offline_access"
    ],
    "subject_types_supported": [
        "public",
        "pairwise"
    ],
    "token_endpoint": "https://testop.funet.fi/idp/profile/oidc/token",
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post",
        "client_secret_jwt",
        "private_key_jwt"
    ],
    "userinfo_encryption_alg_values_supported": [
        "RSA1_5",
        "RSA-OAEP",
        "RSA-OAEP-256",
        "A128KW",
        "A192KW",
        "A256KW"
    ],
    "userinfo_encryption_enc_values_supported": [
        "A128CBC-HS256",
        "A192CBC-HS384",
        "A256CBC-HS512",
        "A128GCM",
        "A192GCM",
        "A256GCM"
    ],
    "userinfo_endpoint": "https://testop.funet.fi/idp/profile/oidc/userinfo",
    "userinfo_signing_alg_values_supported": [
        "RS256",
        "RS384",
        "RS512",
        "HS256",
        "HS384",
        "HS512",
        "ES256"
    ],
    "version": "3.0"
}
0phase<--<-- 2 --- Registration -->-->
0register
kwargs:{'response_types': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:60028/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:60028/logout'], 'url': 'https://testop.funet.fi/idp/profile/oidc/register', 'jwks_uri': 'https://op.certification.openid.net:60028/static/jwks_60028.json', 'token_endpoint_auth_method': 'client_secret_basic'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:60028/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:60028/authz_cb"
    ],
    "response_types": [
        "id_token"
    ],
    "token_endpoint_auth_method": "client_secret_basic"
}
1http response
url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
1RegistrationResponse
{
    "application_type": "web",
    "client_id": "_13e6d4c806b69e2b137bad267257369d",
    "client_id_issued_at": 1556542811,
    "client_secret": "_440ffcf5b137539f501569e248241f1d",
    "client_secret_expires_at": 1588078811,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "id_token_signed_response_alg": "RS256",
    "jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
    "redirect_uris": [
        "https://op.certification.openid.net:60028/authz_cb"
    ],
    "response_types": [
        "id_token"
    ],
    "scope": "openid profile email address phone offline_access",
    "subject_type": "public",
    "tls_client_certificate_bound_access_tokens": false,
    "token_endpoint_auth_method": "client_secret_basic"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "_13e6d4c806b69e2b137bad267257369d",
    "nonce": "acyIVsHNEnNn3Web",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token",
    "scope": "openid profile email address phone",
    "state": "zTbnPFaMGnoofixn"
}
1redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=zTbnPFaMGnoofixn&nonce=acyIVsHNEnNn3Web&response_type=id_token&scope=openid+profile+email+address+phone&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_13e6d4c806b69e2b137bad267257369d
1redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=zTbnPFaMGnoofixn&nonce=acyIVsHNEnNn3Web&response_type=id_token&scope=openid+profile+email+address+phone&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_13e6d4c806b69e2b137bad267257369d
4http args{}
5responseURL with fragment
5responseid_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsInpvbmVpbmZvIjoiQW1lcmljYVwvTG9zX0FuZ2VsZXMiLCJiaXJ0aGRhdGUiOiIxOTYyIiwiZ2VuZGVyIjoibWFsZSIsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJ0dGVzdGVyIiwibG9jYWxlIjoiZW4tVVMiLCJhY3IiOiJwYXNzd29yZCIsInVwZGF0ZWRfYXQiOjE1MDk0NTAzNDcsImF1dGhfdGltZSI6MTU1NjU0MjM4OCwibmlja25hbWUiOiJUVCIsImV4cCI6MTU1NjU0NjQxNCwiaWF0IjoxNTU2NTQyODE0LCJlbWFpbCI6InRlcHBvQGV4YW1wbGUub3JnIiwid2Vic2l0ZSI6Imh0dHBzOlwvXC93d3cuZmFjZWJvb2suY29tXC9vZmZpY2lhbHRvbWNydWlzZVwvIiwiYWRkcmVzcyI6eyJzdHJlZXRfYWRkcmVzcyI6IjIzNCBIb2xseXdvb2QgQmx2ZC4iLCJjb3VudHJ5IjoiVVMiLCJsb2NhbGl0eSI6IkxvcyBBbmdlbGVzIiwicmVnaW9uIjoiQ0EiLCJwb3N0YWxfY29kZSI6IjkwMjEwIn0sImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZSI6Imh0dHBzOlwvXC9maS53aWtpcGVkaWEub3JnXC93aWtpXC9Ub21fQ3J1aXNlIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjp0cnVlLCJnaXZlbl9uYW1lIjoiVGVwcG8gTWF0aWFzIiwibWlkZGxlX25hbWUiOiJNYXRpYXMiLCJub25jZSI6ImFjeUlWc0hORW5ObjNXZWIiLCJwaWN0dXJlIjoiaHR0cHM6XC9cL3BpeGFiYXkuY29tXC9maVwvcGVudHUta2lzc2Eta3Vra2EtcG90aW4tdGFiYnktcGVudHUtMjc2NjgyMFwvIiwiYXVkIjoiXzEzZTZkNGM4MDZiNjllMmIxMzdiYWQyNjcyNTczNjlkIiwibmFtZSI6Ik1yLlRlcHBvIE1hdGlhcyBUZXN0YWFqYSIsInBob25lX251bWJlciI6IisxICg2MDQpIDU1NS0xMjM0O2V4dD01Njc4IiwiZmFtaWx5X25hbWUiOiJUZXN0YWFqYSJ9.FyDgfW5MoVJ1ak2K679LlehfkfbMWF7f-yfVVbksIx56H-34YCuqcVbBrms3r7izwkEVgplPa7B22bWeYQ1FwfcLnq_dvFeca42ddLJkyAcU_Ncvhmc7AS6jEVTMzVY5vqJuWe3n-xlzy6TBw-tG9v9RoSmwIiLlRv6lEzT0Qf3eSO3GEGDhRrqmg49205si2lkA8uP3QeNFM4S43FDV9Y3wtXrRSqmKdpoZ8ZaFgdNR02xsF7sdda-E_6WBzUrOLBXFUeQYH5yvovv_PG_EsPP921wNZkWv6L2tfn6gLoEDCBO1god4uWr7HqyUBIjhS-f2eTnkCz6z21ctXdQuhA&state=zTbnPFaMGnoofixn
5response{'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsInpvbmVpbmZvIjoiQW1lcmljYVwvTG9zX0FuZ2VsZXMiLCJiaXJ0aGRhdGUiOiIxOTYyIiwiZ2VuZGVyIjoibWFsZSIsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJ0dGVzdGVyIiwibG9jYWxlIjoiZW4tVVMiLCJhY3IiOiJwYXNzd29yZCIsInVwZGF0ZWRfYXQiOjE1MDk0NTAzNDcsImF1dGhfdGltZSI6MTU1NjU0MjM4OCwibmlja25hbWUiOiJUVCIsImV4cCI6MTU1NjU0NjQxNCwiaWF0IjoxNTU2NTQyODE0LCJlbWFpbCI6InRlcHBvQGV4YW1wbGUub3JnIiwid2Vic2l0ZSI6Imh0dHBzOlwvXC93d3cuZmFjZWJvb2suY29tXC9vZmZpY2lhbHRvbWNydWlzZVwvIiwiYWRkcmVzcyI6eyJzdHJlZXRfYWRkcmVzcyI6IjIzNCBIb2xseXdvb2QgQmx2ZC4iLCJjb3VudHJ5IjoiVVMiLCJsb2NhbGl0eSI6IkxvcyBBbmdlbGVzIiwicmVnaW9uIjoiQ0EiLCJwb3N0YWxfY29kZSI6IjkwMjEwIn0sImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZSI6Imh0dHBzOlwvXC9maS53aWtpcGVkaWEub3JnXC93aWtpXC9Ub21fQ3J1aXNlIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjp0cnVlLCJnaXZlbl9uYW1lIjoiVGVwcG8gTWF0aWFzIiwibWlkZGxlX25hbWUiOiJNYXRpYXMiLCJub25jZSI6ImFjeUlWc0hORW5ObjNXZWIiLCJwaWN0dXJlIjoiaHR0cHM6XC9cL3BpeGFiYXkuY29tXC9maVwvcGVudHUta2lzc2Eta3Vra2EtcG90aW4tdGFiYnktcGVudHUtMjc2NjgyMFwvIiwiYXVkIjoiXzEzZTZkNGM4MDZiNjllMmIxMzdiYWQyNjcyNTczNjlkIiwibmFtZSI6Ik1yLlRlcHBvIE1hdGlhcyBUZXN0YWFqYSIsInBob25lX251bWJlciI6IisxICg2MDQpIDU1NS0xMjM0O2V4dD01Njc4IiwiZmFtaWx5X25hbWUiOiJUZXN0YWFqYSJ9.FyDgfW5MoVJ1ak2K679LlehfkfbMWF7f-yfVVbksIx56H-34YCuqcVbBrms3r7izwkEVgplPa7B22bWeYQ1FwfcLnq_dvFeca42ddLJkyAcU_Ncvhmc7AS6jEVTMzVY5vqJuWe3n-xlzy6TBw-tG9v9RoSmwIiLlRv6lEzT0Qf3eSO3GEGDhRrqmg49205si2lkA8uP3QeNFM4S43FDV9Y3wtXrRSqmKdpoZ8ZaFgdNR02xsF7sdda-E_6WBzUrOLBXFUeQYH5yvovv_PG_EsPP921wNZkWv6L2tfn6gLoEDCBO1god4uWr7HqyUBIjhS-f2eTnkCz6z21ctXdQuhA', 'state': 'zTbnPFaMGnoofixn'}
5AuthorizationResponse
{
    "id_token": {
        "acr": "password",
        "address": {
            "country": "US",
            "locality": "Los Angeles",
            "postal_code": "90210",
            "region": "CA",
            "street_address": "234 Hollywood Blvd."
        },
        "aud": [
            "_13e6d4c806b69e2b137bad267257369d"
        ],
        "auth_time": 1556542388,
        "birthdate": "1962",
        "email": "teppo@example.org",
        "email_verified": false,
        "exp": 1556546414,
        "family_name": "Testaaja",
        "gender": "male",
        "given_name": "Teppo Matias",
        "iat": 1556542814,
        "iss": "https://testop.funet.fi",
        "locale": "en-US",
        "middle_name": "Matias",
        "name": "Mr.Teppo Matias Testaaja",
        "nickname": "TT",
        "nonce": "acyIVsHNEnNn3Web",
        "phone_number": "+1 (604) 555-1234;ext=5678",
        "phone_number_verified": true,
        "picture": "https://pixabay.com/fi/pentu-kissa-kukka-potin-tabby-pentu-2766820/",
        "preferred_username": "ttester",
        "profile": "https://fi.wikipedia.org/wiki/Tom_Cruise",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI",
        "updated_at": 1509450347,
        "website": "https://www.facebook.com/officialtomcruise/",
        "zoneinfo": "America/Los_Angeles"
    },
    "state": "zTbnPFaMGnoofixn"
}
5phase<--<-- 4 --- AccessToken -->-->
5phase<--<-- 5 --- UserInfo -->-->
5phase<--<-- 6 --- Done -->-->
5end
5assertionVerifyScopes
5conditionverify-scopes: status=OK [Verifies that the claims corresponding to the requested scopes are returned]
5assertionCheckHTTPResponse
5conditioncheck-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
5assertionVerifyResponse
5conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
5conditionDone: status=OK

Result

PASSED