Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-UserInfo-Header
Test descriptionUserInfo Endpoint access with POST and bearer header
Timestamp2019-06-17T07:02:37Z

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://isamfed.com:30443/test'}
0http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
0ProviderConfigurationResponse
{
    "authorization_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize",
    "claims_parameter_supported": false,
    "claims_supported": [
        "realmName",
        "preferred_username",
        "given_name",
        "uid",
        "upn",
        "groupIds",
        "employee_id",
        "name",
        "tenantId",
        "mobile_number",
        "department",
        "job_title",
        "family_name",
        "email"
    ],
    "device_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/device_authorize",
    "grant_types_supported": [
        "urn:ietf:params:oauth:grant-type:jwt-bearer",
        "implicit",
        "urn:ietf:params:oauth:grant-type:saml2-bearer",
        "urn:ietf:params:oauth:grant-type:device_code",
        "client_credentials",
        "password",
        "authorization_code",
        "refresh_token"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "introspect_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/introspect",
    "issuer": "https://isamfed.com:30443/test",
    "jwks_uri": "https://isamfed.com:30443/mga/sps/jwks",
    "name": "OIDCDefinition",
    "poc": "https://isamfed.com:30443/mga/",
    "registration_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition",
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "fragment",
        "form_post"
    ],
    "response_types_supported": [
        "token",
        "id_token",
        "token id_token",
        "code",
        "code id_token",
        "code token id_token",
        "code token",
        "none"
    ],
    "revocation_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/revoke",
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/token",
    "token_endpoint_auth_methods_supported": [
        "private_key_jwt",
        "client_secret_post",
        "client_secret_basic"
    ],
    "user_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/user_authorize",
    "userinfo_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo",
    "userinfo_signing_alg_values_supported": [
        "RS256"
    ],
    "version": "3.0"
}
0phase<--<-- 2 --- Registration -->-->
0register
kwargs:{'response_types': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61240/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61240/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61240/static/jwks_61240.json', 'token_endpoint_auth_method': 'private_key_jwt'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code",
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61240/static/jwks_61240.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61240/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61240/authz_cb"
    ],
    "response_types": [
        "code token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
0RegistrationResponse
{
    "application_type": "web",
    "client_id": "tYz3e6TRDbXFOxMFYToS",
    "client_id_issued_at": 1560754954,
    "client_secret": "MUT59D23AMiG1KTBhnXH",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code",
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61240/static/jwks_61240.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61240/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61240/authz_cb"
    ],
    "registration_access_token": "s5xX9ZtzCVUavaoxdYDS",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=tYz3e6TRDbXFOxMFYToS",
    "response_types": [
        "code",
        "token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "tYz3e6TRDbXFOxMFYToS",
    "nonce": "VMc38zBH29CQWufF",
    "redirect_uri": "https://op.certification.openid.net:61240/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "XEXcXQTMAi1ccHks"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=XEXcXQTMAi1ccHks&nonce=VMc38zBH29CQWufF&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&client_id=tYz3e6TRDbXFOxMFYToS
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=XEXcXQTMAi1ccHks&nonce=VMc38zBH29CQWufF&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&client_id=tYz3e6TRDbXFOxMFYToS
1http args{}
2responseURL with fragment
2responseaccess_token=UCuWfVFWAhyBugPdKGVC&state=XEXcXQTMAi1ccHks&expires_in=3599&token_type=bearer&code=kWWbXt3lopiJQOtkzRGKDpG6TLLvdo&scope=openid
2response{'access_token': 'UCuWfVFWAhyBugPdKGVC', 'state': 'XEXcXQTMAi1ccHks', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'kWWbXt3lopiJQOtkzRGKDpG6TLLvdo', 'scope': 'openid'}
2AuthorizationResponse
{
    "access_token": "UCuWfVFWAhyBugPdKGVC",
    "code": "kWWbXt3lopiJQOtkzRGKDpG6TLLvdo",
    "expires_in": 3599,
    "scope": "openid",
    "state": "XEXcXQTMAi1ccHks",
    "token_type": "bearer"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': 'XEXcXQTMAi1ccHks'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61240/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61240/authz_cb', 'code': 'kWWbXt3lopiJQOtkzRGKDpG6TLLvdo', 'state': 'XEXcXQTMAi1ccHks', 'grant_type': 'authorization_code', 'client_id': 'tYz3e6TRDbXFOxMFYToS'}, 'state': 'XEXcXQTMAi1ccHks', 'authn_method': 'private_key_jwt'}
2AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAidFl6M2U2VFJEYlhGT3hNRllUb1MiLCAic3ViIjogInRZejNlNlRSRGJYRk94TUZZVG9TIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJuS0psWTVBenRpY1kwdk1KOG5mZW5Wdml6RFl5UUNIVSIsICJleHAiOiAxNTYwNzU1NTU2LCAiaWF0IjogMTU2MDc1NDk1Nn0.ZLQm_8KtTStw5CRed0vwU1FSPAxVtZEPT9ptrp9IC-aOn-RHUqUGhMabIvBMVFeCs8Bb__60vEj2c7ZhVqrOtIV8kHMT6-ESgQcmDLJqPRBSVoNnuI7UXj1U3OqreD90niERzQO__QUnoYdaMarZmg1AKO7RLnZItAnP-Bln-mI4OlxGHGP0aXcXvU7fbmBwFR4iP0hCVVX2z9Ji9UqSb6jfkL2pfkxfo4iG9ut3bNq6YAizwbko_Ns5lWzdmnF7CIk0qm2B-lPsl7Hn7HqSuhae6gJkRBZhObKKnUn26ernd1ppdwYILWLfJWW2eZoTEkR4SaiwNdHPJNX786VNww",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "kWWbXt3lopiJQOtkzRGKDpG6TLLvdo",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61240/authz_cb",
    "state": "XEXcXQTMAi1ccHks"
}
2request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
2request_http_args{'headers': {'Content-Type': 'application/x-www-form-urlencoded'}}
2requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&code=kWWbXt3lopiJQOtkzRGKDpG6TLLvdo&state=XEXcXQTMAi1ccHks&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAidFl6M2U2VFJEYlhGT3hNRllUb1MiLCAic3ViIjogInRZejNlNlRSRGJYRk94TUZZVG9TIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJuS0psWTVBenRpY1kwdk1KOG5mZW5Wdml6RFl5UUNIVSIsICJleHAiOiAxNTYwNzU1NTU2LCAiaWF0IjogMTU2MDc1NDk1Nn0.ZLQm_8KtTStw5CRed0vwU1FSPAxVtZEPT9ptrp9IC-aOn-RHUqUGhMabIvBMVFeCs8Bb__60vEj2c7ZhVqrOtIV8kHMT6-ESgQcmDLJqPRBSVoNnuI7UXj1U3OqreD90niERzQO__QUnoYdaMarZmg1AKO7RLnZItAnP-Bln-mI4OlxGHGP0aXcXvU7fbmBwFR4iP0hCVVX2z9Ji9UqSb6jfkL2pfkxfo4iG9ut3bNq6YAizwbko_Ns5lWzdmnF7CIk0qm2B-lPsl7Hn7HqSuhae6gJkRBZhObKKnUn26ernd1ppdwYILWLfJWW2eZoTEkR4SaiwNdHPJNX786VNww&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': '14hRSNkO5HaXwPcZDC19', 'refresh_token': 'omE6EFwbwKDw6NSbiuQlvr6EDGiNnz1qbliUE9FH', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoieUlHZ3g0Y0pXWnhWZnVmeTF2aE5WdyIsIm5vbmNlIjoiVk1jMzh6QkgyOUNRV3VmRiIsImlhdCI6MTU2MDc1NDk1NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IlZaT3p3eVI5UmprdjdaUV9STHA0S2ciLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc1ODM3NiwiYXVkIjoidFl6M2U2VFJEYlhGT3hNRllUb1MifQ.vAyPc0vRsssyRnESvfvlO-mpzOC2qwLadGH5AjP4PEKLsVovOXjDxZi_WsLCMFsT2uCJ4zxYVYatAJ4pN9JRZO9-yYKgkplkYestlagcVOjjjr97rxLewFRrqfDiGzO_n1bnBNWdgxphHMyn-14X1_FRNrcdXh5KEhGiMYswUgKQOgUl_aDFdM8DDL982dRnaObc708c7god0GCJtG3y97B9f0v5NgGhA8cwTar2fKX-ncFn8Hgc9M_bo-Gje1tNrYyfwfGnUm-I9ZhAx-_e8V7oJh3x3KzxBPNX31xb-__oVoOLSKMJWBMaL9TizNJUQCEjTdztyQ7U67rhUNjspA', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "14hRSNkO5HaXwPcZDC19",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "VZOzwyR9Rjkv7ZQ_RLp4Kg",
        "aud": [
            "tYz3e6TRDbXFOxMFYToS"
        ],
        "exp": 1560758376,
        "iat": 1560754956,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "VMc38zBH29CQWufF",
        "rt_hash": "yIGgx4cJWZxVfufy1vhNVw",
        "sub": "testuser"
    },
    "refresh_token": "omE6EFwbwKDw6NSbiuQlvr6EDGiNnz1qbliUE9FH",
    "scope": "openid",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2phase<--<-- 5 --- UserInfo -->-->
2do_user_info_request
kwargs:{'state': 'XEXcXQTMAi1ccHks', 'method': 'POST', 'behavior': 'use_authorization_header'}
2request{'body': ''}
2request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo
2request_http_args{'headers': {'Authorization': 'Bearer 14hRSNkO5HaXwPcZDC19', 'Content-Type': 'application/x-www-form-urlencoded'}}
3http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
3OpenIDSchema
{
    "sub": "testuser"
}
3OpenIDSchema
{
    "sub": "testuser"
}
3phase<--<-- 6 --- Done -->-->
3end
3assertionVerifyResponse
3conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
3conditionDone: status=OK

Result

PASSED