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'}
|
0 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/.well-known/openid-configuration status_code:200
|
0 | 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"
}
|
0 | phase | <--<-- 2 --- Registration -->--> |
0 | not expected to do | Dynamic registration |
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "5525f670-e6b3-41a9-afec-add4254aff3b",
"nonce": "8QLVxKKD44Hcnubi",
"redirect_uri": "https://op.certification.openid.net:61906/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "W6UC1SVvHA2zd5r7"
}
|
0 | redirect url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=W6UC1SVvHA2zd5r7&nonce=8QLVxKKD44Hcnubi&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61906%2Fauthz_cb&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
0 | redirect | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=W6UC1SVvHA2zd5r7&nonce=8QLVxKKD44Hcnubi&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61906%2Fauthz_cb&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
1 | response | Response URL with query part |
1 | response | {'code': 'NdTcwl2n2dKsuHUudno8wDtHA3rsrA', 'grant_id': '26e6766c-6a68-4844-9d21-f3a569650621', 'state': 'W6UC1SVvHA2zd5r7'} |
1 | response | {'code': 'NdTcwl2n2dKsuHUudno8wDtHA3rsrA', 'grant_id': '26e6766c-6a68-4844-9d21-f3a569650621', 'state': 'W6UC1SVvHA2zd5r7'} |
1 | AuthorizationResponse | {
"code": "NdTcwl2n2dKsuHUudno8wDtHA3rsrA",
"grant_id": "26e6766c-6a68-4844-9d21-f3a569650621",
"state": "W6UC1SVvHA2zd5r7"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'W6UC1SVvHA2zd5r7'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61906/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61906/authz_cb', 'code': 'NdTcwl2n2dKsuHUudno8wDtHA3rsrA', 'state': 'W6UC1SVvHA2zd5r7', 'grant_type': 'authorization_code', 'client_id': '5525f670-e6b3-41a9-afec-add4254aff3b'}, 'state': 'W6UC1SVvHA2zd5r7', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "NdTcwl2n2dKsuHUudno8wDtHA3rsrA",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61906/authz_cb",
"state": "W6UC1SVvHA2zd5r7"
}
|
1 | request_url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token |
1 | request_http_args | {'headers': {'Authorization': 'Basic NTUyNWY2NzAtZTZiMy00MWE5LWFmZWMtYWRkNDI1NGFmZjNiOlRFOUwxY2wzdHc=', 'Content-Type': 'application/x-www-form-urlencoded'}} |
1 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61906%2Fauthz_cb&code=NdTcwl2n2dKsuHUudno8wDtHA3rsrA&state=W6UC1SVvHA2zd5r7 |
1 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token status_code:200
|
1 | response | {'access_token': 'BhtAHZZz9PjZHbq0LcBsqkuD8u6OmOI0e3vq0xaw', 'scope': 'openid', 'grant_id': '26e6766c-6a68-4844-9d21-f3a569650621', 'id_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InNlcnZlciJ9.eyJnaXZlbl9uYW1lIjoiR2VldGhhIiwic19oYXNoIjoid20wWGdiY3pvSU9ia0JfQmNhRlVQUSIsInVuaXF1ZVNlY3VyaXR5TmFtZSI6IjY0MDAwNEtHNFAiLCJ0ZW5hbnRJZCI6Im9pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tIiwicmVhbG1OYW1lIjoiY2xvdWRJZGVudGl0eVJlYWxtIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiZ2VldGhhbmphbGkuZEBpYm0uY29tIiwibmFtZSI6IkdlZXRoYSBEIiwibm9uY2UiOiI4UUxWeEtLRDQ0SGNudWJpIiwiZW1haWwiOiJnZWV0aGFuamFsaS5kQGlibS5jb20iLCJhY3IiOiJ1cm46aWJtOnNlY3VyaXR5OnBvbGljeTppZDoxIiwidXNlclR5cGUiOiJyZWd1bGFyIiwiZGlzcGxheU5hbWUiOiJHZWV0aGEgRCIsImZhbWlseV9uYW1lIjoiRCIsImdyb3VwSWRzIjpbImFsbFVzZXJzIiwiYWRtaW4iXSwiYXRfaGFzaCI6IjQ1NEJGaFFXOUgwNjdUbFVYeEl4T3ciLCJ1aWQiOiI2NDAwMDRLRzRQIiwiZXh0Ijp7InRlbmFudElkIjoib2lkYy1wcm9kLWV1MDFhLXRlc3QxLmljZS5pYm1jbG91ZC5jb20ifSwiaXNzIjoiaHR0cHM6Ly9vaWRjLXByb2QtZXUwMWEtdGVzdDEuaWNlLmlibWNsb3VkLmNvbS9vaWRjL2VuZHBvaW50L2RlZmF1bHQiLCJhdWQiOiI1NTI1ZjY3MC1lNmIzLTQxYTktYWZlYy1hZGQ0MjU0YWZmM2IiLCJzdWIiOiI2NDAwMDRLRzRQIiwiaWF0IjoxNTY4MTkxNDA4LCJleHAiOjE1NjgxOTg2MDh9.RORuYCOt5IIRqFN7qvHJSFg-ttOkYDpIU9iRhMdq1UWnU6UhbdwIk50bVeoJTw0PzKqpztsWXdC8ScOorGMvJigDPWDYLLx3sRpO0bWa2t6k8e-rRF1D5JOhz8JdH7E4Di3a_-dGLbz8AVrthhwlWR4-1VSPAdDP4JV6YyHVCd8Hc2Kfb7cMCEN-WVPbq31_g8glXXZHgnjb__yg7WzG9mk2pI6NFB47X_1Skouj-OKYzOVSjD42aV9LC8GPv4avmIAhqyDvyG1Jf_0DLXOrBdNuGj7cGbG3mQYs4HmPnfLKhhps83cq2QMg_ZLQmh9gbl3LObHdQz5-_zovBtTSLA', 'token_type': 'Bearer', 'expires_in': 7199} |
2 | AccessTokenResponse | {
"access_token": "BhtAHZZz9PjZHbq0LcBsqkuD8u6OmOI0e3vq0xaw",
"expires_in": 7199,
"grant_id": "26e6766c-6a68-4844-9d21-f3a569650621",
"id_token": {
"acr": "urn:ibm:security:policy:id:1",
"at_hash": "454BFhQW9H067TlUXxIxOw",
"aud": [
"5525f670-e6b3-41a9-afec-add4254aff3b"
],
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"exp": 1568198608,
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"iat": 1568191408,
"iss": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"name": "Geetha D",
"nonce": "8QLVxKKD44Hcnubi",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"s_hash": "wm0XgbczoIObkB_BcaFUPQ",
"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 -->--> |
5 | phase | <--<-- 6 --- Webfinger -->--> |
5 | not expected to do | WebFinger |
5 | phase | <--<-- 7 --- Discovery -->--> |
5 | provider_config | kwargs:{'issuer': 'https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default'}
|
5 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/.well-known/openid-configuration status_code:200
|
5 | 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"
}
|
5 | phase | <--<-- 8 --- Registration -->--> |
5 | not expected to do | Dynamic registration |
5 | phase | <--<-- 9 --- AsyncAuthn -->--> |
5 | AuthorizationRequest | {
"client_id": "5525f670-e6b3-41a9-afec-add4254aff3b",
"max_age": 1,
"nonce": "TlxZwwrPZhhvkt8z",
"redirect_uri": "https://op.certification.openid.net:61906/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "QEYJhhSZcHlIlc19"
}
|
5 | redirect url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=QEYJhhSZcHlIlc19&nonce=TlxZwwrPZhhvkt8z&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61906%2Fauthz_cb&max_age=1&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
5 | redirect | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=QEYJhhSZcHlIlc19&nonce=TlxZwwrPZhhvkt8z&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61906%2Fauthz_cb&max_age=1&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
29 | response | Response URL with query part |
29 | response | {'code': 'Bz1Vybxs3iF1X3J9RihFss8vQ9xUI1', 'grant_id': '458e258a-f87b-439e-8bb7-fa747a86c053', 'state': 'QEYJhhSZcHlIlc19'} |
29 | response | {'code': 'Bz1Vybxs3iF1X3J9RihFss8vQ9xUI1', 'grant_id': '458e258a-f87b-439e-8bb7-fa747a86c053', 'state': 'QEYJhhSZcHlIlc19'} |
29 | AuthorizationResponse | {
"code": "Bz1Vybxs3iF1X3J9RihFss8vQ9xUI1",
"grant_id": "458e258a-f87b-439e-8bb7-fa747a86c053",
"state": "QEYJhhSZcHlIlc19"
}
|
29 | phase | <--<-- 10 --- AccessToken -->--> |
29 | request | op_args: {'state': 'QEYJhhSZcHlIlc19'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61906/authz_cb'} |
29 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61906/authz_cb', 'code': 'Bz1Vybxs3iF1X3J9RihFss8vQ9xUI1', 'state': 'QEYJhhSZcHlIlc19', 'grant_type': 'authorization_code', 'client_id': '5525f670-e6b3-41a9-afec-add4254aff3b'}, 'state': 'QEYJhhSZcHlIlc19', 'authn_method': 'client_secret_basic'}
|
29 | AccessTokenRequest | {
"code": "Bz1Vybxs3iF1X3J9RihFss8vQ9xUI1",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61906/authz_cb",
"state": "QEYJhhSZcHlIlc19"
}
|
29 | request_url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token |
29 | request_http_args | {'headers': {'Authorization': 'Basic NTUyNWY2NzAtZTZiMy00MWE5LWFmZWMtYWRkNDI1NGFmZjNiOlRFOUwxY2wzdHc=', 'Content-Type': 'application/x-www-form-urlencoded'}} |
29 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61906%2Fauthz_cb&code=Bz1Vybxs3iF1X3J9RihFss8vQ9xUI1&state=QEYJhhSZcHlIlc19 |
30 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token status_code:200
|
30 | response | {'access_token': 'ynxTN2C6Ll8hXVay8SgpPrTq8R9FDKLqOEkCC2On', 'scope': 'openid', 'grant_id': '458e258a-f87b-439e-8bb7-fa747a86c053', 'id_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InNlcnZlciJ9.eyJnaXZlbl9uYW1lIjoiR2VldGhhIiwic19oYXNoIjoiNGNJQlNVM25TNHNHVFRWZWZOZlEtdyIsInVuaXF1ZVNlY3VyaXR5TmFtZSI6IjY0MDAwNEtHNFAiLCJ0ZW5hbnRJZCI6Im9pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tIiwicmVhbG1OYW1lIjoiY2xvdWRJZGVudGl0eVJlYWxtIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiZ2VldGhhbmphbGkuZEBpYm0uY29tIiwibmFtZSI6IkdlZXRoYSBEIiwibm9uY2UiOiJUbHhad3dyUFpoaHZrdDh6IiwiZW1haWwiOiJnZWV0aGFuamFsaS5kQGlibS5jb20iLCJhY3IiOiJ1cm46aWJtOnNlY3VyaXR5OnBvbGljeTppZDoxIiwidXNlclR5cGUiOiJyZWd1bGFyIiwiZGlzcGxheU5hbWUiOiJHZWV0aGEgRCIsImZhbWlseV9uYW1lIjoiRCIsImF1dGhfdGltZSI6MTU2ODE5MTQzNSwiZ3JvdXBJZHMiOlsiYWxsVXNlcnMiLCJhZG1pbiJdLCJhdF9oYXNoIjoiM3QxZXBCNkF4bTV4NWhTMTNxdFRWdyIsInVpZCI6IjY0MDAwNEtHNFAiLCJleHQiOnsidGVuYW50SWQiOiJvaWRjLXByb2QtZXUwMWEtdGVzdDEuaWNlLmlibWNsb3VkLmNvbSJ9LCJpc3MiOiJodHRwczovL29pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tL29pZGMvZW5kcG9pbnQvZGVmYXVsdCIsImF1ZCI6IjU1MjVmNjcwLWU2YjMtNDFhOS1hZmVjLWFkZDQyNTRhZmYzYiIsInN1YiI6IjY0MDAwNEtHNFAiLCJpYXQiOjE1NjgxOTE0MzcsImV4cCI6MTU2ODE5ODYzN30.UYY0tYQ0JUAEmGzaGoVquL9kFyU2cgHzEf6_qiJydqd0Dnmxapyn9xLHWNxOse9iIMr1cPcp36nNYu8GbqHUqqSc7WzUNyDmnFOOnZ4cSBYR_1Vhmx3Qg2f4VR-fNayLnVzbO3I5ZBDfaQQZM6nCuXRKAWTeEdq6RYqcuujhh4wbnBo7xwAoqEnbqjC5Y9CpXj7xcS1JMxc18r6wnctXF6dZEPpnl9_nLGI41je9uQfOZ4cf2ToEAcCwHLGPHy7RxAMGra1S_zaUCYs6mSrRIqPHbsL0PHJXK6aui-2BzEADpbG3SdrqG1MXpP9gL3vg6lnfUe47ej2M9Ebqsdf5ag', 'token_type': 'Bearer', 'expires_in': 7199} |
30 | AccessTokenResponse | {
"access_token": "ynxTN2C6Ll8hXVay8SgpPrTq8R9FDKLqOEkCC2On",
"expires_in": 7199,
"grant_id": "458e258a-f87b-439e-8bb7-fa747a86c053",
"id_token": {
"acr": "urn:ibm:security:policy:id:1",
"at_hash": "3t1epB6Axm5x5hS13qtTVw",
"aud": [
"5525f670-e6b3-41a9-afec-add4254aff3b"
],
"auth_time": 1568191435,
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"exp": 1568198637,
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"iat": 1568191437,
"iss": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"name": "Geetha D",
"nonce": "TlxZwwrPZhhvkt8z",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"s_hash": "4cIBSU3nS4sGTTVefNfQ-w",
"sub": "640004KG4P",
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com",
"uid": "640004KG4P",
"uniqueSecurityName": "640004KG4P",
"userType": "regular"
},
"scope": "openid",
"token_type": "Bearer"
}
|
30 | jws header | {'alg': 'RS256', 'typ': 'JWT', 'kid': 'server'} |
30 | phase | <--<-- 11 --- Done -->--> |
30 | end | |
30 | assertion | ClaimsCheck |
30 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
30 | assertion | AuthTimeCheck |
30 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
30 | assertion | MultipleSignOn |
30 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
30 | assertion | VerifyResponse |
30 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
30 | condition | Done: status=OK |