Test Info

Issuerhttps://testop.funet.fi
Profile[]
Test IDOP-Req-ui_locales
Test descriptionProviding ui_locales
Timestamp2019-04-29T13:04:20Z

Conditions


verify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
Done: status=OK

Trace Output

0phase<--<-- 0 --- Note -->-->
10phase<--<-- 1 --- Webfinger -->-->
10not expected to doWebFinger
10phase<--<-- 2 --- Discovery -->-->
10provider_config
kwargs:{'issuer': 'https://testop.funet.fi'}
10http response
url:https://testop.funet.fi/.well-known/openid-configuration status_code:200
10ProviderConfigurationResponse
{
    "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"
}
10phase<--<-- 3 --- Registration -->-->
10register
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'}
10RegistrationRequest
{
    "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"
}
11http response
url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
11RegistrationResponse
{
    "application_type": "web",
    "client_id": "_d67b69e820c74df7fdf531221d9b59a7",
    "client_id_issued_at": 1556543053,
    "client_secret": "_b86b0135a8e00ef0a7ee3711644f2107",
    "client_secret_expires_at": 1588079053,
    "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"
}
11phase<--<-- 4 --- AsyncAuthn -->-->
11AuthorizationRequest
{
    "client_id": "_d67b69e820c74df7fdf531221d9b59a7",
    "nonce": "tStCzbBZgx7bnSQM",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "Oy17JIPDPzxDsnlF",
    "ui_locales": "se"
}
11redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=Oy17JIPDPzxDsnlF&nonce=tStCzbBZgx7bnSQM&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&ui_locales=se&client_id=_d67b69e820c74df7fdf531221d9b59a7
11redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=Oy17JIPDPzxDsnlF&nonce=tStCzbBZgx7bnSQM&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&ui_locales=se&client_id=_d67b69e820c74df7fdf531221d9b59a7
18http args{}
18responseURL with fragment
18responseid_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9kNjdiNjllODIwYzc0ZGY3ZmRmNTMxMjIxZDliNTlhNyIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDU4LCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjYwLCJpYXQiOjE1NTY1NDMwNjAsIm5vbmNlIjoidFN0Q3piQlpneDdiblNRTSJ9.beJ5jE32YEeDWSQHkUcXFPlw7OyG0lgcQ3qBBEPnegqYiDpYEfXjXmzTy00sF7xu-yyiWG8bCHyRBJv5N7EWIlfY5ngA2BF5vb5bk_n558hTdCmHEF62sPM7fh8mB5YEDoN7p4uNgE5gnBbT45HfCP-PgLFQpWjT9M_e3OC0kMbY0bRFHTj0CzjAGKG2FDt5gd20XIvru0UdQ8XOlXMVYGS1qX2GGHXL1ctN6rCv0EquYOKKitxDKzZAZzvZAR8WIxXI-koS0YyWSgCg639JneXfiyR6WgmY_tn8hLgLmbY0wDvGi4pSuio6T8gBbdbzWRLGl4biHuiIaYe0N2UhJg&state=Oy17JIPDPzxDsnlF
18response{'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9kNjdiNjllODIwYzc0ZGY3ZmRmNTMxMjIxZDliNTlhNyIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDU4LCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjYwLCJpYXQiOjE1NTY1NDMwNjAsIm5vbmNlIjoidFN0Q3piQlpneDdiblNRTSJ9.beJ5jE32YEeDWSQHkUcXFPlw7OyG0lgcQ3qBBEPnegqYiDpYEfXjXmzTy00sF7xu-yyiWG8bCHyRBJv5N7EWIlfY5ngA2BF5vb5bk_n558hTdCmHEF62sPM7fh8mB5YEDoN7p4uNgE5gnBbT45HfCP-PgLFQpWjT9M_e3OC0kMbY0bRFHTj0CzjAGKG2FDt5gd20XIvru0UdQ8XOlXMVYGS1qX2GGHXL1ctN6rCv0EquYOKKitxDKzZAZzvZAR8WIxXI-koS0YyWSgCg639JneXfiyR6WgmY_tn8hLgLmbY0wDvGi4pSuio6T8gBbdbzWRLGl4biHuiIaYe0N2UhJg', 'state': 'Oy17JIPDPzxDsnlF'}
18AuthorizationResponse
{
    "id_token": {
        "acr": "password",
        "aud": [
            "_d67b69e820c74df7fdf531221d9b59a7"
        ],
        "auth_time": 1556543058,
        "exp": 1556546660,
        "iat": 1556543060,
        "iss": "https://testop.funet.fi",
        "nonce": "tStCzbBZgx7bnSQM",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "Oy17JIPDPzxDsnlF"
}
18phase<--<-- 5 --- Done -->-->
18end
18assertionVerifyAuthnResponse
18conditionverify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
18conditionDone: status=OK

Result

PASSED