0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | provider_config | kwargs:{'issuer': 'https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default'}
|
1 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/.well-known/openid-configuration status_code:200
|
1 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize",
"claim_types_supported": [
"normal"
],
"claims_parameter_supported": true,
"claims_supported": [
"realmName",
"preferred_username",
"given_name",
"uid",
"upn",
"groupIds",
"employee_id",
"name",
"tenantId",
"mobile_number",
"department",
"family_name",
"job_title",
"email"
],
"device_authorization_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/device_authorization",
"grant_types_supported": [
"authorization_code",
"implicit",
"client_credentials",
"password",
"refresh_token",
"urn:ietf:params:oauth:grant-type:device_code"
],
"id_token_encryption_alg_values_supported": [
"none"
],
"id_token_encryption_enc_values_supported": [
"none"
],
"id_token_signing_alg_values_supported": [
"none",
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512"
],
"introspection_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/introspect",
"issuer": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"jwks_uri": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/jwks",
"request_object_encryption_alg_values_supported": [
"none"
],
"request_object_encryption_enc_values_supported": [
"none"
],
"request_object_signing_alg_values_supported": [
"none"
],
"request_parameter_supported": true,
"request_uri_parameter_supported": false,
"require_request_uri_registration": false,
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"response_types_supported": [
"code",
"none",
"token",
"id_token",
"token id_token",
"code id_token",
"code token",
"code token id_token"
],
"revocation_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/revoke",
"scopes_supported": [
"openid",
"profile",
"email",
"phone"
],
"subject_types_supported": [
"public"
],
"token_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token",
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post"
],
"user_authorization_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/user_authorization",
"userinfo_encryption_alg_values_supported": [
"none"
],
"userinfo_encryption_enc_values_supported": [
"none"
],
"userinfo_endpoint": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/userinfo",
"userinfo_signing_alg_values_supported": [
"none"
],
"version": "3.0"
}
|
1 | phase | <--<-- 2 --- Registration -->--> |
1 | not expected to do | Dynamic registration |
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "5525f670-e6b3-41a9-afec-add4254aff3b",
"nonce": "ite5iVSfUMVVvARg",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "INE2XTEikwPYaVAN"
}
|
1 | redirect url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=INE2XTEikwPYaVAN&nonce=ite5iVSfUMVVvARg&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
1 | redirect | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=INE2XTEikwPYaVAN&nonce=ite5iVSfUMVVvARg&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
6 | http args | {} |
6 | response | URL with fragment |
6 | response | access_token=qKohbSZ1SFKlqshyfvCT4vTRKj89t5BtkZ8KiBPb&code=AzU553TCsoGXl7nIYhIC9L3MLHEIGr&scope=openid&grant_id=80054420-2978-458a-9cf2-0766d620ef5f&state=INE2XTEikwPYaVAN&token_type=Bearer&expires_in=7200 |
6 | response | {'access_token': 'qKohbSZ1SFKlqshyfvCT4vTRKj89t5BtkZ8KiBPb', 'code': 'AzU553TCsoGXl7nIYhIC9L3MLHEIGr', 'scope': 'openid', 'grant_id': '80054420-2978-458a-9cf2-0766d620ef5f', 'state': 'INE2XTEikwPYaVAN', 'token_type': 'Bearer', 'expires_in': 7200} |
6 | AuthorizationResponse | {
"access_token": "qKohbSZ1SFKlqshyfvCT4vTRKj89t5BtkZ8KiBPb",
"code": "AzU553TCsoGXl7nIYhIC9L3MLHEIGr",
"expires_in": 7200,
"grant_id": "80054420-2978-458a-9cf2-0766d620ef5f",
"scope": "openid",
"state": "INE2XTEikwPYaVAN",
"token_type": "Bearer"
}
|
6 | phase | <--<-- 4 --- AccessToken -->--> |
6 | request | op_args: {'state': 'INE2XTEikwPYaVAN'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61915/authz_cb'} |
6 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61915/authz_cb', 'code': 'AzU553TCsoGXl7nIYhIC9L3MLHEIGr', 'state': 'INE2XTEikwPYaVAN', 'grant_type': 'authorization_code', 'client_id': '5525f670-e6b3-41a9-afec-add4254aff3b'}, 'state': 'INE2XTEikwPYaVAN', 'authn_method': 'client_secret_basic'}
|
6 | AccessTokenRequest | {
"code": "AzU553TCsoGXl7nIYhIC9L3MLHEIGr",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"state": "INE2XTEikwPYaVAN"
}
|
6 | request_url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token |
6 | request_http_args | {'headers': {'Authorization': 'Basic NTUyNWY2NzAtZTZiMy00MWE5LWFmZWMtYWRkNDI1NGFmZjNiOlRFOUwxY2wzdHc=', 'Content-Type': 'application/x-www-form-urlencoded'}} |
6 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&code=AzU553TCsoGXl7nIYhIC9L3MLHEIGr&state=INE2XTEikwPYaVAN |
7 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token status_code:200
|
7 | response | {'access_token': 'kzJaEexET7E6nhDl1X7jRIBiwrFkrA32FunqsNsP', 'scope': 'openid', 'grant_id': '80054420-2978-458a-9cf2-0766d620ef5f', 'id_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InNlcnZlciJ9.eyJnaXZlbl9uYW1lIjoiR2VldGhhIiwic19oYXNoIjoibGpMRzFyQlV6cjQwbGNSOS1CQzIzUSIsInVuaXF1ZVNlY3VyaXR5TmFtZSI6IjY0MDAwNEtHNFAiLCJ0ZW5hbnRJZCI6Im9pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tIiwicmVhbG1OYW1lIjoiY2xvdWRJZGVudGl0eVJlYWxtIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiZ2VldGhhbmphbGkuZEBpYm0uY29tIiwibmFtZSI6IkdlZXRoYSBEIiwibm9uY2UiOiJpdGU1aVZTZlVNVlZ2QVJnIiwiZW1haWwiOiJnZWV0aGFuamFsaS5kQGlibS5jb20iLCJhY3IiOiJ1cm46aWJtOnNlY3VyaXR5OnBvbGljeTppZDoxIiwidXNlclR5cGUiOiJyZWd1bGFyIiwiZGlzcGxheU5hbWUiOiJHZWV0aGEgRCIsImZhbWlseV9uYW1lIjoiRCIsImdyb3VwSWRzIjpbImFsbFVzZXJzIiwiYWRtaW4iXSwiYXRfaGFzaCI6IkZ2OE5OMmRsS3pBQ1BoTldHUTNjWVEiLCJ1aWQiOiI2NDAwMDRLRzRQIiwiZXh0Ijp7InRlbmFudElkIjoib2lkYy1wcm9kLWV1MDFhLXRlc3QxLmljZS5pYm1jbG91ZC5jb20ifSwiaXNzIjoiaHR0cHM6Ly9vaWRjLXByb2QtZXUwMWEtdGVzdDEuaWNlLmlibWNsb3VkLmNvbS9vaWRjL2VuZHBvaW50L2RlZmF1bHQiLCJhdWQiOiI1NTI1ZjY3MC1lNmIzLTQxYTktYWZlYy1hZGQ0MjU0YWZmM2IiLCJzdWIiOiI2NDAwMDRLRzRQIiwiaWF0IjoxNTY4MTkzMjYwLCJleHAiOjE1NjgyMDA0NjB9.k2p_D-4iIWw87EOtBLCkVw8z4c6S7xvtmX1YbjRN1hbUEvgNVxkSfJB0RCW6tcvHrXEU8lUwzImuhQZz-IUspUm0ySCyidrTVoF8cuS2WTrSiInppt01cqNIVT4u-XxKph6pKA9i2q7a9XJI3QQI1tvohrmlXQJZENfdBVA-a5ekGgm2GM15iIf8a4gi05blMu0siVG4xNOz1NaueScqYrxCNKof7TeKesKXKHi0Yec66fuogxxjv7A3XfIBPsY7Y1QmGDFcEOW-4BUoGVmLr-bbgsFtdQ6VPdslWZiYbpr5vvk33Swt2xG9IlhA46odgaS0c8460oGduzVyk8DKcw', 'token_type': 'Bearer', 'expires_in': 7199} |
7 | AccessTokenResponse | {
"access_token": "kzJaEexET7E6nhDl1X7jRIBiwrFkrA32FunqsNsP",
"expires_in": 7199,
"grant_id": "80054420-2978-458a-9cf2-0766d620ef5f",
"id_token": {
"acr": "urn:ibm:security:policy:id:1",
"at_hash": "Fv8NN2dlKzACPhNWGQ3cYQ",
"aud": [
"5525f670-e6b3-41a9-afec-add4254aff3b"
],
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"exp": 1568200460,
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"iat": 1568193260,
"iss": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"name": "Geetha D",
"nonce": "ite5iVSfUMVVvARg",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"s_hash": "ljLG1rBUzr40lcR9-BC23Q",
"sub": "640004KG4P",
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com",
"uid": "640004KG4P",
"uniqueSecurityName": "640004KG4P",
"userType": "regular"
},
"scope": "openid",
"token_type": "Bearer"
}
|
7 | jws header | {'alg': 'RS256', 'typ': 'JWT', 'kid': 'server'} |
7 | phase | <--<-- 5 --- Done -->--> |
7 | end | |
7 | assertion | VerifyResponse |
7 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
7 | assertion | IsIDTokenSigned |
7 | condition | is-idtoken-signed: status=OK [Checks if the id_token is signed] |
7 | condition | Done: status=OK |