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": [
"A128KW"
],
"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 | not expected to do | Dynamic registration |
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "P6YlGviIjzqhPZXt",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "msBDNOmqKo1jvnyO"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=msBDNOmqKo1jvnyO&nonce=P6YlGviIjzqhPZXt&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=msBDNOmqKo1jvnyO&nonce=P6YlGviIjzqhPZXt&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
1 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=TiRVOPgSOUqJxJwdxiFC&state=msBDNOmqKo1jvnyO&expires_in=3599&token_type=bearer&code=uGXrkeE8RGY4KqiAmnzN3vsk8VgqrB&scope=openid |
2 | response | {'access_token': 'TiRVOPgSOUqJxJwdxiFC', 'state': 'msBDNOmqKo1jvnyO', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'uGXrkeE8RGY4KqiAmnzN3vsk8VgqrB', 'scope': 'openid'} |
2 | AuthorizationResponse | {
"access_token": "TiRVOPgSOUqJxJwdxiFC",
"code": "uGXrkeE8RGY4KqiAmnzN3vsk8VgqrB",
"expires_in": 3599,
"scope": "openid",
"state": "msBDNOmqKo1jvnyO",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'msBDNOmqKo1jvnyO'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'uGXrkeE8RGY4KqiAmnzN3vsk8VgqrB', 'state': 'msBDNOmqKo1jvnyO', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'msBDNOmqKo1jvnyO', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "uGXrkeE8RGY4KqiAmnzN3vsk8VgqrB",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "msBDNOmqKo1jvnyO"
}
|
2 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
2 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
2 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=uGXrkeE8RGY4KqiAmnzN3vsk8VgqrB&state=msBDNOmqKo1jvnyO |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'ho3avs0ajP5zhu7JzvCR', 'refresh_token': 'lEKddRE3nyJa0aDwHxG0qVcFJVULp7oxLQytKgAh', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.IxnvIkBtMdmrOW9q6UU4i8hmqFIDwxXtxWv0f0HE-IyIQgZKMr-XLg.hqvT4fXVBiGVeJ1Dkt4clA.nkjys8_w08ej2BbU7pfN6tuTvtz0yoH6_aBucTymUU4z8V3KH2JbkYGZcj16C0Eti86J5iV93Bhf85E7jAbGX8spwk64k_GiEQvIl4EaxGXyt7gWuHpMrSTbQY4HC3XEOhNA7NgFGlThYsqXH5Ys6fBBZ146EocG6dPXFOyTNF8e8dbIsI6ynP11OZkZy7LpfTaVEQkwrS04k_awDcZOgAMvXVEu1jWeZUi6lkxdHLg0pFyxHYyIzHCp4nsDo3CZrY7LWKst5ef7stahZhFEA5DvTJEbfXo9GgeuaMvGYtQX-LcoIUFvRFBVXBkIGopnCNNa5946yrx-aoCv1buBgtgvlxeuXejOqXjir2QhUYQKdms3tt75X4jRsoKQSd4gZhUwC7mYKINNT3rcfQO0ayGcmNnci6aAGQ1urAVWzGx1bq4rQp7H148EszSEnGGarhwjvs65yzgOdAqA9lk1qfmJ74hUMQNxKOhTHgYrMrZrnrBmUz0V2_EXc942FNDNI_tZ30Qs67e05Ei391FhL6bWreo2mNjvwWPoH4gqBa03nIr-9C44f2YHj3yK7G1BLpHQChbOB0UgHo5uOvHe1fgJ1TuIhagh0L3VBV1dd9i5_4otxBf_t3x36lnaIFcV_BzyNvCk3mNEMkNemQX8Zct9qhlqDZW_r0Td52f7kIG5PHs7tA2L3shbllFk15At9ddoRbnqJVQDIznjHpZGV5dIWHsWcFgTM5PPxF8tH2Ugx9YpIMfiUV9jYCsqbPpiI2HzBwiMbyN4pZ8jdbGIcjeMeom0_Cx3tSevSyp4I_lLYI5VPl3f07s9KBncdD_HTAGhi3UlGguCI7y703-sM-63bWn-LWVvvVkAkV1KB8UrJUhY59wqaIbauqAOQVnU70FdR8q_qZI8fZu6wVwqSnVKMt8wghrRvoyApE3YcIFIOtQoWtNuLP5slUGklKk7.NUoQRW-UweiAVtaxC11kcA', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "ho3avs0ajP5zhu7JzvCR",
"expires_in": 3599,
"id_token": {
"at_hash": "21syb9Spw4ai0wiYqyZLTQ",
"aud": [
"clientID"
],
"exp": 1560835130,
"iat": 1560831710,
"iss": "https://isamfed.com:30443/test",
"nonce": "P6YlGviIjzqhPZXt",
"rt_hash": "p1sjlyEr90Z631X_RtlsZA",
"sub": "testuser"
},
"refresh_token": "lEKddRE3nyJa0aDwHxG0qVcFJVULp7oxLQytKgAh",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
2 | phase | <--<-- 5 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "K56rboe4rJcTd5PF",
"prompt": [
"none"
],
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "q7VFMSl01RmDUh49"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=q7VFMSl01RmDUh49&nonce=K56rboe4rJcTd5PF&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&prompt=none&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=q7VFMSl01RmDUh49&nonce=K56rboe4rJcTd5PF&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&prompt=none&client_id=clientID |
3 | http args | {} |
3 | response | URL with fragment |
3 | response | access_token=F4M9sWje0HJWNVBhzAfR&state=q7VFMSl01RmDUh49&expires_in=3599&token_type=bearer&code=kee25lSwXfyVLT1ErU3UQpBgRYnYxB&scope=openid |
3 | response | {'access_token': 'F4M9sWje0HJWNVBhzAfR', 'state': 'q7VFMSl01RmDUh49', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'kee25lSwXfyVLT1ErU3UQpBgRYnYxB', 'scope': 'openid'} |
3 | AuthorizationResponse | {
"access_token": "F4M9sWje0HJWNVBhzAfR",
"code": "kee25lSwXfyVLT1ErU3UQpBgRYnYxB",
"expires_in": 3599,
"scope": "openid",
"state": "q7VFMSl01RmDUh49",
"token_type": "bearer"
}
|
3 | phase | <--<-- 6 --- AccessToken -->--> |
3 | request | op_args: {'state': 'q7VFMSl01RmDUh49'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
3 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'kee25lSwXfyVLT1ErU3UQpBgRYnYxB', 'state': 'q7VFMSl01RmDUh49', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'q7VFMSl01RmDUh49', 'authn_method': 'client_secret_basic'}
|
3 | AccessTokenRequest | {
"code": "kee25lSwXfyVLT1ErU3UQpBgRYnYxB",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "q7VFMSl01RmDUh49"
}
|
3 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
3 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
3 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=kee25lSwXfyVLT1ErU3UQpBgRYnYxB&state=q7VFMSl01RmDUh49 |
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
3 | response | {'access_token': 'u150ugZY9bUiojS5zH8d', 'refresh_token': '14xAgG5llimuXYmOtxVghKv6zXvXJZgJ97tou9UW', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.7xfo5s3pmev0M8Z7JeetV-m7ou-_5nWj8Q_AJMKQ6ItvBhQkJbfDJw.3vA6Tj7nS0c6EvBH35dlwA.UtruySl-Q4-FdUPgxdgJiGzuEJKoddJi53MLD8WZ5JoU7Zptj06NTwwY1Z7M6t_J4hMdYpzrBwUsZvx9WRW6wT8BikT-ztuZyhEqF8NMBh4Xrx4PH19-VQ_bROjB8YTExT0FjOLWIX5nG0YgECUjuXkySKRQeg7WfTLhMqgsEeawbCI1lCoPD5TkB3oRAG7inJk2xMGryiuifsw_rBsleTUXSAjau6xMQCav4-caeXy2aB8MqJ1-zOXqKN8osyHImFEvwpASgD2Q6joipRCZwKgfDIn9rxSiVYHPV3tKryQfRN5Jw1-9Q27_qzogRQpZ4-JHTV30Ucgx2la0rCYLwQ-0ebYnvE7FtBpqZdn8caY3IuknhCXjPtF2iyZJcY17rVobNP0pGuvYEuv2F28l_C6r8XGut78j1KuO_KR_HBzy0SUAw6lDVz0gjbgbNv1rWzoo2tSb2ZPqB9qOCUckglgti8Zoxy_xEJhb9dfOXc7w09d-n8J5RtMo7P1FjEgDFVXb0YuvYsH-JvzsVGuj8Zf8-1QuB7QNLx0Pkshds9em2H6Cq9FcP9HykLRVRw0UdxMbD-fMwmZ4ht9sTKSHecaAkQWXS2eHWr8G7qulRS250fy-oJ0jDF9uhfU30XSK1-t6lUG-E6Rgl-P_9-mNj_-wJOxxJO2Qq2nWPR4xeZZw64cDQvmtfoQfK14jalXS7QJGeEnVd0tJK-E2Ofr7Vsy3JdjGfNoz2mKA34DgZ88G4_8uMAYAYq4LzdNkaJ_HnUyWxRd12_rI-4Dey1CLrKtdGCOhoIlWx1W8J3ibueTxCF10SJej62CpyEE4lwNcrMOwWQX9mvcjADXSzYxASF7Jux2g9vWcDhZ9yM720g4zodohmT4uc3WNRUqY6z-cRuwCV48wKZGPGI5kN3-JRjDNhl5k-wF3q89EIgd3rgYaOvRtDEYF-6wdGbNYx3kI.7JuDnWb8gSspo2YTpvSOcQ', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "u150ugZY9bUiojS5zH8d",
"expires_in": 3599,
"id_token": {
"at_hash": "RI2lpAmjus8FVZu3ka_mPQ",
"aud": [
"clientID"
],
"exp": 1560835131,
"iat": 1560831711,
"iss": "https://isamfed.com:30443/test",
"nonce": "K56rboe4rJcTd5PF",
"rt_hash": "e7ZRiWvS1dsFoxHOSQxtUg",
"sub": "testuser"
},
"refresh_token": "14xAgG5llimuXYmOtxVghKv6zXvXJZgJ97tou9UW",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
3 | phase | <--<-- 7 --- Done -->--> |
3 | end | |
3 | assertion | SameAuthn |
3 | condition | Done: status=OK |