0.0 | phase | <--<-- 0 --- Webfinger -->--> |
0.0 | not expected to do | WebFinger |
0.0 | phase | <--<-- 1 --- Discovery -->--> |
0.0 | provider_config | kwargs:{'issuer': 'https://oidctest.idautoengineering.net/idp'}
|
0.054 | http response | url:https://oidctest.idautoengineering.net/idp/.well-known/openid-configuration status_code:200
|
0.055 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://oidctest.idautoengineering.net/idp/profile/oidc/auth",
"claim_types_supported": [
"normal"
],
"claims_parameter_supported": false,
"claims_supported": [
"sub",
"name",
"given_name",
"family_name",
"email"
],
"display_values_supported": [
"page"
],
"grant_types_supported": [
"authorization_code"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"issuer": "https://oidctest.idautoengineering.net/idp",
"jwks_uri": "https://oidctest.idautoengineering.net/idp/profile/oidc/jwks",
"request_parameter_supported": false,
"request_uri_parameter_supported": true,
"require_request_uri_registration": true,
"response_modes_supported": [
"query"
],
"response_types_supported": [
"code",
"token",
"id_token"
],
"scopes_supported": [
"openid"
],
"subject_types_supported": [
"public"
],
"token_endpoint": "https://oidctest.idautoengineering.net/idp/profile/oidc/token",
"token_endpoint_auth_methods_supported": [
"client_secret_post",
"client_secret_basic"
],
"userinfo_endpoint": "https://oidctest.idautoengineering.net/idp/profile/oidc/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256"
],
"version": "3.0"
}
|
0.055 | phase | <--<-- 2 --- Registration -->--> |
0.055 | not expected to do | Dynamic registration |
0.055 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0.056 | AuthorizationRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"nonce": "sLYsSHBislPIGPCn",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "nRP6rfOMKMso6GLX"
}
|
0.056 | redirect url | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid&nonce=sLYsSHBislPIGPCn&state=nRP6rfOMKMso6GLX&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
0.056 | redirect | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid&nonce=sLYsSHBislPIGPCn&state=nRP6rfOMKMso6GLX&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
37.587 | response | {'code': '7LoyZrDcXGZIzQJkhfdLnJ2GjNfruhzkHnanCtPqyGOHpAlqNt', 'state': 'nRP6rfOMKMso6GLX'} |
37.588 | response | {'code': '7LoyZrDcXGZIzQJkhfdLnJ2GjNfruhzkHnanCtPqyGOHpAlqNt', 'state': 'nRP6rfOMKMso6GLX'} |
37.588 | AuthorizationResponse | {
"code": "7LoyZrDcXGZIzQJkhfdLnJ2GjNfruhzkHnanCtPqyGOHpAlqNt",
"state": "nRP6rfOMKMso6GLX"
}
|
37.588 | phase | <--<-- 4 --- AccessToken -->--> |
37.588 | request | op_args: {'state': 'nRP6rfOMKMso6GLX'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'} |
37.588 | do_access_token_request | kwargs:{'request_args': {'code': '7LoyZrDcXGZIzQJkhfdLnJ2GjNfruhzkHnanCtPqyGOHpAlqNt', 'state': 'nRP6rfOMKMso6GLX', 'grant_type': 'authorization_code', 'client_id': '3000badf0c55d2cae7c22b3d63e3f667', 'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}, 'state': 'nRP6rfOMKMso6GLX'}
|
37.588 | AccessTokenRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"code": "7LoyZrDcXGZIzQJkhfdLnJ2GjNfruhzkHnanCtPqyGOHpAlqNt",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"state": "nRP6rfOMKMso6GLX"
}
|
37.588 | request_url | https://oidctest.idautoengineering.net/idp/profile/oidc/token |
37.588 | request_http_args | {'headers': {'Authorization': 'Basic MzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2Njc6ODY5N2E4OTlhYzFjNzYwODAyNmM4ZDEzN2E1YzMzYTAwM2RlMDA1MDc2MzBmMmQ2OGM5NTNlMTNkNzVlNjFiYg==', 'Content-Type': 'application/x-www-form-urlencoded'}} |
37.588 | request | client_id=3000badf0c55d2cae7c22b3d63e3f667&state=nRP6rfOMKMso6GLX&code=7LoyZrDcXGZIzQJkhfdLnJ2GjNfruhzkHnanCtPqyGOHpAlqNt&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
37.622 | http response | url:https://oidctest.idautoengineering.net/idp/profile/oidc/token status_code:200
|
37.623 | response | {'refresh_token': 'j2N4V59CnmJ7Lj6g_9ory/yuA.z2-u-YM+LCV4nVQZjiMx_l.9', 'expires_in': 32399, 'scope': 'openid', 'access_token': 'VM+A+8eFs769~1jf-0Ju26-HkQAmSo7lcubwb~eQXV-fE+4qqz', 'id_token': 'eyJraWQiOiI5YThmNTc1ODdjMzM2MGE4MmQ3MWZmOTg5Zjg5ZGQ0ZWMxZWE0NjAxYzI4OTEwMjc5ZGVmZWVkNzUzNWYxMDZjIiwiYWxnIjoiUlMyNTYifQ.eyJpYXQiOjE1MTM2MzU2MDMsImV4cCI6MTUxMzYzNTY2MywiaXNzIjoiaHR0cHM6Ly9vaWRjdGVzdC5pZGF1dG9lbmdpbmVlcmluZy5uZXQvaWRwIiwiYXVkIjoiMzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2NjciLCJzdWIiOiIyNjIwMjdhMC1hZjc3LTExZTctODc2ZC0wMjc0MGM1NDljY2EiLCJhdXRoX3RpbWUiOjE1MTM2MzU2MDMsIm5vbmNlIjoic0xZc1NIQmlzbFBJR1BDbiIsImF6cCI6IjMwMDBiYWRmMGM1NWQyY2FlN2MyMmIzZDYzZTNmNjY3IiwibmFtZSI6IlN5c3RlbSBBZG1pbiIsImdpdmVuX25hbWUiOiJTeXN0ZW0iLCJmYW1pbHlfbmFtZSI6IkFkbWluIiwiZW1haWwiOiJqYmVsbGFzc2FpQGlkZW50aXR5YXV0b21hdGlvbi5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXRfaGFzaCI6IkxXUlgtbU94ek1UVXhVQ3I3UUFaSHc9PSJ9.Ns0RhN0DaKQV3sJR7oM6EQJNdb6urIa2YemzgeWvNaMBlPi5veowLqBNNK3hiIj3Zwzkb5Ld6WW__6Z5JxJDTWC1JhRAej3kTD63GAN87W6zqQ7H-NcTYsIQB_yEBENj3jgFgH86btmE-ntl9YSgpHZtB71VaFMYICaV2zz6Tlpv8egI9YPw08pY2GVxvK5G0RnKHd_UrOceqvpHqCFvkdRFcvMowXnYgbCQJiqMOgWPboFWYl4VVE6r5wM6hj6HZziLvc1cMiu_UbO1inVz0LmCid2LqhkJcm4COWlsj238bRdDntehlYJBRNaPDYhH-F1YluICqTuqNL9ULNQl2Q', 'token_type': 'Bearer'} |
37.652 | AccessTokenResponse | {
"access_token": "VM+A+8eFs769~1jf-0Ju26-HkQAmSo7lcubwb~eQXV-fE+4qqz",
"expires_in": 32399,
"id_token": {
"at_hash": "LWRX-mOxzMTUxUCr7QAZHw==",
"aud": [
"3000badf0c55d2cae7c22b3d63e3f667"
],
"auth_time": 1513635603,
"azp": "3000badf0c55d2cae7c22b3d63e3f667",
"email": "jbellassai@identityautomation.com",
"email_verified": true,
"exp": 1513635663,
"family_name": "Admin",
"given_name": "System",
"iat": 1513635603,
"iss": "https://oidctest.idautoengineering.net/idp",
"name": "System Admin",
"nonce": "sLYsSHBislPIGPCn",
"sub": "262027a0-af77-11e7-876d-02740c549cca"
},
"refresh_token": "j2N4V59CnmJ7Lj6g_9ory/yuA.z2-u-YM+LCV4nVQZjiMx_l.9",
"scope": "openid",
"token_type": "Bearer"
}
|
37.652 | phase | <--<-- 5 --- Note -->--> |
41.245 | phase | <--<-- 6 --- AsyncAuthn -->--> |
41.246 | AuthorizationRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"nonce": "eCeqSG4KVVgCCjKy",
"prompt": [
"login"
],
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "NrbxfJmxaKyTx1H2"
}
|
41.246 | redirect url | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid&nonce=eCeqSG4KVVgCCjKy&state=NrbxfJmxaKyTx1H2&response_type=code&prompt=login&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
41.246 | redirect | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid&nonce=eCeqSG4KVVgCCjKy&state=NrbxfJmxaKyTx1H2&response_type=code&prompt=login&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
61.515 | response | {'code': 'FfS6TM8p8nMGIAKnx.-NYceNJ_qcbIl8.R6TUG_375KmCG5cma', 'state': 'NrbxfJmxaKyTx1H2'} |
61.516 | response | {'code': 'FfS6TM8p8nMGIAKnx.-NYceNJ_qcbIl8.R6TUG_375KmCG5cma', 'state': 'NrbxfJmxaKyTx1H2'} |
61.516 | AuthorizationResponse | {
"code": "FfS6TM8p8nMGIAKnx.-NYceNJ_qcbIl8.R6TUG_375KmCG5cma",
"state": "NrbxfJmxaKyTx1H2"
}
|
61.516 | phase | <--<-- 7 --- AccessToken -->--> |
61.516 | request | op_args: {'state': 'NrbxfJmxaKyTx1H2'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'} |
61.516 | do_access_token_request | kwargs:{'request_args': {'code': 'FfS6TM8p8nMGIAKnx.-NYceNJ_qcbIl8.R6TUG_375KmCG5cma', 'state': 'NrbxfJmxaKyTx1H2', 'grant_type': 'authorization_code', 'client_id': '3000badf0c55d2cae7c22b3d63e3f667', 'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}, 'state': 'NrbxfJmxaKyTx1H2'}
|
61.516 | AccessTokenRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"code": "FfS6TM8p8nMGIAKnx.-NYceNJ_qcbIl8.R6TUG_375KmCG5cma",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"state": "NrbxfJmxaKyTx1H2"
}
|
61.516 | request_url | https://oidctest.idautoengineering.net/idp/profile/oidc/token |
61.516 | request_http_args | {'headers': {'Authorization': 'Basic MzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2Njc6ODY5N2E4OTlhYzFjNzYwODAyNmM4ZDEzN2E1YzMzYTAwM2RlMDA1MDc2MzBmMmQ2OGM5NTNlMTNkNzVlNjFiYg==', 'Content-Type': 'application/x-www-form-urlencoded'}} |
61.516 | request | client_id=3000badf0c55d2cae7c22b3d63e3f667&state=NrbxfJmxaKyTx1H2&code=FfS6TM8p8nMGIAKnx.-NYceNJ_qcbIl8.R6TUG_375KmCG5cma&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
61.598 | http response | url:https://oidctest.idautoengineering.net/idp/profile/oidc/token status_code:200
|
61.599 | response | {'refresh_token': 'W+MZFhOo1OiP0LqidRnFZ7D_~F3HqeIEcQ2d/egnYURPOqsHD6', 'expires_in': 32399, 'scope': 'openid', 'access_token': '9_3Nmr4P4tyididUAd6JM+wNbSKpEE-1nwv8c28TRruTqacj4f', 'id_token': 'eyJraWQiOiI5YThmNTc1ODdjMzM2MGE4MmQ3MWZmOTg5Zjg5ZGQ0ZWMxZWE0NjAxYzI4OTEwMjc5ZGVmZWVkNzUzNWYxMDZjIiwiYWxnIjoiUlMyNTYifQ.eyJpYXQiOjE1MTM2MzU2MjcsImV4cCI6MTUxMzYzNTY4NywiaXNzIjoiaHR0cHM6Ly9vaWRjdGVzdC5pZGF1dG9lbmdpbmVlcmluZy5uZXQvaWRwIiwiYXVkIjoiMzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2NjciLCJzdWIiOiIyNjIwMjdhMC1hZjc3LTExZTctODc2ZC0wMjc0MGM1NDljY2EiLCJhdXRoX3RpbWUiOjE1MTM2MzU2MjcsIm5vbmNlIjoiZUNlcVNHNEtWVmdDQ2pLeSIsImF6cCI6IjMwMDBiYWRmMGM1NWQyY2FlN2MyMmIzZDYzZTNmNjY3IiwibmFtZSI6IlN5c3RlbSBBZG1pbiIsImdpdmVuX25hbWUiOiJTeXN0ZW0iLCJmYW1pbHlfbmFtZSI6IkFkbWluIiwiZW1haWwiOiJqYmVsbGFzc2FpQGlkZW50aXR5YXV0b21hdGlvbi5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXRfaGFzaCI6IkhSa2ppc2xRX3BoY1lFZGVUQWEyamc9PSJ9.UFVV8wIpehxzExVOjDxz0CNrKOcZfr4ytpSdtq8nI9YBvxmXkaRVrMKdi--VRFYTMRTPjLULxfRu2JR2NJtJA8iiad9bL14iWjOI6RsDac_Hh-thd2WvD_rZRqMdx_Oq3SdMCtJItd10QFtNH9ReVh8a74V1qYzHFLUxH7Hic32_b-yWUSBQ95XrxgBc8XVhDtLx7K8NXPLIomwQzafhOGjU0ieA4Z4hTh8GBHYJRx3_vizt58Eaf3g4aYrHxuQsQhotBnZZNxX5-hjPtMfNDZggCtT6a-kUY9ZRJNBcvTikfRF2OmBoFeODKsfA6RQRHpDAYN6Tknn41L-fuGNHPA', 'token_type': 'Bearer'} |
61.602 | AccessTokenResponse | {
"access_token": "9_3Nmr4P4tyididUAd6JM+wNbSKpEE-1nwv8c28TRruTqacj4f",
"expires_in": 32399,
"id_token": {
"at_hash": "HRkjislQ_phcYEdeTAa2jg==",
"aud": [
"3000badf0c55d2cae7c22b3d63e3f667"
],
"auth_time": 1513635627,
"azp": "3000badf0c55d2cae7c22b3d63e3f667",
"email": "jbellassai@identityautomation.com",
"email_verified": true,
"exp": 1513635687,
"family_name": "Admin",
"given_name": "System",
"iat": 1513635627,
"iss": "https://oidctest.idautoengineering.net/idp",
"name": "System Admin",
"nonce": "eCeqSG4KVVgCCjKy",
"sub": "262027a0-af77-11e7-876d-02740c549cca"
},
"refresh_token": "W+MZFhOo1OiP0LqidRnFZ7D_~F3HqeIEcQ2d/egnYURPOqsHD6",
"scope": "openid",
"token_type": "Bearer"
}
|
61.602 | phase | <--<-- 8 --- Done -->--> |
61.602 | end | |
61.603 | assertion | VerifyResponse |
61.603 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
61.603 | assertion | MultipleSignOn |
61.603 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
61.603 | condition | Done: status=OK |