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 | {
"acr_values": "1 2",
"client_id": "clientID",
"nonce": "LUscM60zKpZMV4jM",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "aoRaoJcTTGJPQOES"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=aoRaoJcTTGJPQOES&nonce=LUscM60zKpZMV4jM&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&acr_values=1+2&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=aoRaoJcTTGJPQOES&nonce=LUscM60zKpZMV4jM&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&acr_values=1+2&client_id=clientID |
1 | response | Response URL with query part |
1 | response | {'state': 'aoRaoJcTTGJPQOES', 'code': 'x6xcIvFBpYw129Imvk2a0DtJDM4i4L'} |
1 | response | {'state': 'aoRaoJcTTGJPQOES', 'code': 'x6xcIvFBpYw129Imvk2a0DtJDM4i4L'} |
1 | AuthorizationResponse | {
"code": "x6xcIvFBpYw129Imvk2a0DtJDM4i4L",
"state": "aoRaoJcTTGJPQOES"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'aoRaoJcTTGJPQOES'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': 'x6xcIvFBpYw129Imvk2a0DtJDM4i4L', 'state': 'aoRaoJcTTGJPQOES', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'aoRaoJcTTGJPQOES', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "x6xcIvFBpYw129Imvk2a0DtJDM4i4L",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"state": "aoRaoJcTTGJPQOES"
}
|
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%3A61764%2Fauthz_cb&code=x6xcIvFBpYw129Imvk2a0DtJDM4i4L&state=aoRaoJcTTGJPQOES |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'HM747I8sIdt6ULoFMXyo', 'refresh_token': 'kEW5jb9suZJMOsynHRqD1XW7ehGloX3iLocoIfP9', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.JentKmXP9CLuyegXDn5yFpruhbMmRKsI_B8E-le5PiVfCWZ4DrecUA.y2SNG4T5_NneF9QyfLxaQw.qFhl7xy8IDuZ3utnBgVwmKtvccD55f0v31EpNymk6OVL1sWXy2-9M5mSUxJOH1UfE3CdiGxiAkvCD1ebH0n4X2yY5b-kNTep7iOogIRDZNaexTN6fpIVDC-tMGfO2UNs5H3bYtvN-Aqzi_caN7bLpTjz1W-F6DsQ-YkDL0dNtLpQNSNQ0YneHBUCQrtjXl4yDnhDr1kRLXBlfqOx4YLmL-_xkeTDJFZeg--pdRAlD9UF4Z_C5HqjoHdSx_OVbq1qIj9k91hOPz2K-jsTwQJq1slaKDSTdcB7yjgAdEP9UwcyFgrrU8TdBL1ItH0ekzN_5uhxhv-hkK_EbLLHQQvwtn_j1rXBhgaaN69b5ZDq7bE3IQoKM7nX8qIextxJb68KKjCJ_Aa5KK5q1jYnCy3tAGvd6l4HVv7_ezzKI79BusDgfkR7ZrKcie6RAE6iuVlOM2JRVegj4nGW5qWB5DN8q0AH6_PwOav1sEpjDPgNyahAhB25C7NLY1L6xKdRuciJfoc8SgB63tJEqwQGKtWZh_m3oqR375hX3Q5bIxKLDaD05_fXtopMkrnFKyt7LlVuTSefOqLXBS3w8wa0A6EC_1bBoi9eouXs-YwFNCNbMNdMBT8c0wPdf18Z_HFflDcdguN2MXqWKpBuzXHFazGN3n4o_w4f4VLGZ9wSHFuMX3aGaz0DlVhYuA-y7jW95UUlFg0AnFlMbS9n7QHKn2CbvjC_1qFT6qp6oGkCjJ6sHTk5YWs-6gA4ovJxYlUdk_9xqZ3yvP764G0JILvspnMsCZF6yvvBwS7CFQ9GI1139xWekg7-k83qr6AjUlaxvOrWGSqrLVlJaKk1xRUGXq0Wrq9mfbst134JQFhQEH6uz4BCJoQFmkoF47okj1-m4L7iwdlR1XjUtWTObenoHaMkQeD-haPzXqnb6CEbhgKIJkdgTY7ktHpAKlxpgcW_Dz6R.HQadCx1LCY7XgSSP9kbesw', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "HM747I8sIdt6ULoFMXyo",
"expires_in": 3599,
"id_token": {
"at_hash": "I_eAtl6xsrSdF926cp1_4A",
"aud": [
"clientID"
],
"exp": 1560834558,
"iat": 1560831138,
"iss": "https://isamfed.com:30443/test",
"nonce": "LUscM60zKpZMV4jM",
"rt_hash": "IaBiY-lmWEWnOS24qLjc_A",
"sub": "testuser"
},
"refresh_token": "kEW5jb9suZJMOsynHRqD1XW7ehGloX3iLocoIfP9",
"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 --- Done -->--> |
2 | end | |
2 | assertion | UsedAcrValue |
2 | condition | used-acr-value: status=WARNING, message=No acr value present in the ID Token [The acr value in the ID Token] |
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 |