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_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": "LwsQHrUN8ItRaDDr",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "BbQh8Wh3qO4798b0"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=BbQh8Wh3qO4798b0&nonce=LwsQHrUN8ItRaDDr&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=BbQh8Wh3qO4798b0&nonce=LwsQHrUN8ItRaDDr&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&client_id=clientID |
1 | response | Response URL with query part |
1 | response | {'state': 'BbQh8Wh3qO4798b0', 'code': 'lydAD38ucSAPsE2HtjWcjsPvCHnhQB'} |
1 | response | {'state': 'BbQh8Wh3qO4798b0', 'code': 'lydAD38ucSAPsE2HtjWcjsPvCHnhQB'} |
1 | AuthorizationResponse | {
"code": "lydAD38ucSAPsE2HtjWcjsPvCHnhQB",
"state": "BbQh8Wh3qO4798b0"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'BbQh8Wh3qO4798b0'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb', 'code': 'lydAD38ucSAPsE2HtjWcjsPvCHnhQB', 'state': 'BbQh8Wh3qO4798b0', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'BbQh8Wh3qO4798b0', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "lydAD38ucSAPsE2HtjWcjsPvCHnhQB",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"state": "BbQh8Wh3qO4798b0"
}
|
1 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
1 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
1 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&code=lydAD38ucSAPsE2HtjWcjsPvCHnhQB&state=BbQh8Wh3qO4798b0 |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'boUK9dBrPlPBUyCB74in', 'refresh_token': 'kekXoFeIl3qX2RKtiKXV5zZgL4KfrHfU5bqGAtfg', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiRDdGcmk5bTFwckxFRXBYZDAwODY1ZyIsIm5vbmNlIjoiTHdzUUhyVU44SXRSYUREciIsImlhdCI6MTU2MDc1ODI5NiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IlR5ejJhcjNkMEJtal8wLXJTbnVua3ciLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTcxNiwiYXVkIjoiY2xpZW50SUQifQ.Z68iE-u6SNn_XF6Rcn5_R3FbUG8aEmdG-U7EDl73W31ts_erc1zj4jEn19LeyDPzUr3YO-X6ATugbdscMTwGogk_wFqrcQOMa65tcctHWPgTkZcgnx1WFLo58Kb8i-MMByzpUbV5vT6pmjCgx4aitrpifEe7BeyfJC9Ueluz3BYlPAHspFmUjxCRv8fKiFGOjx0D6RbXfoYsdBrG4K93L9wcd1VzcnzP9WnDRmopRmC2PsbIj6GxiF9paOvdLkMWfihU3EjgeKEBKLiTxMuxJARq3vemV22oJn-sOrqxePYOZg26nLpvtnab5PtWmDc91x_FwCdlWmg_Vh1lsxHI2Q', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "boUK9dBrPlPBUyCB74in",
"expires_in": 3599,
"id_token": {
"at_hash": "Tyz2ar3d0Bmj_0-rSnunkw",
"aud": [
"clientID"
],
"exp": 1560761716,
"iat": 1560758296,
"iss": "https://isamfed.com:30443/test",
"nonce": "LwsQHrUN8ItRaDDr",
"rt_hash": "D7Fri9m1prLEEpXd00865g",
"sub": "testuser"
},
"refresh_token": "kekXoFeIl3qX2RKtiKXV5zZgL4KfrHfU5bqGAtfg",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | phase | <--<-- 5 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "O6zPIhbQ4Ci3Qvok",
"prompt": [
"none"
],
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "nws4CKLOdjAKUe6A"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=nws4CKLOdjAKUe6A&nonce=O6zPIhbQ4Ci3Qvok&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&prompt=none&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=nws4CKLOdjAKUe6A&nonce=O6zPIhbQ4Ci3Qvok&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&prompt=none&client_id=clientID |
3 | response | Response URL with query part |
3 | response | {'state': 'nws4CKLOdjAKUe6A', 'code': 'AwYX1BLPGeuncYwGdfSRByjyC9u6VR'} |
3 | response | {'state': 'nws4CKLOdjAKUe6A', 'code': 'AwYX1BLPGeuncYwGdfSRByjyC9u6VR'} |
3 | AuthorizationResponse | {
"code": "AwYX1BLPGeuncYwGdfSRByjyC9u6VR",
"state": "nws4CKLOdjAKUe6A"
}
|
3 | phase | <--<-- 6 --- AccessToken -->--> |
3 | request | op_args: {'state': 'nws4CKLOdjAKUe6A'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb'} |
3 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb', 'code': 'AwYX1BLPGeuncYwGdfSRByjyC9u6VR', 'state': 'nws4CKLOdjAKUe6A', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'nws4CKLOdjAKUe6A', 'authn_method': 'client_secret_basic'}
|
3 | AccessTokenRequest | {
"code": "AwYX1BLPGeuncYwGdfSRByjyC9u6VR",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"state": "nws4CKLOdjAKUe6A"
}
|
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%3A61375%2Fauthz_cb&code=AwYX1BLPGeuncYwGdfSRByjyC9u6VR&state=nws4CKLOdjAKUe6A |
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
3 | response | {'access_token': 'nkvtQqrHxdVAzrX8coLN', 'refresh_token': 'lMFt0KcxWT4anWoI6QUanrO0xzNp15yPKYJLDFJL', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoidGxuSXZDalM3Qm04OFRqUm1yRk1EUSIsIm5vbmNlIjoiTzZ6UEloYlE0Q2kzUXZvayIsImlhdCI6MTU2MDc1ODI5OCwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IlhLdW1CM0F5cXFzb1hXVi1LLXdHWlEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTcxOCwiYXVkIjoiY2xpZW50SUQifQ.LYviuJ1BaoeGjczlT5R0HH0dr0Ta-C0rU9IuPuAvaarbtHliTP28BqSuBcTr-lhwPUYQai47_OyzUGyFnTuk7CkFCsIfVJfZo3s8fDrZ09UK0zFwwV-oZH_SADIh_1b4p5VVRRez4lsAn7_FQYaYFEjzP2OM6V0tIWYrFxfjwcdMNxz80tE4b9sGY_wlp_hCZxjZPHWcos-eNaZ_wIfKyWAQqgJU_ukuKw4fBoK8NwrbRjT74T3Jo6ht6wPKMxoMyzk-QPzVNMI1tPse5JvfkpijyfgIiyVcjxACBi3XwzEyHtT4BZUmLimsfAHTDPLYj-_AxLUIq_emqFeWVWlzxQ', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "nkvtQqrHxdVAzrX8coLN",
"expires_in": 3599,
"id_token": {
"at_hash": "XKumB3AyqqsoXWV-K-wGZQ",
"aud": [
"clientID"
],
"exp": 1560761718,
"iat": 1560758298,
"iss": "https://isamfed.com:30443/test",
"nonce": "O6zPIhbQ4Ci3Qvok",
"rt_hash": "tlnIvCjS7Bm88TjRmrFMDQ",
"sub": "testuser"
},
"refresh_token": "lMFt0KcxWT4anWoI6QUanrO0xzNp15yPKYJLDFJL",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | phase | <--<-- 7 --- Done -->--> |
3 | end | |
3 | assertion | SameAuthn |
3 | condition | Done: status=OK |