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": "nTS62UwvPvJ71R5X",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "RJkMeJJCoeS8Aq7j"
}
|
1 | redirect url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=RJkMeJJCoeS8Aq7j&nonce=nTS62UwvPvJ71R5X&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=RJkMeJJCoeS8Aq7j&nonce=nTS62UwvPvJ71R5X&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 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=ylFTcKTRCBUGuU3Y34ulXC2GSdifSsjEuA5OCRLy&code=DFbruXLWMV4mlLKWhL7IYIXbSweDUL&scope=openid&grant_id=222f5dcd-45ed-40c7-9b1f-b1ec0eeb098f&state=RJkMeJJCoeS8Aq7j&token_type=Bearer&expires_in=7200 |
2 | response | {'access_token': 'ylFTcKTRCBUGuU3Y34ulXC2GSdifSsjEuA5OCRLy', 'code': 'DFbruXLWMV4mlLKWhL7IYIXbSweDUL', 'scope': 'openid', 'grant_id': '222f5dcd-45ed-40c7-9b1f-b1ec0eeb098f', 'state': 'RJkMeJJCoeS8Aq7j', 'token_type': 'Bearer', 'expires_in': 7200} |
2 | AuthorizationResponse | {
"access_token": "ylFTcKTRCBUGuU3Y34ulXC2GSdifSsjEuA5OCRLy",
"code": "DFbruXLWMV4mlLKWhL7IYIXbSweDUL",
"expires_in": 7200,
"grant_id": "222f5dcd-45ed-40c7-9b1f-b1ec0eeb098f",
"scope": "openid",
"state": "RJkMeJJCoeS8Aq7j",
"token_type": "Bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'RJkMeJJCoeS8Aq7j'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61915/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61915/authz_cb', 'code': 'DFbruXLWMV4mlLKWhL7IYIXbSweDUL', 'state': 'RJkMeJJCoeS8Aq7j', 'grant_type': 'authorization_code', 'client_id': '5525f670-e6b3-41a9-afec-add4254aff3b'}, 'state': 'RJkMeJJCoeS8Aq7j', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "DFbruXLWMV4mlLKWhL7IYIXbSweDUL",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"state": "RJkMeJJCoeS8Aq7j"
}
|
2 | request_url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token |
2 | request_http_args | {'headers': {'Authorization': 'Basic NTUyNWY2NzAtZTZiMy00MWE5LWFmZWMtYWRkNDI1NGFmZjNiOlRFOUwxY2wzdHc=', 'Content-Type': 'application/x-www-form-urlencoded'}} |
2 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&code=DFbruXLWMV4mlLKWhL7IYIXbSweDUL&state=RJkMeJJCoeS8Aq7j |
2 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token status_code:200
|
2 | response | {'access_token': 'LEapevjckl0wf05Zkye72LS78lUrMnvmyo06xXiH', 'scope': 'openid', 'grant_id': '222f5dcd-45ed-40c7-9b1f-b1ec0eeb098f', 'id_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InNlcnZlciJ9.eyJnaXZlbl9uYW1lIjoiR2VldGhhIiwic19oYXNoIjoiUEJsNklUdTBma0wwc2tvVHFhb1lvUSIsInVuaXF1ZVNlY3VyaXR5TmFtZSI6IjY0MDAwNEtHNFAiLCJ0ZW5hbnRJZCI6Im9pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tIiwicmVhbG1OYW1lIjoiY2xvdWRJZGVudGl0eVJlYWxtIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiZ2VldGhhbmphbGkuZEBpYm0uY29tIiwibmFtZSI6IkdlZXRoYSBEIiwibm9uY2UiOiJuVFM2MlV3dlB2SjcxUjVYIiwiZW1haWwiOiJnZWV0aGFuamFsaS5kQGlibS5jb20iLCJhY3IiOiJ1cm46aWJtOnNlY3VyaXR5OnBvbGljeTppZDoxIiwidXNlclR5cGUiOiJyZWd1bGFyIiwiZGlzcGxheU5hbWUiOiJHZWV0aGEgRCIsImZhbWlseV9uYW1lIjoiRCIsImdyb3VwSWRzIjpbImFsbFVzZXJzIiwiYWRtaW4iXSwiYXRfaGFzaCI6IkRfTmZRT1JrQ01PbWJuZFpNUUljMmciLCJ1aWQiOiI2NDAwMDRLRzRQIiwiZXh0Ijp7InRlbmFudElkIjoib2lkYy1wcm9kLWV1MDFhLXRlc3QxLmljZS5pYm1jbG91ZC5jb20ifSwiaXNzIjoiaHR0cHM6Ly9vaWRjLXByb2QtZXUwMWEtdGVzdDEuaWNlLmlibWNsb3VkLmNvbS9vaWRjL2VuZHBvaW50L2RlZmF1bHQiLCJhdWQiOiI1NTI1ZjY3MC1lNmIzLTQxYTktYWZlYy1hZGQ0MjU0YWZmM2IiLCJzdWIiOiI2NDAwMDRLRzRQIiwiaWF0IjoxNTY4MTkzNDYwLCJleHAiOjE1NjgyMDA2NjB9.IupQQiF_Rv5d1c6IiX8pRjRNOFfi-r_wDAuNg5QuFgtduZGgKHR967vDXRH7IR-X6r0eMxnK0MHdjDMBB7gRzqyiGSYFBgdvD4Vv4uWNsTEmMFyhgOHHBna1uoP5zJTe_iUahr1xEsTm6oXJYSx2UJs6dUMtogimGgoR2UOH-owREaIxosBj1G5dOmsqyQuAN0uOHUSKiXKp31INOgBT_SwjH8j5ZuOnvQv45-mfFXbjoFzRt4Nim8yQvMKuQo9xMo5PZybLbaj--aZeyS2NmbKugLWrYrx-cyzz1CPMZAgC769w0VQuykElCjdWHT6ekoMLlPjTi83XISnInOu48A', 'token_type': 'Bearer', 'expires_in': 7199} |
2 | AccessTokenResponse | {
"access_token": "LEapevjckl0wf05Zkye72LS78lUrMnvmyo06xXiH",
"expires_in": 7199,
"grant_id": "222f5dcd-45ed-40c7-9b1f-b1ec0eeb098f",
"id_token": {
"acr": "urn:ibm:security:policy:id:1",
"at_hash": "D_NfQORkCMOmbndZMQIc2g",
"aud": [
"5525f670-e6b3-41a9-afec-add4254aff3b"
],
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"exp": 1568200660,
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"iat": 1568193460,
"iss": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"name": "Geetha D",
"nonce": "nTS62UwvPvJ71R5X",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"s_hash": "PBl6ITu0fkL0skoTqaoYoQ",
"sub": "640004KG4P",
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com",
"uid": "640004KG4P",
"uniqueSecurityName": "640004KG4P",
"userType": "regular"
},
"scope": "openid",
"token_type": "Bearer"
}
|
2 | jws header | {'alg': 'RS256', 'typ': 'JWT', 'kid': 'server'} |
2 | phase | <--<-- 5 --- Note -->--> |
4 | phase | <--<-- 6 --- Webfinger -->--> |
4 | not expected to do | WebFinger |
4 | phase | <--<-- 7 --- Discovery -->--> |
4 | provider_config | kwargs:{'issuer': 'https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default'}
|
4 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/.well-known/openid-configuration status_code:200
|
4 | 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"
}
|
4 | phase | <--<-- 8 --- Registration -->--> |
4 | not expected to do | Dynamic registration |
4 | phase | <--<-- 9 --- AsyncAuthn -->--> |
4 | AuthorizationRequest | {
"client_id": "5525f670-e6b3-41a9-afec-add4254aff3b",
"max_age": 1,
"nonce": "RHuT5XqcKQGH1VIr",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "aKdYZeSV4FHiARCU"
}
|
4 | redirect url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=aKdYZeSV4FHiARCU&nonce=RHuT5XqcKQGH1VIr&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&max_age=1&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
4 | redirect | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=aKdYZeSV4FHiARCU&nonce=RHuT5XqcKQGH1VIr&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&max_age=1&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
23 | http args | {} |
23 | response | URL with fragment |
23 | response | access_token=lOatejt8smnOgoEwur2DqtQsp5VJZeIKE27UO5fX&code=4oQ7N07lEQvgEx0sqr6kofSVChQPDq&scope=openid&grant_id=8a0f54ef-284c-43fe-940d-abc3cdd92d13&state=aKdYZeSV4FHiARCU&token_type=Bearer&expires_in=7200 |
23 | response | {'access_token': 'lOatejt8smnOgoEwur2DqtQsp5VJZeIKE27UO5fX', 'code': '4oQ7N07lEQvgEx0sqr6kofSVChQPDq', 'scope': 'openid', 'grant_id': '8a0f54ef-284c-43fe-940d-abc3cdd92d13', 'state': 'aKdYZeSV4FHiARCU', 'token_type': 'Bearer', 'expires_in': 7200} |
23 | AuthorizationResponse | {
"access_token": "lOatejt8smnOgoEwur2DqtQsp5VJZeIKE27UO5fX",
"code": "4oQ7N07lEQvgEx0sqr6kofSVChQPDq",
"expires_in": 7200,
"grant_id": "8a0f54ef-284c-43fe-940d-abc3cdd92d13",
"scope": "openid",
"state": "aKdYZeSV4FHiARCU",
"token_type": "Bearer"
}
|
23 | phase | <--<-- 10 --- AccessToken -->--> |
23 | request | op_args: {'state': 'aKdYZeSV4FHiARCU'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61915/authz_cb'} |
23 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61915/authz_cb', 'code': '4oQ7N07lEQvgEx0sqr6kofSVChQPDq', 'state': 'aKdYZeSV4FHiARCU', 'grant_type': 'authorization_code', 'client_id': '5525f670-e6b3-41a9-afec-add4254aff3b'}, 'state': 'aKdYZeSV4FHiARCU', 'authn_method': 'client_secret_basic'}
|
23 | AccessTokenRequest | {
"code": "4oQ7N07lEQvgEx0sqr6kofSVChQPDq",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"state": "aKdYZeSV4FHiARCU"
}
|
23 | request_url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token |
23 | request_http_args | {'headers': {'Authorization': 'Basic NTUyNWY2NzAtZTZiMy00MWE5LWFmZWMtYWRkNDI1NGFmZjNiOlRFOUwxY2wzdHc=', 'Content-Type': 'application/x-www-form-urlencoded'}} |
23 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&code=4oQ7N07lEQvgEx0sqr6kofSVChQPDq&state=aKdYZeSV4FHiARCU |
23 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token status_code:200
|
23 | response | {'access_token': '4fEZfvy0jtYtLcFm2ygt5MYNZZyLpREhhX9Hpdqz', 'scope': 'openid', 'grant_id': '8a0f54ef-284c-43fe-940d-abc3cdd92d13', 'id_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InNlcnZlciJ9.eyJnaXZlbl9uYW1lIjoiR2VldGhhIiwic19oYXNoIjoiNHZYenQ3TUlzZVQ4OHA2N2ZPR2xkZyIsInVuaXF1ZVNlY3VyaXR5TmFtZSI6IjY0MDAwNEtHNFAiLCJ0ZW5hbnRJZCI6Im9pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tIiwicmVhbG1OYW1lIjoiY2xvdWRJZGVudGl0eVJlYWxtIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiZ2VldGhhbmphbGkuZEBpYm0uY29tIiwibmFtZSI6IkdlZXRoYSBEIiwibm9uY2UiOiJSSHVUNVhxY0tRR0gxVklyIiwiZW1haWwiOiJnZWV0aGFuamFsaS5kQGlibS5jb20iLCJhY3IiOiJ1cm46aWJtOnNlY3VyaXR5OnBvbGljeTppZDoxIiwidXNlclR5cGUiOiJyZWd1bGFyIiwiZGlzcGxheU5hbWUiOiJHZWV0aGEgRCIsImZhbWlseV9uYW1lIjoiRCIsImF1dGhfdGltZSI6MTU2ODE5MzQ4MCwiZ3JvdXBJZHMiOlsiYWxsVXNlcnMiLCJhZG1pbiJdLCJhdF9oYXNoIjoielhwVlJYNTUyUjFqRkhIaVNaaHdZQSIsInVpZCI6IjY0MDAwNEtHNFAiLCJleHQiOnsidGVuYW50SWQiOiJvaWRjLXByb2QtZXUwMWEtdGVzdDEuaWNlLmlibWNsb3VkLmNvbSJ9LCJpc3MiOiJodHRwczovL29pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tL29pZGMvZW5kcG9pbnQvZGVmYXVsdCIsImF1ZCI6IjU1MjVmNjcwLWU2YjMtNDFhOS1hZmVjLWFkZDQyNTRhZmYzYiIsInN1YiI6IjY0MDAwNEtHNFAiLCJpYXQiOjE1NjgxOTM0ODEsImV4cCI6MTU2ODIwMDY4MX0.i9yQWGGorXWDNiSLsfwy7q2iLiR_-0puo0bqRVZJN6h9axPv8xmvqTQp4Be_BmxXa2WkihpRF3CzYjFtIMTlLpKuzVv9eiZyM3NEzVOkyT1PwM_ROleLfx0H2QXd_Bgv2ZXmzUDw-6GG3ghXGIdgRY_X-QQWdhfT_Lrh0H4QZrTWgLCHlqGAFj8_3MKxT5uS2UG8eNxcoJTbaIjcK88-SP6TyFtNo3Komf8f3jzOaMtxTIfclNadIHvTTu2xBepGZxOaKq3aU9Y4u7RoE1jpv2pKDfbpudUeeko6mteRixK2vpWqJfayyMc5GMO0kKLf4O63Y112ahy36u_sOsq_hg', 'token_type': 'Bearer', 'expires_in': 7199} |
23 | AccessTokenResponse | {
"access_token": "4fEZfvy0jtYtLcFm2ygt5MYNZZyLpREhhX9Hpdqz",
"expires_in": 7199,
"grant_id": "8a0f54ef-284c-43fe-940d-abc3cdd92d13",
"id_token": {
"acr": "urn:ibm:security:policy:id:1",
"at_hash": "zXpVRX552R1jFHHiSZhwYA",
"aud": [
"5525f670-e6b3-41a9-afec-add4254aff3b"
],
"auth_time": 1568193480,
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"exp": 1568200681,
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"iat": 1568193481,
"iss": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"name": "Geetha D",
"nonce": "RHuT5XqcKQGH1VIr",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"s_hash": "4vXzt7MIseT88p67fOGldg",
"sub": "640004KG4P",
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com",
"uid": "640004KG4P",
"uniqueSecurityName": "640004KG4P",
"userType": "regular"
},
"scope": "openid",
"token_type": "Bearer"
}
|
23 | jws header | {'alg': 'RS256', 'typ': 'JWT', 'kid': 'server'} |
23 | phase | <--<-- 11 --- Done -->--> |
23 | end | |
23 | assertion | ClaimsCheck |
23 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
23 | assertion | AuthTimeCheck |
23 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
23 | assertion | MultipleSignOn |
23 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
23 | assertion | VerifyResponse |
23 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
23 | condition | Done: status=OK |