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": "Ar2cGaYLqbNk7AJ3",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "xMdNpvQ7FTa1t4cK"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=xMdNpvQ7FTa1t4cK&nonce=Ar2cGaYLqbNk7AJ3&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=xMdNpvQ7FTa1t4cK&nonce=Ar2cGaYLqbNk7AJ3&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': 'xMdNpvQ7FTa1t4cK', 'code': 'uCOzAwAAOd8bjtQ90WsivZJxus6c3K'} |
1 | response | {'state': 'xMdNpvQ7FTa1t4cK', 'code': 'uCOzAwAAOd8bjtQ90WsivZJxus6c3K'} |
1 | AuthorizationResponse | {
"code": "uCOzAwAAOd8bjtQ90WsivZJxus6c3K",
"state": "xMdNpvQ7FTa1t4cK"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'xMdNpvQ7FTa1t4cK'}, 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': 'uCOzAwAAOd8bjtQ90WsivZJxus6c3K', 'state': 'xMdNpvQ7FTa1t4cK', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'xMdNpvQ7FTa1t4cK', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "uCOzAwAAOd8bjtQ90WsivZJxus6c3K",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"state": "xMdNpvQ7FTa1t4cK"
}
|
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=uCOzAwAAOd8bjtQ90WsivZJxus6c3K&state=xMdNpvQ7FTa1t4cK |
1 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
1 | response | {'access_token': 'xOYTfjgsHLiDFS0IkUjP', 'refresh_token': 'aO7NCb73s3IvAzH1sLsugZtYscxbPQNn43dsk36D', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiVVNYUkUxY0cweUZUNzNWd3lHRUc5QSIsIm5vbmNlIjoiQXIyY0dhWUxxYk5rN0FKMyIsImlhdCI6MTU2MDc1ODM0NywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IkZsQ1Fuak54MHJnV1ljTGgxeFVGU1EiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTc2NywiYXVkIjoiY2xpZW50SUQifQ.NSUluJ4yokZXCrggtGAtA3yhxvN8OX26ehje8Od79X0oAL3LpLlkL5TzH7xste2K8KzCdErGN161cln6k5fOM_9Yj-Er91qH8kq5U8vOgoAVcYRddEPBric5yEge-4hZEVf2agQcV9L8F_mEeeaSEiTH8L9evlIFSNS-H26KqGgeeKC1mC2ONkjCy0eq5MXjy_sA9bRg87TFz1fYxAwhPc5fcOEt9oJJfvmT2tz67B75tLnY204JM9bUXEYPMrPk0eDU2yx7w5f5WvBMjByB_HbAu7ZB8Z49-nG6fgPYcv22djdBHFdYmjiWFvWI0GlXBqvBU225WDUAF0184Ejfyw', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "xOYTfjgsHLiDFS0IkUjP",
"expires_in": 3599,
"id_token": {
"at_hash": "FlCQnjNx0rgWYcLh1xUFSQ",
"aud": [
"clientID"
],
"exp": 1560761767,
"iat": 1560758347,
"iss": "https://isamfed.com:30443/test",
"nonce": "Ar2cGaYLqbNk7AJ3",
"rt_hash": "USXRE1cG0yFT73VwyGEG9A",
"sub": "testuser"
},
"refresh_token": "aO7NCb73s3IvAzH1sLsugZtYscxbPQNn43dsk36D",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | phase | <--<-- 5 --- Note -->--> |
2 | phase | <--<-- 6 --- Webfinger -->--> |
2 | not expected to do | WebFinger |
2 | phase | <--<-- 7 --- Discovery -->--> |
2 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
2 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
2 | 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"
}
|
2 | phase | <--<-- 8 --- Registration -->--> |
2 | not expected to do | Dynamic registration |
2 | phase | <--<-- 9 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 1,
"nonce": "SnqKWlmwUtKO7bdT",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "Cnroqn0d3reqb45d"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=Cnroqn0d3reqb45d&nonce=SnqKWlmwUtKO7bdT&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&max_age=1&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=Cnroqn0d3reqb45d&nonce=SnqKWlmwUtKO7bdT&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&max_age=1&client_id=clientID |
5 | response | Response URL with query part |
5 | response | {'state': 'Cnroqn0d3reqb45d', 'code': 'p6k8A6Bv5BfFlc4rQyOkuZu4GNAKFP'} |
5 | response | {'state': 'Cnroqn0d3reqb45d', 'code': 'p6k8A6Bv5BfFlc4rQyOkuZu4GNAKFP'} |
5 | AuthorizationResponse | {
"code": "p6k8A6Bv5BfFlc4rQyOkuZu4GNAKFP",
"state": "Cnroqn0d3reqb45d"
}
|
5 | phase | <--<-- 10 --- AccessToken -->--> |
5 | request | op_args: {'state': 'Cnroqn0d3reqb45d'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb'} |
5 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb', 'code': 'p6k8A6Bv5BfFlc4rQyOkuZu4GNAKFP', 'state': 'Cnroqn0d3reqb45d', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'Cnroqn0d3reqb45d', 'authn_method': 'client_secret_basic'}
|
5 | AccessTokenRequest | {
"code": "p6k8A6Bv5BfFlc4rQyOkuZu4GNAKFP",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"state": "Cnroqn0d3reqb45d"
}
|
5 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
5 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
5 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&code=p6k8A6Bv5BfFlc4rQyOkuZu4GNAKFP&state=Cnroqn0d3reqb45d |
6 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
6 | response | {'access_token': 'syMS9EupO7fqZgS7pkx6', 'refresh_token': 'MxOQFkygN3IIiGFHYap4rYMsYw532Y2LsnyVHRRY', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTgzNTIsInJ0X2hhc2giOiJYYS0tTEtieGFwek9qRkt6b3pJMm1nIiwibm9uY2UiOiJTbnFLV2xtd1V0S083YmRUIiwiaWF0IjoxNTYwNzU4MzUxLCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiQ1czUTJod01qdjN1ZGtmWXpIQXZ3ZyIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzYxNzcxLCJhdWQiOiJjbGllbnRJRCJ9.H3076rTZWGsS1aNZ1ljacvQ2jGNHRHOQjSwcC_h3DdjER66aiJ__fO7ki15GnKayQU66j4mzR7cGNiTDWsLn138lG0iDWO929izpONJJvZ152jQFTvRBrkBLA-jKEGtJnHI0Zr_CKvP1BhhHL4B5EXvT-AvUsupsxzz_nx1kczqdwCLhh9x75UUNcqT3vTzROyRYVFilp9-ACWD46zQqdO1a_ss474m21UlOBkOumotwH6p7GLpCWXSsezMFb9ZQGY52waDGOWtjVgbMfldyVksu5Wi6ZQtN5DdNZc88kfqfWud-u-gARnUkLZDiCswGTgGDhVJHIZXHT7tUmT-O-A', 'token_type': 'bearer', 'expires_in': 3599} |
6 | AccessTokenResponse | {
"access_token": "syMS9EupO7fqZgS7pkx6",
"expires_in": 3599,
"id_token": {
"at_hash": "CW3Q2hwMjv3udkfYzHAvwg",
"aud": [
"clientID"
],
"auth_time": 1560758352,
"exp": 1560761771,
"iat": 1560758351,
"iss": "https://isamfed.com:30443/test",
"nonce": "SnqKWlmwUtKO7bdT",
"rt_hash": "Xa--LKbxapzOjFKzozI2mg",
"sub": "testuser"
},
"refresh_token": "MxOQFkygN3IIiGFHYap4rYMsYw532Y2LsnyVHRRY",
"scope": "openid",
"token_type": "bearer"
}
|
6 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
6 | phase | <--<-- 11 --- Done -->--> |
6 | end | |
6 | assertion | ClaimsCheck |
6 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
6 | assertion | AuthTimeCheck |
6 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
6 | assertion | MultipleSignOn |
6 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
6 | assertion | VerifyResponse |
6 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
6 | condition | Done: status=OK |