Test info

Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2016-12-21T07:36:29Z
Test description: Scope requesting all claims [Basic, Implicit, Hybrid]
Test ID: OP-scope-All
Issuer: https://auth.svcs.verizon.com:22790/vzconnect/

Test output


__AuthorizationRequest:pre__
[check-response-type]
	status: OK
	description: Checks that the asked for response type are among the supported
[check-endpoint]
	status: OK
	description: Checks that the necessary endpoint exists at a server
__After completing the test flow:__
[check-http-response]
	status: OK
	description: Checks that the HTTP response status is within the 200 or 300 range
[verify-response]
	status: OK
	description: Checks that the last response was one of a possible set of OpenID Connect Responses
[verify-scopes]
	status: WARNING
	description: Verifies that the claims corresponding to the requested scopes are returned
	info: The following claims were missing from the returned information: ['name', 'given_name', 'family_name', 'middle_name', 'nickname', 'profile', 'picture', 'website', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username', 'email_verified', 'address', 'phone_number', 'phone_number_verified']
__X:==== END ====__

Trace output


0.000298 ------------ DiscoveryRequest ------------
0.000312 Provider info discover from 'https://auth.svcs.verizon.com:22790/vzconnect'
0.000318 --> URL: https://auth.svcs.verizon.com:22790/vzconnect/.well-known/openid-configuration
0.037154 ProviderConfigurationResponse: {
  "authorization_endpoint": "https://auth.svcs.verizon.com:22790/vzconnect/authorize",
  "claims_parameter_supported": false,
  "claims_supported": [
    "sub",
    "firstName",
    "lastName",
    "gender",
    "email",
    "mdn",
    "address1",
    "address2",
    "city",
    "state",
    "zip",
    "country",
    "image"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "client_credentials"
  ],
  "id_token_encryption_alg_values_supported": [
    "RSA-OAEP-256"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "none"
  ],
  "introspection_endpoint": "https://auth.svcs.verizon.com:22790/vzconnect/introspect",
  "issuer": "https://auth.svcs.verizon.com:22790/vzconnect/",
  "jwks_uri": "https://auth.svcs.verizon.com:22790/vzconnect/jwk",
  "request_object_signing_alg_values_supported": [
    "RS256",
    "none"
  ],
  "request_parameter_supported": true,
  "request_uri_parameter_supported": true,
  "require_request_uri_registration": true,
  "response_types_supported": [
    "code",
    "token",
    "id_token"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "address",
    "phone",
    "ivrauthentication",
    "mobileperks",
    "cdi"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "token_endpoint": "https://auth.svcs.verizon.com:22790/vzconnect/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256"
  ],
  "userinfo_endpoint": "https://api.yourmobileid.com/userinfo",
  "version": "3.0"
}
0.184830 JWKS: {
  "keys": [
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "ab35126b-0e27-4cad-bea7-1dd2cdde59e0",
      "kty": "RSA",
      "n": "gWbqQJPPtvfBskxfiV8p2BMlyUQe0GSu-GJrUUaD7uRISqUYYSUy7kQotMMFkKiAl8AD_dmhXqehfj7knAyw67P577Ox-ffsLMVLiDArAly-cL2JyTWs5CQ0dREPMEZFIwYulotq3ylwek3d8aKuk9LoHzlUXo7fpaOPZLl3YYkUGgUdhTZ0L3UGbOAtfBjsge-oVJRKu4iO_HbBc9xVlrh8XEuJCqUGXI6akp-zQYnjZGd3-9zjmHKim1qY0WkP8_CfiQiDbuyrEP51LUH3YQycQQyXdaxARWSfjx_Iwzk48JuXeUZ7qOnkWi1sE39hYhKE3tmgD6ex-PytfMIwzw"
    },
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "rsa1",
      "kty": "RSA",
      "n": "23zs5r8PQKpsKeoUd2Bjz3TJkUljWqMD8X98SaIb1LE7dCQzi9jwO58FGL0ieY1Dfnr9-g1iiY8sNzV-byawK98W9yFiopaghfoKtxXgUD8pi0fLPeWmAkntjn28Z_WZvvA265ELbBhphPXEJcFhdzUfgESHVuqFMEqp1pB-CP0"
    }
  ]
}
0.196740 ------------ AuthorizationRequest ------------
0.197192 --> URL: https://auth.svcs.verizon.com:22790/vzconnect/authorize?scope=openid+profile+email+address+phone&state=1IFRcsBzMc0TQ80K&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60784%2Fauthz_cb&response_type=code&client_id=c2c0f88d-ec48-4a21-b2fe-0f265b317157
0.197200 --> BODY: None
1.162980 <-- code=ay6RMy&state=1IFRcsBzMc0TQ80K
1.163398 AuthorizationResponse: {
  "code": "ay6RMy",
  "state": "1IFRcsBzMc0TQ80K"
}
1.163762 ------------ AccessTokenRequest ------------
1.164159 --> URL: https://auth.svcs.verizon.com:22790/vzconnect/token
1.164166 --> BODY: code=ay6RMy&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60784%2Fauthz_cb
1.164180 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': u'Basic YzJjMGY4OGQtZWM0OC00YTIxLWIyZmUtMGYyNjViMzE3MTU3OmFoamVpQ2tfMFhlaExYUlVUR3BaYlp0dFNxQlcyaWVVVTRNaVVDZy1TbUNYZm1IRU50em9Xc1B0al9CVUxTOWRtSHB5TmU3TkJCV3ZCcmw4bTF3cmln'}
1.428167 <-- STATUS: 200
1.428232 <-- BODY: {"access_token":"eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0ODIzMDkzODgsImF1ZCI6WyJjMmMwZjg4ZC1lYzQ4LTRhMjEtYjJmZS0wZjI2NWIzMTcxNTciXSwiaXNzIjoiaHR0cHM6XC9cL2F1dGguc3Zjcy52ZXJpem9uLmNvbToyMjc5MFwvdnpjb25uZWN0XC8iLCJqdGkiOiIwYTYzMGEyYi03MDM5LTRiM2UtYWRkMy1kMmUzNzA3MGFhMTAiLCJpYXQiOjE0ODIzMDU3ODl9.pJ0LGFXLhOtx7LQbMFh_mHF272IuOLOwcyjP10gyqpTb1Qg7DP5ksy3qRXVRVOElLRXO1Z3UE62Rj_ilSY9cSPkcwVmxrnxFuX9rGc93JWYIn-Oa-_xsoB4sBRiV2rhHqYlPpwgAHFiU2VugSjnwcOjesdub52wcldHgPf361Tc","token_type":"Bearer","expires_in":3599,"scope":"phone email address openid profile","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6InJzYTEifQ.eyJleHAiOjE0ODIzMDYzODksInN1YiI6IjljOTNhODBiLWE4NjUtNDBiZC05NGE4LThhNjgxMDBhNzY5MiIsImF1ZCI6WyJjMmMwZjg4ZC1lYzQ4LTRhMjEtYjJmZS0wZjI2NWIzMTcxNTciXSwiaXNzIjoiaHR0cHM6XC9cL2F1dGguc3Zjcy52ZXJpem9uLmNvbToyMjc5MFwvdnpjb25uZWN0XC8iLCJpYXQiOjE0ODIzMDU3ODksImtpZCI6InJzYTEifQ.VYswr95sXTw5L6i8WqQZqAo60Ibh_IDSFj9gEs70idIjFTHM3sHdjbXU6ycuUvQRGgE7aZQJY4Z1pW_zNLK4i0OFkUS9Uzu8SjJ8N5v60mZVT8k4ETnDg3x0IxGV60j-NyCZFIpFAU-GpP5NQheyg8RhyINPPEOqBXipbHq6HhQ"}
1.476670 AccessTokenResponse: {
  "access_token": "eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0ODIzMDkzODgsImF1ZCI6WyJjMmMwZjg4ZC1lYzQ4LTRhMjEtYjJmZS0wZjI2NWIzMTcxNTciXSwiaXNzIjoiaHR0cHM6XC9cL2F1dGguc3Zjcy52ZXJpem9uLmNvbToyMjc5MFwvdnpjb25uZWN0XC8iLCJqdGkiOiIwYTYzMGEyYi03MDM5LTRiM2UtYWRkMy1kMmUzNzA3MGFhMTAiLCJpYXQiOjE0ODIzMDU3ODl9.pJ0LGFXLhOtx7LQbMFh_mHF272IuOLOwcyjP10gyqpTb1Qg7DP5ksy3qRXVRVOElLRXO1Z3UE62Rj_ilSY9cSPkcwVmxrnxFuX9rGc93JWYIn-Oa-_xsoB4sBRiV2rhHqYlPpwgAHFiU2VugSjnwcOjesdub52wcldHgPf361Tc",
  "expires_in": 3599,
  "id_token": {
    "claims": {
      "aud": [
        "c2c0f88d-ec48-4a21-b2fe-0f265b317157"
      ],
      "exp": 1482306389,
      "iat": 1482305789,
      "iss": "https://auth.svcs.verizon.com:22790/vzconnect/",
      "kid": "rsa1",
      "sub": "9c93a80b-a865-40bd-94a8-8a68100a7692"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "rsa1"
    }
  },
  "scope": "phone email address openid profile",
  "token_type": "Bearer"
}
1.488781 ------------ UserInfoRequest ------------
1.489068 --> URL: https://api.yourmobileid.com/userinfo
1.489074 --> BODY: None
1.489088 --> HEADERS: {'Authorization': u'Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0ODIzMDkzODgsImF1ZCI6WyJjMmMwZjg4ZC1lYzQ4LTRhMjEtYjJmZS0wZjI2NWIzMTcxNTciXSwiaXNzIjoiaHR0cHM6XC9cL2F1dGguc3Zjcy52ZXJpem9uLmNvbToyMjc5MFwvdnpjb25uZWN0XC8iLCJqdGkiOiIwYTYzMGEyYi03MDM5LTRiM2UtYWRkMy1kMmUzNzA3MGFhMTAiLCJpYXQiOjE0ODIzMDU3ODl9.pJ0LGFXLhOtx7LQbMFh_mHF272IuOLOwcyjP10gyqpTb1Qg7DP5ksy3qRXVRVOElLRXO1Z3UE62Rj_ilSY9cSPkcwVmxrnxFuX9rGc93JWYIn-Oa-_xsoB4sBRiV2rhHqYlPpwgAHFiU2VugSjnwcOjesdub52wcldHgPf361Tc'}
1.590849 <-- STATUS: 200
1.590910 Available verification keys: [(u'ab35126b-0e27-4cad-bea7-1dd2cdde59e0', u'RSA'), (u'rsa1', u'RSA')]
1.590942 Available decryption keys: [('a0', 'RSA'), ('a3', 'EC')]
1.590963 <-- BODY: {"firstName":"Pavan","lastName":"sharma","gender":"M","email":"v7819857762@gmail.com","mdn":"4084794552","sub":"9c93a80b-a865-40bd-94a8-8a68100a7692","addresses":{}}
1.591706 UserInfo: {
  "addresses": {},
  "email": "v7819857762@gmail.com",
  "firstName": "Pavan",
  "gender": "M",
  "lastName": "sharma",
  "mdn": "4084794552",
  "sub": "9c93a80b-a865-40bd-94a8-8a68100a7692"
}
1.603788 ==== END ====

Result

WARNING
Warnings:
The following claims were missing from the returned information: ['name', 'given_name', 'family_name', 'middle_name', 'nickname', 'profile', 'picture', 'website', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username', 'email_verified', 'address', 'phone_number', 'phone_number_verified']