Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-Req-max_age=1
Test descriptionRequesting ID Token with max_age=1 seconds restriction
Timestamp2019-06-17T07:56:03Z

Conditions


claims-check: status=OK [Checks if specific claims is present or not]
auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
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'}
1http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
1ProviderConfigurationResponse
{
    "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"
}
1phase<--<-- 2 --- Registration -->-->
1not expected to doDynamic registration
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "clientID",
    "nonce": "279O2f59IDQBTGzK",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "faozGBhjytBrhaVa"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=faozGBhjytBrhaVa&nonce=279O2f59IDQBTGzK&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&client_id=clientID
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=faozGBhjytBrhaVa&nonce=279O2f59IDQBTGzK&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&client_id=clientID
2http args{}
2responseURL with fragment
2responseaccess_token=R48DhwV6MykAoyYE4YUR&state=faozGBhjytBrhaVa&expires_in=3599&token_type=bearer&code=PA388PsJagwxVlgDJtmxJYTifmvBGU&scope=openid
2response{'access_token': 'R48DhwV6MykAoyYE4YUR', 'state': 'faozGBhjytBrhaVa', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'PA388PsJagwxVlgDJtmxJYTifmvBGU', 'scope': 'openid'}
2AuthorizationResponse
{
    "access_token": "R48DhwV6MykAoyYE4YUR",
    "code": "PA388PsJagwxVlgDJtmxJYTifmvBGU",
    "expires_in": 3599,
    "scope": "openid",
    "state": "faozGBhjytBrhaVa",
    "token_type": "bearer"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': 'faozGBhjytBrhaVa'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb', 'code': 'PA388PsJagwxVlgDJtmxJYTifmvBGU', 'state': 'faozGBhjytBrhaVa', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'faozGBhjytBrhaVa', 'authn_method': 'client_secret_basic'}
2AccessTokenRequest
{
    "code": "PA388PsJagwxVlgDJtmxJYTifmvBGU",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "state": "faozGBhjytBrhaVa"
}
2request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
2request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
2requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&code=PA388PsJagwxVlgDJtmxJYTifmvBGU&state=faozGBhjytBrhaVa
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': 'cqtWiACmSQKgawJhgDmr', 'refresh_token': 'xMP0GecK7NEQ4oHJbDdvKBruv9wMf354yZI9wUvD', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiU3Y4S0pkR1ZMUndfNUl3X0NMSnpSQSIsIm5vbmNlIjoiMjc5TzJmNTlJRFFCVEd6SyIsImlhdCI6MTU2MDc1ODE1OCwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IlNoWVZfZmktc1BLXzN6Sno2eFhuWFEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTU3OCwiYXVkIjoiY2xpZW50SUQifQ.ZDfJkYl5nxMeTPLrDLjWy04QNO4N_C1MJTMXYd2UOp_yrPZaTegE16Kf_9aTBXyuldJEkJB5kC2aK3W_QVjbVhHOuw494XsdE4jN2j0kTnF_PVXP3Ias9Wm8n6E8vTihJbCzhR67XfgNAOleRNFprpqvyYBgtf04MW-MrZUVqo8cZCHJSw1voZbyIcMxr0o4oLi-t5q9zoG8W45R342NBGy2_4h4418ITRLqlWOeGAsPsQE9razWawUxPjV-LelUHGkFfq9fmTzxrJdshmIAIS52yWP-i4ESNr1nkf2c5BNk8SxD-X1JfYjfx7zGh1NdXVg7yVuiRH7iILdpy15oMw', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "cqtWiACmSQKgawJhgDmr",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "ShYV_fi-sPK_3zJz6xXnXQ",
        "aud": [
            "clientID"
        ],
        "exp": 1560761578,
        "iat": 1560758158,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "279O2f59IDQBTGzK",
        "rt_hash": "Sv8KJdGVLRw_5Iw_CLJzRA",
        "sub": "testuser"
    },
    "refresh_token": "xMP0GecK7NEQ4oHJbDdvKBruv9wMf354yZI9wUvD",
    "scope": "openid",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2phase<--<-- 5 --- Note -->-->
