Test Info

Issuerhttps://testop.funet.fi
Profile[]
Test IDOP-UserInfo-Endpoint
Test descriptionUserInfo Endpoint access with GET and bearer header
Timestamp2019-04-29T13:21:20Z

Conditions


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 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"
    ],
    "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": "_b8a0900e250087b68a7dba007bbca586",
    "client_id_issued_at": 1556544075,
    "client_secret": "_ed5d08db50b77f1c51b6000a8e238ca6",
    "client_secret_expires_at": 1588080075,
    "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 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": "_b8a0900e250087b68a7dba007bbca586",
    "nonce": "5DbTaO9SN6VB8M41",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "xCTgjpo27MdlVKWM"
}
1redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=xCTgjpo27MdlVKWM&nonce=5DbTaO9SN6VB8M41&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_b8a0900e250087b68a7dba007bbca586
1redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=xCTgjpo27MdlVKWM&nonce=5DbTaO9SN6VB8M41&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_b8a0900e250087b68a7dba007bbca586
4http args{}
4responseURL with fragment
4responseaccess_token=AAdzZWNyZXQxfxZq_6sXFZNB7VigxrWPM91g2xM2OXR18iG5GYyqxVJRGaQHlZFcNuhNYD1dMHwiVULBbGMWuJ4I81aokb0eumlW19rF83CKzZgI38prFB5mSVf25yL-XGm3Z68Wwn2g57-cHRI-pCZA-VNsOFMDtk2zbGb7-TJVqGjilBog7Igxu6oTtFHXTlZX7H_8MDaLRCimr4F9ho8a_wTkOG7-OGIYCKiS0D36Es7iDGqJifBbrWBweoE1_km-UsTVRMSLV8ItXMZhQiYQSUNu_XRsOVYNMg5awKzn9hY6ycss4kjzc6Z2qODGCGsgsgt3LNGwQD_ua0uc1XxWBlW8jA4Vq5n2jsJJ9nl0e_alZ_6Buwgw3Ns14FTgONGfstWleQpUBperKK5gLHNY9eyYZzOWOOGjSeBbIbyioVOZOajTo2qHop1_K81zC8yAHlm5hpqnWY11YNocEMDN8IJs1_7ZVb_kQqpaDISunzVjTrhEJ-Fc&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaHdEQ044aUNoWFlJUDBMUlNXVGVuQSIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2I4YTA5MDBlMjUwMDg3YjY4YTdkYmEwMDdiYmNhNTg2IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDc2NzgsImlhdCI6MTU1NjU0NDA3OCwibm9uY2UiOiI1RGJUYU85U042VkI4TTQxIn0.WYUh8VleVYEaW48DBuzWan1z4PibURrp9U8vkHidBpd41DHwYy9-eYug6-KyT8nDC_Snno765ivNbOtY7poOmN_4zonmPFWKsB5AwCRFSHZNO9VfL204v-1EFqyG-gl0l8StsOo6JMcbspjeGISxWS1Q8Bkav6X5aD8t0HE3l14UEcy8_3ozrTAOV2B4e2f-BilrW60RZ0m1lss1tMTNrrx6P14VqAjmy8yJTbN_DEzu1KBHgG686HYI57ryrmqoenu6NrvX6f1H-qFrDkoXHuUrmNIuRdaaPCBehGtYC-pf3bC6w9nOekmm6NTI3tdL0-KKCvkkbE8Q0M3C54gd8A&state=xCTgjpo27MdlVKWM&token_type=Bearer&expires_in=600
4response{'access_token': 'AAdzZWNyZXQxfxZq_6sXFZNB7VigxrWPM91g2xM2OXR18iG5GYyqxVJRGaQHlZFcNuhNYD1dMHwiVULBbGMWuJ4I81aokb0eumlW19rF83CKzZgI38prFB5mSVf25yL-XGm3Z68Wwn2g57-cHRI-pCZA-VNsOFMDtk2zbGb7-TJVqGjilBog7Igxu6oTtFHXTlZX7H_8MDaLRCimr4F9ho8a_wTkOG7-OGIYCKiS0D36Es7iDGqJifBbrWBweoE1_km-UsTVRMSLV8ItXMZhQiYQSUNu_XRsOVYNMg5awKzn9hY6ycss4kjzc6Z2qODGCGsgsgt3LNGwQD_ua0uc1XxWBlW8jA4Vq5n2jsJJ9nl0e_alZ_6Buwgw3Ns14FTgONGfstWleQpUBperKK5gLHNY9eyYZzOWOOGjSeBbIbyioVOZOajTo2qHop1_K81zC8yAHlm5hpqnWY11YNocEMDN8IJs1_7ZVb_kQqpaDISunzVjTrhEJ-Fc', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaHdEQ044aUNoWFlJUDBMUlNXVGVuQSIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2I4YTA5MDBlMjUwMDg3YjY4YTdkYmEwMDdiYmNhNTg2IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDc2NzgsImlhdCI6MTU1NjU0NDA3OCwibm9uY2UiOiI1RGJUYU85U042VkI4TTQxIn0.WYUh8VleVYEaW48DBuzWan1z4PibURrp9U8vkHidBpd41DHwYy9-eYug6-KyT8nDC_Snno765ivNbOtY7poOmN_4zonmPFWKsB5AwCRFSHZNO9VfL204v-1EFqyG-gl0l8StsOo6JMcbspjeGISxWS1Q8Bkav6X5aD8t0HE3l14UEcy8_3ozrTAOV2B4e2f-BilrW60RZ0m1lss1tMTNrrx6P14VqAjmy8yJTbN_DEzu1KBHgG686HYI57ryrmqoenu6NrvX6f1H-qFrDkoXHuUrmNIuRdaaPCBehGtYC-pf3bC6w9nOekmm6NTI3tdL0-KKCvkkbE8Q0M3C54gd8A', 'state': 'xCTgjpo27MdlVKWM', 'token_type': 'Bearer', 'expires_in': 600}
5AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQxfxZq_6sXFZNB7VigxrWPM91g2xM2OXR18iG5GYyqxVJRGaQHlZFcNuhNYD1dMHwiVULBbGMWuJ4I81aokb0eumlW19rF83CKzZgI38prFB5mSVf25yL-XGm3Z68Wwn2g57-cHRI-pCZA-VNsOFMDtk2zbGb7-TJVqGjilBog7Igxu6oTtFHXTlZX7H_8MDaLRCimr4F9ho8a_wTkOG7-OGIYCKiS0D36Es7iDGqJifBbrWBweoE1_km-UsTVRMSLV8ItXMZhQiYQSUNu_XRsOVYNMg5awKzn9hY6ycss4kjzc6Z2qODGCGsgsgt3LNGwQD_ua0uc1XxWBlW8jA4Vq5n2jsJJ9nl0e_alZ_6Buwgw3Ns14FTgONGfstWleQpUBperKK5gLHNY9eyYZzOWOOGjSeBbIbyioVOZOajTo2qHop1_K81zC8yAHlm5hpqnWY11YNocEMDN8IJs1_7ZVb_kQqpaDISunzVjTrhEJ-Fc",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "hwDCN8iChXYIP0LRSWTenA",
        "aud": [
            "_b8a0900e250087b68a7dba007bbca586"
        ],
        "auth_time": 1556543011,
        "exp": 1556547678,
        "iat": 1556544078,
        "iss": "https://testop.funet.fi",
        "nonce": "5DbTaO9SN6VB8M41",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "xCTgjpo27MdlVKWM",
    "token_type": "Bearer"
}
5phase<--<-- 4 --- AccessToken -->-->
5phase<--<-- 5 --- UserInfo -->-->
5do_user_info_request
kwargs:{'state': 'xCTgjpo27MdlVKWM', 'method': 'GET', 'authn_method': 'bearer_header'}
5request{'body': None}
5request_urlhttps://testop.funet.fi/idp/profile/oidc/userinfo
5request_http_args{'headers': {'Authorization': 'Bearer AAdzZWNyZXQxfxZq_6sXFZNB7VigxrWPM91g2xM2OXR18iG5GYyqxVJRGaQHlZFcNuhNYD1dMHwiVULBbGMWuJ4I81aokb0eumlW19rF83CKzZgI38prFB5mSVf25yL-XGm3Z68Wwn2g57-cHRI-pCZA-VNsOFMDtk2zbGb7-TJVqGjilBog7Igxu6oTtFHXTlZX7H_8MDaLRCimr4F9ho8a_wTkOG7-OGIYCKiS0D36Es7iDGqJifBbrWBweoE1_km-UsTVRMSLV8ItXMZhQiYQSUNu_XRsOVYNMg5awKzn9hY6ycss4kjzc6Z2qODGCGsgsgt3LNGwQD_ua0uc1XxWBlW8jA4Vq5n2jsJJ9nl0e_alZ_6Buwgw3Ns14FTgONGfstWleQpUBperKK5gLHNY9eyYZzOWOOGjSeBbIbyioVOZOajTo2qHop1_K81zC8yAHlm5hpqnWY11YNocEMDN8IJs1_7ZVb_kQqpaDISunzVjTrhEJ-Fc'}}
6http response
url:https://testop.funet.fi/idp/profile/oidc/userinfo status_code:200
6OpenIDSchema
{
    "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
}
6OpenIDSchema
{
    "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
}
6phase<--<-- 6 --- Done -->-->
6end
6assertionVerifyResponse
6conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
6conditionDone: status=OK

Result

PASSED