0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | provider_config | kwargs:{'issuer': 'https://testop.funet.fi'}
|
0 | http response | url:https://testop.funet.fi/.well-known/openid-configuration status_code:200
|
0 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://testop.funet.fi/idp/profile/oidc/authorize",
"claims_parameter_supported": true,
"claims_supported": [
"aud",
"iss",
"sub",
"iat",
"exp",
"acr",
"auth_time",
"email",
"email_verified",
"address",
"phone",
"phone_number_verified",
"name",
"family_name",
"given_name",
"middle_name",
"nickname",
"preferred_username",
"profile",
"picture",
"website",
"gender",
"birthdate",
"zoneinfo",
"locale",
"updated_at"
],
"display_values_supported": [
"page"
],
"grant_types_supported": [
"authorization_code",
"implicit",
"refresh_token"
],
"id_token_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"issuer": "https://testop.funet.fi",
"jwks_uri": "https://testop.funet.fi/idp/profile/oidc/keyset",
"registration_endpoint": "https://testop.funet.fi/idp/profile/oidc/register",
"request_object_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"request_object_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"request_object_signing_alg_values_supported": [
"none",
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256",
"ES384",
"ES512"
],
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"require_request_uri_registration": false,
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"response_types_supported": [
"code",
"id_token",
"token id_token",
"code id_token",
"code token",
"code token id_token"
],
"scopes_supported": [
"openid",
"profile",
"email",
"address",
"phone",
"offline_access"
],
"subject_types_supported": [
"public",
"pairwise"
],
"token_endpoint": "https://testop.funet.fi/idp/profile/oidc/token",
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"private_key_jwt"
],
"userinfo_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"userinfo_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"userinfo_endpoint": "https://testop.funet.fi/idp/profile/oidc/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"version": "3.0"
}
|
0 | phase | <--<-- 2 --- Registration -->--> |
0 | register | kwargs:{'response_types': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:60028/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:60028/logout'], 'url': 'https://testop.funet.fi/idp/profile/oidc/register', 'jwks_uri': 'https://op.certification.openid.net:60028/static/jwks_60028.json', 'token_endpoint_auth_method': 'client_secret_basic'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:60028/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:60028/authz_cb"
],
"response_types": [
"id_token"
],
"token_endpoint_auth_method": "client_secret_basic"
}
|
1 | http response | url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
|
1 | RegistrationResponse | {
"application_type": "web",
"client_id": "_b544933a3e7d608be9f38a25f7e6956b",
"client_id_issued_at": 1556543001,
"client_secret": "_6751ac350f3aa85b6c92562ebc665cbb",
"client_secret_expires_at": 1588079001,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"id_token_signed_response_alg": "RS256",
"jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
"redirect_uris": [
"https://op.certification.openid.net:60028/authz_cb"
],
"response_types": [
"id_token"
],
"scope": "openid profile email address phone offline_access",
"subject_type": "public",
"tls_client_certificate_bound_access_tokens": false,
"token_endpoint_auth_method": "client_secret_basic"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "_b544933a3e7d608be9f38a25f7e6956b",
"nonce": "4cb2aTRcGHJPPb8B",
"redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
"response_type": "id_token",
"scope": "openid",
"state": "pmNKWVGczwtAck64"
}
|
1 | redirect url | https://testop.funet.fi/idp/profile/oidc/authorize?state=pmNKWVGczwtAck64&nonce=4cb2aTRcGHJPPb8B&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_b544933a3e7d608be9f38a25f7e6956b |
1 | redirect | https://testop.funet.fi/idp/profile/oidc/authorize?state=pmNKWVGczwtAck64&nonce=4cb2aTRcGHJPPb8B&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_b544933a3e7d608be9f38a25f7e6956b |
4 | http args | {} |
4 | response | URL with fragment |
4 | response | id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9iNTQ0OTMzYTNlN2Q2MDhiZTlmMzhhMjVmN2U2OTU2YiIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQyMzg4LCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjA0LCJpYXQiOjE1NTY1NDMwMDQsIm5vbmNlIjoiNGNiMmFUUmNHSEpQUGI4QiJ9.Pd2AiDF-oTfawT109n4ClQKauqjdgwfi10aZKkwe_57EeiVHitJbpnhQ-G0XPEa_nUDxsaO0qzh1gT2aPFE2MYUO6DIMmE0BX5hxcQNaPvr8q3zr210ho3LfrvlnbiaHU-8N01N4tUuDKXSRjpdsu7fO-v_iAXc03UcbbGXsRpjq45LGXr-GM87aH98XDeYSOerMa0C0hYVegev7l2hEpjDXLOBVt1OwxFZm8ahpu7STNkAtkeQQ_PRe_pz6WiVtguiTjpdV1v-Y8sw4LcA_0VZursTxaEyZizB738MSGmlHm977Eg5G2NT9X-hNAD93XXCCh9XxG-SRESiCYztnCA&state=pmNKWVGczwtAck64 |
4 | response | {'id_token':
'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9iNTQ0OTMzYTNlN2Q2MDhiZTlmMzhhMjVmN2U2OTU2YiIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQyMzg4LCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjA0LCJpYXQiOjE1NTY1NDMwMDQsIm5vbmNlIjoiNGNiMmFUUmNHSEpQUGI4QiJ9.Pd2AiDF-oTfawT109n4ClQKauqjdgwfi10aZKkwe_57EeiVHitJbpnhQ-G0XPEa_nUDxsaO0qzh1gT2aPFE2MYUO6DIMmE0BX5hxcQNaPvr8q3zr210ho3LfrvlnbiaHU-8N01N4tUuDKXSRjpdsu7fO-v_iAXc03UcbbGXsRpjq45LGXr-GM87aH98XDeYSOerMa0C0hYVegev7l2hEpjDXLOBVt1OwxFZm8ahpu7STNkAtkeQQ_PRe_pz6WiVtguiTjpdV1v-Y8sw4LcA_0VZursTxaEyZizB738MSGmlHm977Eg5G2NT9X-hNAD93XXCCh9XxG-SRESiCYztnCA',
'state': 'pmNKWVGczwtAck64'} |
4 | AuthorizationResponse | {
"id_token": {
"acr": "password",
"aud": [
"_b544933a3e7d608be9f38a25f7e6956b"
],
"auth_time": 1556542388,
"exp": 1556546604,
"iat": 1556543004,
"iss": "https://testop.funet.fi",
"nonce": "4cb2aTRcGHJPPb8B",
"sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
},
"state": "pmNKWVGczwtAck64"
}
|
4 | phase | <--<-- 4 --- AccessToken -->--> |
4 | phase | <--<-- 5 --- Note -->--> |
8 | phase | <--<-- 6 --- Webfinger -->--> |
8 | not expected to do | WebFinger |
8 | phase | <--<-- 7 --- Discovery -->--> |
8 | provider_config | kwargs:{'issuer': 'https://testop.funet.fi'}
|
8 | http response | url:https://testop.funet.fi/.well-known/openid-configuration status_code:200
|
8 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://testop.funet.fi/idp/profile/oidc/authorize",
"claims_parameter_supported": true,
"claims_supported": [
"aud",
"iss",
"sub",
"iat",
"exp",
"acr",
"auth_time",
"email",
"email_verified",
"address",
"phone",
"phone_number_verified",
"name",
"family_name",
"given_name",
"middle_name",
"nickname",
"preferred_username",
"profile",
"picture",
"website",
"gender",
"birthdate",
"zoneinfo",
"locale",
"updated_at"
],
"display_values_supported": [
"page"
],
"grant_types_supported": [
"authorization_code",
"implicit",
"refresh_token"
],
"id_token_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"issuer": "https://testop.funet.fi",
"jwks_uri": "https://testop.funet.fi/idp/profile/oidc/keyset",
"registration_endpoint": "https://testop.funet.fi/idp/profile/oidc/register",
"request_object_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"request_object_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"request_object_signing_alg_values_supported": [
"none",
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256",
"ES384",
"ES512"
],
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"require_request_uri_registration": false,
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"response_types_supported": [
"code",
"id_token",
"token id_token",
"code id_token",
"code token",
"code token id_token"
],
"scopes_supported": [
"openid",
"profile",
"email",
"address",
"phone",
"offline_access"
],
"subject_types_supported": [
"public",
"pairwise"
],
"token_endpoint": "https://testop.funet.fi/idp/profile/oidc/token",
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"private_key_jwt"
],
"userinfo_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"userinfo_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"userinfo_endpoint": "https://testop.funet.fi/idp/profile/oidc/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"version": "3.0"
}
|
8 | phase | <--<-- 8 --- Registration -->--> |
8 | register | kwargs:{'response_types': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:60028/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:60028/logout'], 'url': 'https://testop.funet.fi/idp/profile/oidc/register', 'jwks_uri': 'https://op.certification.openid.net:60028/static/jwks_60028.json', 'token_endpoint_auth_method': 'client_secret_basic'}
|
8 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:60028/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:60028/authz_cb"
],
"response_types": [
"id_token"
],
"token_endpoint_auth_method": "client_secret_basic"
}
|
9 | http response | url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
|
9 | RegistrationResponse | {
"application_type": "web",
"client_id": "_8c5e20a1040b32b579ae1212cc85bd3b",
"client_id_issued_at": 1556543009,
"client_secret": "_c51eaf92fd2548e84ddb272054d1dbc1",
"client_secret_expires_at": 1588079009,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"id_token_signed_response_alg": "RS256",
"jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
"redirect_uris": [
"https://op.certification.openid.net:60028/authz_cb"
],
"response_types": [
"id_token"
],
"scope": "openid profile email address phone offline_access",
"subject_type": "public",
"tls_client_certificate_bound_access_tokens": false,
"token_endpoint_auth_method": "client_secret_basic"
}
|
9 | phase | <--<-- 9 --- AsyncAuthn -->--> |
9 | AuthorizationRequest | {
"client_id": "_8c5e20a1040b32b579ae1212cc85bd3b",
"max_age": 1,
"nonce": "R8eicorXBJ68KiCc",
"redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
"response_type": "id_token",
"scope": "openid",
"state": "ZRkxDlz5LeJ21eiw"
}
|
9 | redirect url | https://testop.funet.fi/idp/profile/oidc/authorize?state=ZRkxDlz5LeJ21eiw&nonce=R8eicorXBJ68KiCc&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&max_age=1&client_id=_8c5e20a1040b32b579ae1212cc85bd3b |
9 | redirect | https://testop.funet.fi/idp/profile/oidc/authorize?state=ZRkxDlz5LeJ21eiw&nonce=R8eicorXBJ68KiCc&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&max_age=1&client_id=_8c5e20a1040b32b579ae1212cc85bd3b |
13 | http args | {} |
14 | response | URL with fragment |
14 | response | id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il84YzVlMjBhMTA0MGIzMmI1NzlhZTEyMTJjYzg1YmQzYiIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDExLCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjEzLCJpYXQiOjE1NTY1NDMwMTMsIm5vbmNlIjoiUjhlaWNvclhCSjY4S2lDYyJ9.WKDv1Bcv0sYZCndVndiKjhSOR-GwGz5NMRfbVXI4cAYagBsIwdSCndhfKM8aRNaI2sHgNccJe6UVh4B-UXlckWkXg7jPQWFVMmXSAKFpylPfEmIt_I175fFBxLg56d1nkzTkutAU4b1OoUTG_5GGEn41OvhZOgePFAQibkVZkkv-17BEFn0NtO3LtTeG0-1fHhynzlApkkiSZrdnheaU_nRyctseUstbsQG6STaLKzqW8XNrqn5NsMFfLxMTF6V3RR3EICdAtkWGiDtcoU2n2a2P59umyrYHPFSLp9mzHcWrmZAbQjlH8bRBXRgpXshfKLFAQoAx9We8xlpXLU0eEQ&state=ZRkxDlz5LeJ21eiw |
14 | response | {'id_token':
'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il84YzVlMjBhMTA0MGIzMmI1NzlhZTEyMTJjYzg1YmQzYiIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDExLCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjEzLCJpYXQiOjE1NTY1NDMwMTMsIm5vbmNlIjoiUjhlaWNvclhCSjY4S2lDYyJ9.WKDv1Bcv0sYZCndVndiKjhSOR-GwGz5NMRfbVXI4cAYagBsIwdSCndhfKM8aRNaI2sHgNccJe6UVh4B-UXlckWkXg7jPQWFVMmXSAKFpylPfEmIt_I175fFBxLg56d1nkzTkutAU4b1OoUTG_5GGEn41OvhZOgePFAQibkVZkkv-17BEFn0NtO3LtTeG0-1fHhynzlApkkiSZrdnheaU_nRyctseUstbsQG6STaLKzqW8XNrqn5NsMFfLxMTF6V3RR3EICdAtkWGiDtcoU2n2a2P59umyrYHPFSLp9mzHcWrmZAbQjlH8bRBXRgpXshfKLFAQoAx9We8xlpXLU0eEQ',
'state': 'ZRkxDlz5LeJ21eiw'} |
14 | AuthorizationResponse | {
"id_token": {
"acr": "password",
"aud": [
"_8c5e20a1040b32b579ae1212cc85bd3b"
],
"auth_time": 1556543011,
"exp": 1556546613,
"iat": 1556543013,
"iss": "https://testop.funet.fi",
"nonce": "R8eicorXBJ68KiCc",
"sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
},
"state": "ZRkxDlz5LeJ21eiw"
}
|
14 | phase | <--<-- 10 --- AccessToken -->--> |
14 | phase | <--<-- 11 --- Done -->--> |
14 | end | |
14 | assertion | ClaimsCheck |
14 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
14 | assertion | AuthTimeCheck |
14 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
14 | assertion | MultipleSignOn |
14 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
14 | assertion | VerifyResponse |
14 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
14 | condition | Done: status=OK |