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 | {
"claims": {
"userinfo": {
"name": {
"essential": true
}
}
},
"client_id": "5525f670-e6b3-41a9-afec-add4254aff3b",
"nonce": "abvJ5G9hKjwUUyIO",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "4PLuAOZSqfbLLcc9"
}
|
1 | redirect url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=4PLuAOZSqfbLLcc9&nonce=abvJ5G9hKjwUUyIO&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&claims=%7B%22userinfo%22%3A+%7B%22name%22%3A+%7B%22essential%22%3A+true%7D%7D%7D&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
1 | redirect | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/authorize?state=4PLuAOZSqfbLLcc9&nonce=abvJ5G9hKjwUUyIO&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61915%2Fauthz_cb&claims=%7B%22userinfo%22%3A+%7B%22name%22%3A+%7B%22essential%22%3A+true%7D%7D%7D&client_id=5525f670-e6b3-41a9-afec-add4254aff3b |
1 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=6ruryQMcpexjaz1ETlFzVPKCL2cnDpG2LIhNTIDp&code=oYS5qDKTrxB0f6TwZVq4jB7VNxxU74&scope=openid&grant_id=325a45f8-437d-4054-9be8-391148208cd7&state=4PLuAOZSqfbLLcc9&token_type=Bearer&expires_in=7200 |
2 | response | {'access_token': '6ruryQMcpexjaz1ETlFzVPKCL2cnDpG2LIhNTIDp', 'code': 'oYS5qDKTrxB0f6TwZVq4jB7VNxxU74', 'scope': 'openid', 'grant_id': '325a45f8-437d-4054-9be8-391148208cd7', 'state': '4PLuAOZSqfbLLcc9', 'token_type': 'Bearer', 'expires_in': 7200} |
2 | AuthorizationResponse | {
"access_token": "6ruryQMcpexjaz1ETlFzVPKCL2cnDpG2LIhNTIDp",
"code": "oYS5qDKTrxB0f6TwZVq4jB7VNxxU74",
"expires_in": 7200,
"grant_id": "325a45f8-437d-4054-9be8-391148208cd7",
"scope": "openid",
"state": "4PLuAOZSqfbLLcc9",
"token_type": "Bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': '4PLuAOZSqfbLLcc9'}, 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': 'oYS5qDKTrxB0f6TwZVq4jB7VNxxU74', 'state': '4PLuAOZSqfbLLcc9', 'grant_type': 'authorization_code', 'client_id': '5525f670-e6b3-41a9-afec-add4254aff3b'}, 'state': '4PLuAOZSqfbLLcc9', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "oYS5qDKTrxB0f6TwZVq4jB7VNxxU74",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61915/authz_cb",
"state": "4PLuAOZSqfbLLcc9"
}
|
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=oYS5qDKTrxB0f6TwZVq4jB7VNxxU74&state=4PLuAOZSqfbLLcc9 |
2 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/token status_code:200
|
2 | response | {'access_token': 'vWn2ekoFZLmtWku2ukp4s70XMIeM9J56hVs8Kuvc', 'scope': 'openid', 'grant_id': '325a45f8-437d-4054-9be8-391148208cd7', 'id_token': 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InNlcnZlciJ9.eyJnaXZlbl9uYW1lIjoiR2VldGhhIiwic19oYXNoIjoiRFE0bUxLczdWck5Za3JOT2stQ3RwQSIsInVuaXF1ZVNlY3VyaXR5TmFtZSI6IjY0MDAwNEtHNFAiLCJ0ZW5hbnRJZCI6Im9pZGMtcHJvZC1ldTAxYS10ZXN0MS5pY2UuaWJtY2xvdWQuY29tIiwicmVhbG1OYW1lIjoiY2xvdWRJZGVudGl0eVJlYWxtIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiZ2VldGhhbmphbGkuZEBpYm0uY29tIiwibmFtZSI6IkdlZXRoYSBEIiwibm9uY2UiOiJhYnZKNUc5aEtqd1VVeUlPIiwiZW1haWwiOiJnZWV0aGFuamFsaS5kQGlibS5jb20iLCJhY3IiOiJ1cm46aWJtOnNlY3VyaXR5OnBvbGljeTppZDoxIiwidXNlclR5cGUiOiJyZWd1bGFyIiwiZGlzcGxheU5hbWUiOiJHZWV0aGEgRCIsImZhbWlseV9uYW1lIjoiRCIsImdyb3VwSWRzIjpbImFsbFVzZXJzIiwiYWRtaW4iXSwiYXRfaGFzaCI6ImNjN0NfZ0JFOHN5ZDN4T21kZkF1eFEiLCJ1aWQiOiI2NDAwMDRLRzRQIiwiZXh0Ijp7InRlbmFudElkIjoib2lkYy1wcm9kLWV1MDFhLXRlc3QxLmljZS5pYm1jbG91ZC5jb20ifSwiaXNzIjoiaHR0cHM6Ly9vaWRjLXByb2QtZXUwMWEtdGVzdDEuaWNlLmlibWNsb3VkLmNvbS9vaWRjL2VuZHBvaW50L2RlZmF1bHQiLCJhdWQiOiI1NTI1ZjY3MC1lNmIzLTQxYTktYWZlYy1hZGQ0MjU0YWZmM2IiLCJzdWIiOiI2NDAwMDRLRzRQIiwiaWF0IjoxNTY4MTkzMjg4LCJleHAiOjE1NjgyMDA0ODh9.n4z0GEYLuB9AYfvdUzWz6YLeZXyiAvDd9xn53lYseDEn4PcNE_83CcakSLG1uCrDHG0Ew6OUTKuGSbMyVeYmmmCmdJW7lS-X-D354pytpS8VYr0JYYoMwl8Y9RKzmu-9fkPXFqPqHWaAQWVrwkNQaXeve5QojbhjgRcRl8FtoHgMlHW3lWAa58c8dfKW_VxiP_PKljFFNjBF11lTCZzjLRovF1QH3JwvgGZWWLRdF_0iClMOHvOuvwNLa3uczKed7aXE-EiwUtJH2YmOCxUN1IDyuSSpslLrFZEeCdb5UcxWWUwmtCAgwbYy5XEvmhvGdJOExHN1tosNxYvfEUQjZw', 'token_type': 'Bearer', 'expires_in': 7199} |
2 | AccessTokenResponse | {
"access_token": "vWn2ekoFZLmtWku2ukp4s70XMIeM9J56hVs8Kuvc",
"expires_in": 7199,
"grant_id": "325a45f8-437d-4054-9be8-391148208cd7",
"id_token": {
"acr": "urn:ibm:security:policy:id:1",
"at_hash": "cc7C_gBE8syd3xOmdfAuxQ",
"aud": [
"5525f670-e6b3-41a9-afec-add4254aff3b"
],
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"exp": 1568200488,
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"iat": 1568193288,
"iss": "https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default",
"name": "Geetha D",
"nonce": "abvJ5G9hKjwUUyIO",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"s_hash": "DQ4mLKs7VrNYkrNOk-CtpA",
"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 --- UserInfo -->--> |
2 | do_user_info_request | kwargs:{'state': '4PLuAOZSqfbLLcc9', 'method': 'GET', 'authn_method': 'bearer_header'}
|
2 | request | {'body': None} |
2 | request_url | https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/userinfo |
2 | request_http_args | {'headers': {'Authorization': 'Bearer vWn2ekoFZLmtWku2ukp4s70XMIeM9J56hVs8Kuvc'}} |
2 | http response | url:https://oidc-prod-eu01a-test1.ice.ibmcloud.com/oidc/endpoint/default/userinfo status_code:200
|
2 | OpenIDSchema | {
"acr": "urn:ibm:security:policy:id:1",
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"name": "Geetha D",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"sub": "640004KG4P",
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com",
"uid": "640004KG4P",
"uniqueSecurityName": "640004KG4P",
"userType": "regular"
}
|
2 | OpenIDSchema | {
"acr": "urn:ibm:security:policy:id:1",
"displayName": "Geetha D",
"email": "geethanjali.d@ibm.com",
"ext": {
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com"
},
"family_name": "D",
"given_name": "Geetha",
"groupIds": [
"allUsers",
"admin"
],
"name": "Geetha D",
"preferred_username": "geethanjali.d@ibm.com",
"realmName": "cloudIdentityRealm",
"sub": "640004KG4P",
"tenantId": "oidc-prod-eu01a-test1.ice.ibmcloud.com",
"uid": "640004KG4P",
"uniqueSecurityName": "640004KG4P",
"userType": "regular"
}
|
2 | phase | <--<-- 6 --- Done -->--> |
2 | end | |
2 | assertion | VerifyClaims |
2 | condition | verify-claims: status=WARNING, message=Unexpected claims in response: ['ext', 'displayName', 'realmName', 'uniqueSecurityName', 'preferred_username', 'given_name', 'uid', 'acr', 'groupIds', 'tenantId', 'userType', 'family_name', 'email'] [Verifies that the claims returned as UserInfo or in the ID Token is consistent with what was asked for] |
2 | assertion | CheckHTTPResponse |
2 | condition | check-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks] |
2 | condition | Done: status=OK |