0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
0 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
0 | ProviderConfigurationResponse | {
"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_encryption_alg_values_supported": [
"A128KW"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256"
],
"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"
}
|
0 | phase | <--<-- 2 --- Registration -->--> |
0 | not expected to do | Dynamic registration |
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "1pCjYRX6UB166joF",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "UPF9179FXUAf4RMn"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=UPF9179FXUAf4RMn&nonce=1pCjYRX6UB166joF&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=UPF9179FXUAf4RMn&nonce=1pCjYRX6UB166joF&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
1 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=ecET6VVHq5spk58Wsei8&state=UPF9179FXUAf4RMn&expires_in=3599&token_type=bearer&code=mkTCTYptT6qiIAUvnvyzDYbRwOuCOu&scope=openid |
2 | response | {'access_token': 'ecET6VVHq5spk58Wsei8', 'state': 'UPF9179FXUAf4RMn', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'mkTCTYptT6qiIAUvnvyzDYbRwOuCOu', 'scope': 'openid'} |
2 | AuthorizationResponse | {
"access_token": "ecET6VVHq5spk58Wsei8",
"code": "mkTCTYptT6qiIAUvnvyzDYbRwOuCOu",
"expires_in": 3599,
"scope": "openid",
"state": "UPF9179FXUAf4RMn",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'UPF9179FXUAf4RMn'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'mkTCTYptT6qiIAUvnvyzDYbRwOuCOu', 'state': 'UPF9179FXUAf4RMn', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'UPF9179FXUAf4RMn', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "mkTCTYptT6qiIAUvnvyzDYbRwOuCOu",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "UPF9179FXUAf4RMn"
}
|
2 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
2 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
2 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=mkTCTYptT6qiIAUvnvyzDYbRwOuCOu&state=UPF9179FXUAf4RMn |
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
3 | response | {'access_token': 'PpKNLSvm7JaFGiU359uv', 'refresh_token': 'ZTz1atPYMpBW5bf0QSXDb4UeRaLJ7oLnd1YUTTpS', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.b4QKM6aZenquWkHqZVZ9tPtm-dFCnylTiHAMoF-aAKLLk1z7Sx2AGw.1v6NyQajW-wBlkQtcOuHww.7thMvyQ0AJKPwuDGoAh5aO-v_dGW4sfx_w8ViqFNhDQALFjPA8nU7n7Ll_NrK9v7d6xytrla8_4VKw82gI41WjthZlJezgNLdueBlKiJm6pKaq_o_V7fOWyv8cV4TnVq_jaoPP87KYMkwJ8To1WcukJQbm-xg61caDsclwExBqYeK-NSb2qtxDTFqS6auBdrD4RjRzT54Ejk2a3qM5arYEeC9W5QuTS8JwHZbOI_yKqwnQunk0TjTUJWIG3ymd2zewo1GmQbwKbjSWYbyAWa-aAKIoM5zrvTJdre1m66niSQ-F1FkTZ7vsUDjaGZvqAunvK9TB0NnlxvrTpeQd_MHVOu2wzT5qn6lyTLeMlT41G-LfwkLlyXupT2vVpBT1qbc-zsMOVCehc9JhqbOHuk6UZackQWSxCGhfxUVrqRwjwSc0wR9ssigCRRLX2nJ8BqDN8v52uSdjf_TTDT_KMKZTyQyMNtyp3AnAmlxMTcYmXTlYYnkB9G1Fvm51NCeRpZ1i-5qsfd468ppRTZnoXO7QJv-C05qpvuW11fo2j6Qi0GvCAFsqJjXoGmmdrUZJ_Uu-UIlixAvevVujpf5TMMb-h-61MDdfN-hWquy_r53wannfgwF-UdH_mYU7lvO-2HGVxGvS-czSaJjEoDLSZuE3gxfAdfxgkOuIZGx8VbY0rFGKPHMLFLnMvmjcbEbxzLOM7C7FMsGZRFF9x4uK5_0_SH9XO8txrIFP_LXlfasYCEYyaISQtotLrUIx9QaRzBYCoTgX4l_EhkpaSadVtZoNCbLAqqtnoi_8fktNfjwOjLYWaIE4QPQlyFaGuVGWQwyDSgVsOHosn2Am2W8ZPORC7HPNfQi5GtcFSTUtXP0eBhcn_zO3DGvAS0ByWTunweigWk678i9O3c2RsPu0uh6WqQzt0hG9KOxlMZ-XHI3T9hGvkf1ImaKk55jIIWUO2n.dV6tePJrR6eWz8qq5tx0tA', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "PpKNLSvm7JaFGiU359uv",
"expires_in": 3599,
"id_token": {
"at_hash": "DFFLyBcD_MjthLpZhPk_jQ",
"aud": [
"clientID"
],
"exp": 1560835185,
"iat": 1560831765,
"iss": "https://isamfed.com:30443/test",
"nonce": "1pCjYRX6UB166joF",
"rt_hash": "JpL3yEdsF4DEsM9RoIjVLw",
"sub": "testuser"
},
"refresh_token": "ZTz1atPYMpBW5bf0QSXDb4UeRaLJ7oLnd1YUTTpS",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
3 | phase | <--<-- 5 --- Note -->--> |
3 | phase | <--<-- 6 --- Webfinger -->--> |
3 | not expected to do | WebFinger |
3 | phase | <--<-- 7 --- Discovery -->--> |
3 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
3 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
3 | ProviderConfigurationResponse | {
"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_encryption_alg_values_supported": [
"A128KW"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256"
],
"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"
}
|
3 | phase | <--<-- 8 --- Registration -->--> |
3 | not expected to do | Dynamic registration |
3 | phase | <--<-- 9 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 1,
"nonce": "lOdNUrYpOEn8Mp0Y",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "wWcHm0LFQbq8yivR"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=wWcHm0LFQbq8yivR&nonce=lOdNUrYpOEn8Mp0Y&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&max_age=1&client_id=clientID |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=wWcHm0LFQbq8yivR&nonce=lOdNUrYpOEn8Mp0Y&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&max_age=1&client_id=clientID |
6 | http args | {} |
7 | response | URL with fragment |
7 | response | access_token=4GN7f8T3aLvDWAn3ERJC&state=wWcHm0LFQbq8yivR&expires_in=3599&token_type=bearer&code=3uGb20RMfQ77eERQIp1nU23R0GgY5A&scope=openid |
7 | response | {'access_token': '4GN7f8T3aLvDWAn3ERJC', 'state': 'wWcHm0LFQbq8yivR', 'expires_in': 3599, 'token_type': 'bearer', 'code': '3uGb20RMfQ77eERQIp1nU23R0GgY5A', 'scope': 'openid'} |
7 | AuthorizationResponse | {
"access_token": "4GN7f8T3aLvDWAn3ERJC",
"code": "3uGb20RMfQ77eERQIp1nU23R0GgY5A",
"expires_in": 3599,
"scope": "openid",
"state": "wWcHm0LFQbq8yivR",
"token_type": "bearer"
}
|
7 | phase | <--<-- 10 --- AccessToken -->--> |
7 | request | op_args: {'state': 'wWcHm0LFQbq8yivR'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
7 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': '3uGb20RMfQ77eERQIp1nU23R0GgY5A', 'state': 'wWcHm0LFQbq8yivR', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'wWcHm0LFQbq8yivR', 'authn_method': 'client_secret_basic'}
|
7 | AccessTokenRequest | {
"code": "3uGb20RMfQ77eERQIp1nU23R0GgY5A",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "wWcHm0LFQbq8yivR"
}
|
7 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
7 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
7 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=3uGb20RMfQ77eERQIp1nU23R0GgY5A&state=wWcHm0LFQbq8yivR |
7 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
7 | response | {'access_token': 'UoRxs6gaccDH9iDszgiU', 'refresh_token': '8vKhcoiQNqMzWEJ4JraxbFVGWQC1lddFr2g6xrua', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.Zrh9HUa88WeGpWaTkO9J6lbGqJdugSjsNyN9e62rGV-UlrgAWFZAqQ.HmMhsIQvy7HJlWRqQmm-tQ.jyVVCUBsW8fY-gZtljSEAAVOs87ClQto5wzpFy7uARRbYroylgjen_kTGh-Q5w5DXv4Zo2deYaBSlksQnl_cku6u_i0EG0pmNRU_i418er-aSYkz9ztKW589eqaa2KuYmlyYCoOUR2VGN2fE3LmHQLiwiW0oXN7JrMiWckgrDMlIZuXXSOeYytiS8jKcaWUBRMQi_PO_PVUVa8CGo13gvmXrnkqzk39KagYzI4qIQbSFXnqT__ZXahKpfwIaeeTW9-hiKSHjEzPbPIdQlJLAO8KiphAGRIreXvMVwE0rS94p59roFUZcUljesc3Lk57jCE5Dn2yXZF36lA9bZLB7iVqiGtvP_CFigxmvwdi7Nl2QtFpZWTfnWJMjQaEn7x9AqLdh8FH_sAjdOLnEh5d-nxXtG4GFIUUolC_WdBFRRgjwlwkS9lJKxMwM2IVVQvFbjAqT0P8C7TNRGqmruBlaS4Feb3Kb-HwsufTLN2i8ThUyfT6qziXELJjGBDC4tx4P41hrh80WXyQ0EU8hj9wqRu4POEhPc_A1knQhDqCRL22LRGiWMCzubpVKdLDtedkWxQyJMkkie-IQva5v7_b9gRLJPd_TzCBga59pjJQMSpMEPyc8t3hipZveaDuZ4vVlgbaWm6hIq6RrzITyL42G_cI4y7vyTWsJ4SOl6fMQQPf-HKaZn9cpuP1bvadbr7NjakqQi_3VPio8AW5jHcjSmHIIt2dmzzuzXlPxOi344u_OAKFahJ_HO3a6tvZg4N7u4JGC07HTknAsKDWoqspaChJzrEMrillh6pM_l8SPTC4Sgl2Dw_emcUGUAb_jAJMLTOj5xS50fe-YXW29hi9sfiHHXIOXEdKdaZo5hY_k-GrYrYmDBRLOhRCTs6tvWb_z4h6AmJOBYONlMi7Gt9CSE0IQA7L-KTldAlEC-TVwAN4fCy6NBVupKW8JbsOsPa7dXWgbzDjgLNy_s49wXpwWIo1KZI6ZWb4CDsMhY-NjW-I.9xm-x6rjTPPXSqcnhjOiOw', 'token_type': 'bearer', 'expires_in': 3599} |
7 | AccessTokenResponse | {
"access_token": "UoRxs6gaccDH9iDszgiU",
"expires_in": 3599,
"id_token": {
"at_hash": "VDdvLNg86zFpba3dAPYUMw",
"aud": [
"clientID"
],
"auth_time": 1560831771,
"exp": 1560835190,
"iat": 1560831770,
"iss": "https://isamfed.com:30443/test",
"nonce": "lOdNUrYpOEn8Mp0Y",
"rt_hash": "d3aw4RF_yEKKQ0Mg1ryegA",
"sub": "testuser"
},
"refresh_token": "8vKhcoiQNqMzWEJ4JraxbFVGWQC1lddFr2g6xrua",
"scope": "openid",
"token_type": "bearer"
}
|
7 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
7 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
7 | phase | <--<-- 11 --- Done -->--> |
7 | end | |
7 | assertion | ClaimsCheck |
7 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
7 | assertion | AuthTimeCheck |
7 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
7 | assertion | MultipleSignOn |
7 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
7 | assertion | VerifyResponse |
7 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
7 | condition | Done: status=OK |