0.0 | phase | <--<-- 0 --- Note -->--> |
3.775 | phase | <--<-- 1 --- Webfinger -->--> |
3.775 | not expected to do | WebFinger |
3.775 | phase | <--<-- 2 --- Discovery -->--> |
3.775 | provider_config | kwargs:{'issuer': 'https://oidctest.idautoengineering.net/idp'}
|
3.801 | http response | url:https://oidctest.idautoengineering.net/idp/.well-known/openid-configuration status_code:200
|
3.801 | 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"
}
|
3.802 | phase | <--<-- 3 --- Registration -->--> |
3.802 | not expected to do | Dynamic registration |
3.802 | phase | <--<-- 4 --- AsyncAuthn -->--> |
3.802 | AuthorizationRequest | {
"claims_locales": "se",
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"nonce": "J0ghdczwDlAnX5vX",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "ssnM0qF4aNDjtPUw"
}
|
3.802 | redirect url | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?claims_locales=se&scope=openid&nonce=J0ghdczwDlAnX5vX&state=ssnM0qF4aNDjtPUw&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
3.802 | redirect | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?claims_locales=se&scope=openid&nonce=J0ghdczwDlAnX5vX&state=ssnM0qF4aNDjtPUw&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
4.122 | response | {'code': 'SrtVK8rPjmbqZ20oed1ZJDvjQmFATSI6vtvHhDQGp8Ruw7e9AE', 'state': 'ssnM0qF4aNDjtPUw'} |
4.123 | response | {'code': 'SrtVK8rPjmbqZ20oed1ZJDvjQmFATSI6vtvHhDQGp8Ruw7e9AE', 'state': 'ssnM0qF4aNDjtPUw'} |
4.123 | AuthorizationResponse | {
"code": "SrtVK8rPjmbqZ20oed1ZJDvjQmFATSI6vtvHhDQGp8Ruw7e9AE",
"state": "ssnM0qF4aNDjtPUw"
}
|
4.123 | phase | <--<-- 5 --- AccessToken -->--> |
4.123 | request | op_args: {'state': 'ssnM0qF4aNDjtPUw'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'} |
4.123 | do_access_token_request | kwargs:{'request_args': {'code': 'SrtVK8rPjmbqZ20oed1ZJDvjQmFATSI6vtvHhDQGp8Ruw7e9AE', 'state': 'ssnM0qF4aNDjtPUw', 'grant_type': 'authorization_code', 'client_id': '3000badf0c55d2cae7c22b3d63e3f667', 'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}, 'state': 'ssnM0qF4aNDjtPUw'}
|
4.123 | AccessTokenRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"code": "SrtVK8rPjmbqZ20oed1ZJDvjQmFATSI6vtvHhDQGp8Ruw7e9AE",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"state": "ssnM0qF4aNDjtPUw"
}
|
4.123 | request_url | https://oidctest.idautoengineering.net/idp/profile/oidc/token |
4.123 | request_http_args | {'headers': {'Authorization': 'Basic MzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2Njc6ODY5N2E4OTlhYzFjNzYwODAyNmM4ZDEzN2E1YzMzYTAwM2RlMDA1MDc2MzBmMmQ2OGM5NTNlMTNkNzVlNjFiYg==', 'Content-Type': 'application/x-www-form-urlencoded'}} |
4.123 | request | client_id=3000badf0c55d2cae7c22b3d63e3f667&state=ssnM0qF4aNDjtPUw&code=SrtVK8rPjmbqZ20oed1ZJDvjQmFATSI6vtvHhDQGp8Ruw7e9AE&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
4.157 | http response | url:https://oidctest.idautoengineering.net/idp/profile/oidc/token status_code:200
|
4.157 | response | {'refresh_token': 'R8a.CXSnZ+a4ZwZ4z5xnu9s.FV8qzhaONplEukqtuipMFnLetW', 'expires_in': 32399, 'scope': 'openid', 'access_token': 'iE2te5SaBS0NFV0NiCBg_qMCAZuGd3uBNOoEmBfRJrtMsAvGSX', 'id_token': 'eyJraWQiOiI2NTJlNjk1N2UxNzNmYzYxOTYxN2ZhMjNjMzZjYmFjNTRhNWZhNzhlNjBiNzA2Mjg5NmI2ZDgzNTdkNDVhOWYxIiwiYWxnIjoiUlMyNTYifQ.eyJpYXQiOjE1MTM2MzEwNzgsImV4cCI6MTUxMzYzMTEzOCwiaXNzIjoiaHR0cHM6Ly9vaWRjdGVzdC5pZGF1dG9lbmdpbmVlcmluZy5uZXQvaWRwIiwiYXVkIjoiMzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2NjciLCJzdWIiOiIyNjIwMjdhMC1hZjc3LTExZTctODc2ZC0wMjc0MGM1NDljY2EiLCJhdXRoX3RpbWUiOjE1MTM2MzA5OTksIm5vbmNlIjoiSjBnaGRjendEbEFuWDV2WCIsImF6cCI6IjMwMDBiYWRmMGM1NWQyY2FlN2MyMmIzZDYzZTNmNjY3IiwibmFtZSI6IlN5c3RlbSBBZG1pbiIsImdpdmVuX25hbWUiOiJTeXN0ZW0iLCJmYW1pbHlfbmFtZSI6IkFkbWluIiwiZW1haWwiOiJqYmVsbGFzc2FpQGlkZW50aXR5YXV0b21hdGlvbi5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXRfaGFzaCI6IjZ1SWVvckpYLUFCSncyOFhFOVhHakE9PSJ9.CtphRNaJfjpWUf0K1akszZys6DcEkmGbnZ2jd_gtWJ5JPREm1YbWCcpPgG30KbNP3rzRgj8wMAwxlCMP723tMW2ixLsEn1JqAai9D6aYtBKMyluUwL5e1DzoXw2D6i4YTl7hENPW1EGpNSQecGRwZ6KdkAyqrnHiofdLjBwPvdAJ7VzOP5mRyO9jmHHdjzhAsZLz2Cy5BMT93Krd3sXUX2EOzf2Vnhvjgg3jSHHdbulOabk_iyo4dDmsJy03Knbm03oY1gVea0ym3DagdU9ktDHTOjRsf2o6jHyArE4DOSmGWyQqngACP7NRkTXWcuggRtKymKz0fqQeaCAMVgz2ng', 'token_type': 'Bearer'} |
4.183 | AccessTokenResponse | {
"access_token": "iE2te5SaBS0NFV0NiCBg_qMCAZuGd3uBNOoEmBfRJrtMsAvGSX",
"expires_in": 32399,
"id_token": {
"at_hash": "6uIeorJX-ABJw28XE9XGjA==",
"aud": [
"3000badf0c55d2cae7c22b3d63e3f667"
],
"auth_time": 1513630999,
"azp": "3000badf0c55d2cae7c22b3d63e3f667",
"email": "jbellassai@identityautomation.com",
"email_verified": true,
"exp": 1513631138,
"family_name": "Admin",
"given_name": "System",
"iat": 1513631078,
"iss": "https://oidctest.idautoengineering.net/idp",
"name": "System Admin",
"nonce": "J0ghdczwDlAnX5vX",
"sub": "262027a0-af77-11e7-876d-02740c549cca"
},
"refresh_token": "R8a.CXSnZ+a4ZwZ4z5xnu9s.FV8qzhaONplEukqtuipMFnLetW",
"scope": "openid",
"token_type": "Bearer"
}
|
4.183 | phase | <--<-- 6 --- UserInfo -->--> |
4.183 | do_user_info_request | kwargs:{'method': 'GET', 'authn_method': 'bearer_header', 'state': 'ssnM0qF4aNDjtPUw'}
|
4.184 | request | {'body': None} |
4.184 | request_url | https://oidctest.idautoengineering.net/idp/profile/oidc/userinfo |
4.184 | request_http_args | {'headers': {'Authorization': 'Bearer iE2te5SaBS0NFV0NiCBg_qMCAZuGd3uBNOoEmBfRJrtMsAvGSX'}} |
4.213 | http response | url:https://oidctest.idautoengineering.net/idp/profile/oidc/userinfo status_code:200
|
4.216 | OpenIDSchema | {
"email": "jbellassai@identityautomation.com",
"email_verified": true,
"family_name": "Admin",
"given_name": "System",
"name": "System Admin",
"sub": "262027a0-af77-11e7-876d-02740c549cca"
}
|
4.216 | OpenIDSchema | {
"email": "jbellassai@identityautomation.com",
"email_verified": true,
"family_name": "Admin",
"given_name": "System",
"name": "System Admin",
"sub": "262027a0-af77-11e7-876d-02740c549cca"
}
|
4.216 | phase | <--<-- 7 --- DisplayUserInfo -->--> |
4.216 | phase | <--<-- 8 --- Done -->--> |
4.216 | end | |
4.217 | assertion | CheckHTTPResponse |
4.217 | condition | check-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks] |
4.217 | condition | Done: status=OK |