3phase<--<-- 6 --- Webfinger -->-->
3not expected to doWebFinger
3phase<--<-- 7 --- Discovery -->-->
3provider_config
kwargs:{'issuer': 'https://isamfed.com:30443/test'}
3http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
3ProviderConfigurationResponse
{
    "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"
}
3phase<--<-- 8 --- Registration -->-->
3not expected to doDynamic registration
3phase<--<-- 9 --- AsyncAuthn -->-->
3AuthorizationRequest
{
    "client_id": "clientID",
    "max_age": 1,
    "nonce": "B3PteqBAelOtNhvb",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "WEbp3Ve3z7qYpoDs"
}
3redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=WEbp3Ve3z7qYpoDs&nonce=B3PteqBAelOtNhvb&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&max_age=1&client_id=clientID
3redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=WEbp3Ve3z7qYpoDs&nonce=B3PteqBAelOtNhvb&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&max_age=1&client_id=clientID
6http args{}
6responseURL with fragment
6responseaccess_token=pVBd3yMNmvS6eDx2H5I9&state=WEbp3Ve3z7qYpoDs&expires_in=3599&token_type=bearer&code=IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs&scope=openid
6response{'access_token': 'pVBd3yMNmvS6eDx2H5I9', 'state': 'WEbp3Ve3z7qYpoDs', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs', 'scope': 'openid'}
6AuthorizationResponse
{
    "access_token": "pVBd3yMNmvS6eDx2H5I9",
    "code": "IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs",
    "expires_in": 3599,
    "scope": "openid",
    "state": "WEbp3Ve3z7qYpoDs",
    "token_type": "bearer"
}
6phase<--<-- 10 --- AccessToken -->-->
6requestop_args: {'state': 'WEbp3Ve3z7qYpoDs'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb'}
6do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb', 'code': 'IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs', 'state': 'WEbp3Ve3z7qYpoDs', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'WEbp3Ve3z7qYpoDs', 'authn_method': 'client_secret_basic'}
6AccessTokenRequest
{
    "code": "IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "state": "WEbp3Ve3z7qYpoDs"
}
6request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
6request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
6requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&code=IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs&state=WEbp3Ve3z7qYpoDs
7http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
7response{'access_token': 'C7u3dCVWnQn2gL7R4eno', 'refresh_token': 'U3qo4u7cKTRzZku5me0F7kMKfNcLet2rvXcHMMma', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTgxNjMsInJ0X2hhc2giOiJkTUl3bUhidlUyNHczdEl5azl2bEdRIiwibm9uY2UiOiJCM1B0ZXFCQWVsT3ROaHZiIiwiaWF0IjoxNTYwNzU4MTYzLCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiYnl0RDNERXlSdEJDSmNKbkk5N0NkdyIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzYxNTgzLCJhdWQiOiJjbGllbnRJRCJ9.bNwT5VWNcnA7c17521DeHTOnr-IWlrvaMDTHvfe_4Lc9_EPp6PFBsrVr-6z-qwvz32hLGK4zgP2E2cN31itOkRCDtAIPRXRxM32t1B5le0jOwmi99gLMkwSMpezE55kbOhdQhTxoE9JlQJuL3OFBq91--wOa0hzQfsMcH7V6-5VkyWeXwQQX2144jqQvyZHOKa8fysAJ7qdJ3L1SUlP82ISqmvXrH-2M2akuRX0tK0CtdBPTYPHQRiRgcHsEvYOLd5KudhjdyOU7uE-cMwFQquSQof2sSJwNVMR4Y8u7pV43zczArizvcstZCPFuU-NJljCUdCc93SDo0Lpw50OjbA', 'token_type': 'bearer', 'expires_in': 3599}
7AccessTokenResponse
{
    "access_token": "C7u3dCVWnQn2gL7R4eno",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "bytD3DEyRtBCJcJnI97Cdw",
        "aud": [
            "clientID"
        ],
        "auth_time": 1560758163,
        "exp": 1560761583,
        "iat": 1560758163,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "B3PteqBAelOtNhvb",
        "rt_hash": "dMIwmHbvU24w3tIyk9vlGQ",
        "sub": "testuser"
    },
    "refresh_token": "U3qo4u7cKTRzZku5me0F7kMKfNcLet2rvXcHMMma",
    "scope": "openid",
    "token_type": "bearer"
}
7jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
7phase<--<-- 11 --- Done -->-->
7end
7assertionClaimsCheck
7conditionclaims-check: status=OK [Checks if specific claims is present or not]
7assertionAuthTimeCheck
7conditionauth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
7assertionMultipleSignOn
7conditionmultiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
7assertionVerifyResponse
7conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
7conditionDone: status=OK

Result

PASSED