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": [
"RSA-OAEP-256"
],
"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 | register | kwargs:{'response_types': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61707/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61707/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61707/static/jwks_61707.json', 'token_endpoint_auth_method': 'client_secret_post'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit",
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61707/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61707/authz_cb"
],
"response_types": [
"code token"
],
"token_endpoint_auth_method": "client_secret_post"
}
|
0 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
0 | RegistrationResponse | {
"application_type": "web",
"client_id": "waYmCckgCsxAD0DkHfbv",
"client_id_issued_at": 1560784175,
"client_secret": "ihlLmQg1de5UzWYwluRb",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit",
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61707/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61707/authz_cb"
],
"registration_access_token": "61YrQTfLftp2bAIhOfNM",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=waYmCckgCsxAD0DkHfbv",
"response_types": [
"code",
"token"
],
"token_endpoint_auth_method": "client_secret_post"
}
|
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "waYmCckgCsxAD0DkHfbv",
"nonce": "uBPuRyFpbMXSfPRP",
"redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "AOxVJmNSRpFVhS09"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=AOxVJmNSRpFVhS09&nonce=uBPuRyFpbMXSfPRP&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&client_id=waYmCckgCsxAD0DkHfbv |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=AOxVJmNSRpFVhS09&nonce=uBPuRyFpbMXSfPRP&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&client_id=waYmCckgCsxAD0DkHfbv |
1 | http args | {} |
1 | response | URL with fragment |
1 | response | access_token=6d6nG7y7TFjjTdyKUsj4&state=AOxVJmNSRpFVhS09&expires_in=3599&token_type=bearer&code=WTuR96bdUZAM1r372fnx7KjKIqbRQS&scope=openid |
1 | response | {'access_token': '6d6nG7y7TFjjTdyKUsj4', 'state': 'AOxVJmNSRpFVhS09', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'WTuR96bdUZAM1r372fnx7KjKIqbRQS', 'scope': 'openid'} |
1 | AuthorizationResponse | {
"access_token": "6d6nG7y7TFjjTdyKUsj4",
"code": "WTuR96bdUZAM1r372fnx7KjKIqbRQS",
"expires_in": 3599,
"scope": "openid",
"state": "AOxVJmNSRpFVhS09",
"token_type": "bearer"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'AOxVJmNSRpFVhS09', 'authn_method': 'client_secret_post'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb', 'code': 'WTuR96bdUZAM1r372fnx7KjKIqbRQS', 'state': 'AOxVJmNSRpFVhS09', 'grant_type': 'authorization_code', 'client_id': 'waYmCckgCsxAD0DkHfbv'}, 'state': 'AOxVJmNSRpFVhS09', 'authn_method': 'client_secret_post'}
|
1 | AccessTokenRequest | {
"client_id": "waYmCckgCsxAD0DkHfbv",
"client_secret": "ihlLmQg1de5UzWYwluRb",
"code": "WTuR96bdUZAM1r372fnx7KjKIqbRQS",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
"state": "AOxVJmNSRpFVhS09"
}
|
1 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
1 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
1 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&code=WTuR96bdUZAM1r372fnx7KjKIqbRQS&state=AOxVJmNSRpFVhS09&client_id=waYmCckgCsxAD0DkHfbv&client_secret=ihlLmQg1de5UzWYwluRb |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'HnlISGeCP4tqW3iksTvM', 'refresh_token': 'hC20v8XQ63apwxeI0WTAhyrWKOFzc9WEya9yH6Hr', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.VnE7mlH0XAQwiAqmZgXS_7TZZ5qxK3R7YDwveiNABbBDDpY_AmGyjDVg94EA8k5REgZA8cLXMutjW9gSBDetOGGhc2Qjgfol5IYcsI1dvOtqqt_BWv5RRuWqOyb-mkob_Ku26JGx7BNWhpJTqnhPxqliVXBqWsx-wzJNQfXYsqDhTQY_KfRdhiWlToMf-jg4yzNtT8L2Hg2LTBaDN_FbZMcDrUnZW5h20R59wm0NUkwvkwTOgoPmhD3tRrroXJdI0CX0OOhslz7kzxCHdZmqQz9_y7d4SNjVB3v4N9WYfSded9rdXYVtz5aRErZSxF3pW82kW-JbywwLw8u4BENSXg.HuaOeopzSx64IqjSnP8Ueg._6PT1gHml26zlLbqu_k3Mc-xRrKSAH3lPuEZlaItwGkd2kjc6_briFtiy4bX2115x_cw-8bnmke-LbMLdrxEt5_haEp8olAWeEsEhwokwZD1vKTuUdDzXiLI-DU-lpFSOnOZ7_EfIMs_BGakWY0RA4F1e3sEAw-vT4dAOkCJxjabVdBW_DHl_lHmdP8meg9LoYKqok8mFS5NYBWTIGxRaMvGPLc3fTZYhf1R7HQc4G46uMkJPWjz5Tn9W9yzHz02qDDQ9DTPAc9Dyv5s9L2mwmIoQa8L-GZikM1P-Nn9X0JVCpIfp-y8lCgWXGz65GbCB7v7cIgVz9-I-3Zmju0vqx72_aW19Vpcb5uMcbkiFKZrqf_OELOU42p1BR_z0POju3gAi-D2KDg2OOOUj8zrPenlXVIXaupbSSPQV3tPm-1p09fgLLX6K5AVw_T9MkaOtt3P-vuEqy-vJlCxHz1DpuM0Wfmb0xzgS3PD3C_JBmZiEDIxruBPlbRPW9P8AVYZdtJuT989w0uFVYKHuJELA4c7C3Zkieq1r-50Oa7R2M8VItA_M0s_afe2X4F6tZxCXD9c1NVEqwcla0JleNnwMc_RFPzTKNn6J7u9rNFN8YcvxhMmBSDHZPxX2IGoxQqIfigrt6lFqBoZoiwfiaklIH_BODAA-a5HrI3tCultHiIWG_eK_owom9_98aDNxNSSv26KvKYe9xj8-7Belm-UeuqYMRTNc0bNiHlFrgoAJMlN2miwCYHcbWQKtrtDiW_TbhxETqI-DOxQbn-OFeRlzb7onuVfNx5e2NYfhGWUlk0OKunOnFXMnoutmKefXwJ6eetIaBi0FceOuEFfcqJz4xYNxsHGW6mffmCt8Zmeu7rHPW2_LPtAns4DIYEZMGj2WJEq8r5N3aAPTdY9QRxt8C03ST38cCSUUi3r9XSSrZL1kB4869wqT6T-GKRsmfAfXp16fgbyXtFHliwytv7TDA.cHPflg39PIUFw2zbQFwJYA', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "HnlISGeCP4tqW3iksTvM",
"expires_in": 3599,
"id_token": {
"at_hash": "OlGXvytv8cGvwnUMZ_iZuQ",
"aud": [
"waYmCckgCsxAD0DkHfbv"
],
"exp": 1560787597,
"iat": 1560784177,
"iss": "https://isamfed.com:30443/test",
"nonce": "uBPuRyFpbMXSfPRP",
"rt_hash": "K7Gny5m9B9y79-t7Ma_Elw",
"sub": "testuser"
},
"refresh_token": "hC20v8XQ63apwxeI0WTAhyrWKOFzc9WEya9yH6Hr",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | jwe header | {'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'} |
2 | phase | <--<-- 5 --- Done -->--> |
2 | end | |
2 | assertion | VerifyResponse |
2 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
2 | condition | Done: status=OK |