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.026 | http response | url:https://oidctest.idautoengineering.net/idp/.well-known/openid-configuration status_code:200
|
0.028 | 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.028 | phase | <--<-- 2 --- Registration -->--> |
0.028 | not expected to do | Dynamic registration |
0.028 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0.028 | AuthorizationRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"nonce": "JGqB3nnlNdJB6fv6",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "D4rtbUUtEZM9MBZ2"
}
|
0.029 | redirect url | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid&nonce=JGqB3nnlNdJB6fv6&state=D4rtbUUtEZM9MBZ2&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
0.029 | redirect | https://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid&nonce=JGqB3nnlNdJB6fv6&state=D4rtbUUtEZM9MBZ2&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
0.457 | response | {'code': 'yTMc6Byo_UGdwR6_MHxigx-pD1s6IM4dPYQbp2SYa7UWJFJJUn', 'state': 'D4rtbUUtEZM9MBZ2'} |
0.457 | response | {'code': 'yTMc6Byo_UGdwR6_MHxigx-pD1s6IM4dPYQbp2SYa7UWJFJJUn', 'state': 'D4rtbUUtEZM9MBZ2'} |
0.457 | AuthorizationResponse | {
"code": "yTMc6Byo_UGdwR6_MHxigx-pD1s6IM4dPYQbp2SYa7UWJFJJUn",
"state": "D4rtbUUtEZM9MBZ2"
}
|
0.458 | phase | <--<-- 4 --- AccessToken -->--> |
0.458 | request | op_args: {'state': 'D4rtbUUtEZM9MBZ2'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'} |
0.458 | do_access_token_request | kwargs:{'request_args': {'code': 'yTMc6Byo_UGdwR6_MHxigx-pD1s6IM4dPYQbp2SYa7UWJFJJUn', 'state': 'D4rtbUUtEZM9MBZ2', 'grant_type': 'authorization_code', 'client_id': '3000badf0c55d2cae7c22b3d63e3f667', 'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}, 'state': 'D4rtbUUtEZM9MBZ2'}
|
0.458 | AccessTokenRequest | {
"client_id": "3000badf0c55d2cae7c22b3d63e3f667",
"code": "yTMc6Byo_UGdwR6_MHxigx-pD1s6IM4dPYQbp2SYa7UWJFJJUn",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
"state": "D4rtbUUtEZM9MBZ2"
}
|
0.458 | request_url | https://oidctest.idautoengineering.net/idp/profile/oidc/token |
0.458 | request_http_args | {'headers': {'Authorization': 'Basic MzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2Njc6ODY5N2E4OTlhYzFjNzYwODAyNmM4ZDEzN2E1YzMzYTAwM2RlMDA1MDc2MzBmMmQ2OGM5NTNlMTNkNzVlNjFiYg==', 'Content-Type': 'application/x-www-form-urlencoded'}} |
0.458 | request | client_id=3000badf0c55d2cae7c22b3d63e3f667&state=D4rtbUUtEZM9MBZ2&code=yTMc6Byo_UGdwR6_MHxigx-pD1s6IM4dPYQbp2SYa7UWJFJJUn&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb |
0.495 | http response | url:https://oidctest.idautoengineering.net/idp/profile/oidc/token status_code:200
|
0.496 | response | {'refresh_token': '-t1HA0-_Hl/CSE0mKVZsO.HcdpyhZnSHFLBovoheP+c1_ar2P5', 'expires_in': 32399, 'scope': 'openid', 'access_token': 'aadHCtsoD1uIRVzdAJQwjfFMQvBqFqJu~q/L.e6Jr/FIFsuX~z', 'id_token': 'eyJraWQiOiI2NTJlNjk1N2UxNzNmYzYxOTYxN2ZhMjNjMzZjYmFjNTRhNWZhNzhlNjBiNzA2Mjg5NmI2ZDgzNTdkNDVhOWYxIiwiYWxnIjoiUlMyNTYifQ.eyJpYXQiOjE1MTM2MzA3MzYsImV4cCI6MTUxMzYzMDc5NiwiaXNzIjoiaHR0cHM6Ly9vaWRjdGVzdC5pZGF1dG9lbmdpbmVlcmluZy5uZXQvaWRwIiwiYXVkIjoiMzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2NjciLCJzdWIiOiIyNjIwMjdhMC1hZjc3LTExZTctODc2ZC0wMjc0MGM1NDljY2EiLCJhdXRoX3RpbWUiOjE1MTM2MzAzNDgsIm5vbmNlIjoiSkdxQjNubmxOZEpCNmZ2NiIsImF6cCI6IjMwMDBiYWRmMGM1NWQyY2FlN2MyMmIzZDYzZTNmNjY3IiwibmFtZSI6IlN5c3RlbSBBZG1pbiIsImdpdmVuX25hbWUiOiJTeXN0ZW0iLCJmYW1pbHlfbmFtZSI6IkFkbWluIiwiZW1haWwiOiJqYmVsbGFzc2FpQGlkZW50aXR5YXV0b21hdGlvbi5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXRfaGFzaCI6Im5TVmFfa29BUk04S25Ga1FnbnhsWlE9PSJ9.O2Y4tpQh9mrHvTYbm7VDCXKg64Z3MC2ARgH5ljNdMVdpmrTTN6VCUPOONtnJXfIax7LtMc4qj5znulZDJ_le0OXGIoOQ6SZSToCcr40QT6Q7y4vEH5P7cIjBuw2iaN-3E7QAmvZ4OGrBCHzpAH__OmVXS1th0MHpKLN1z4lfSJJaI1C8EB-ZmyoSRw4DAYfLCjuj2LYEUYYBSQwfncfYDaRhnQQ1Lz9Z4efCtpXwq6HNfFVA7idYudkrNrYt20nmP7UsA2N2MKhB69DXbBSStkenUjFZ4KW3dojBhrL-WBJW7WNBYgmfQODh5yhWWAK0J9Dds8vhD9wiBYftd3qXbw', 'token_type': 'Bearer'} |
0.524 | AccessTokenResponse | {
"access_token": "aadHCtsoD1uIRVzdAJQwjfFMQvBqFqJu~q/L.e6Jr/FIFsuX~z",
"expires_in": 32399,
"id_token": {
"at_hash": "nSVa_koARM8KnFkQgnxlZQ==",
"aud": [
"3000badf0c55d2cae7c22b3d63e3f667"
],
"auth_time": 1513630348,
"azp": "3000badf0c55d2cae7c22b3d63e3f667",
"email": "jbellassai@identityautomation.com",
"email_verified": true,
"exp": 1513630796,
"family_name": "Admin",
"given_name": "System",
"iat": 1513630736,
"iss": "https://oidctest.idautoengineering.net/idp",
"name": "System Admin",
"nonce": "JGqB3nnlNdJB6fv6",
"sub": "262027a0-af77-11e7-876d-02740c549cca"
},
"refresh_token": "-t1HA0-_Hl/CSE0mKVZsO.HcdpyhZnSHFLBovoheP+c1_ar2P5",
"scope": "openid",
"token_type": "Bearer"
}
|
0.525 | phase | <--<-- 5 --- Done -->--> |
0.525 | end | |
0.525 | assertion | VerifyResponse |
0.525 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
0.525 | assertion | IsIDTokenSigned |
0.525 | condition | is-idtoken-signed: status=OK [Checks if the id_token is signed] |
0.525 | condition | Done: status=OK |