Test info

Profile: {'openid-configuration': 'config', 'response_type': 'code+id_token', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2017-05-30T11:55:49Z
Test description: UserInfo Endpoint access with GET and bearer header [Basic, Implicit, Hybrid]
Test ID: OP-UserInfo-Endpoint
Issuer: https://is.biocryptology.net/

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:__
[verify-response]
	status: OK
	description: Checks that the last response was one of a possible set of OpenID Connect Responses
__X:==== END ====__

Trace output


0.000309 ------------ DiscoveryRequest ------------
0.000323 Provider info discover from 'https://is.biocryptology.net'
0.000329 --> URL: https://is.biocryptology.net/.well-known/openid-configuration
0.605344 ProviderConfigurationResponse: {
  "authorization_endpoint": "https://is.biocryptology.net/V1/auth",
  "check_session_iframe": "http://default.com",
  "claims_parameter_supported": false,
  "claims_supported": [
    "sub",
    "website",
    "zoneinfo",
    "email_verified",
    "birthdate",
    "address",
    "gender",
    "profile",
    "iss",
    "phone_number_verified",
    "given_name",
    "middle_name",
    "locale",
    "picture",
    "updated_at",
    "auth_time",
    "name",
    "nickname",
    "phone_number",
    "family_name",
    "prefered_username",
    "email"
  ],
  "end_session_endpoint": "https://is.biocryptology.net/V1/end",
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "id_token_signing_alg_values_supported": [
    "ES512",
    "ES384",
    "ES256",
    "RS512",
    "RS384",
    "RS256",
    "HS512",
    "HS384",
    "HS256"
  ],
  "issuer": "https://is.biocryptology.net/",
  "jwks_uri": "https://is.biocryptology.net/V1/jwks",
  "registration_endpoint": "http://default.com",
  "request_object_encryption_alg_values_supported": [
    "RSA-OAEP",
    "RSA1_5"
  ],
  "request_object_encryption_enc_values_supported": [
    "A256GCM",
    "A256CBC-HS512",
    "A256CBC-HS384",
    "A256CBC-HS256",
    "A256CBC",
    "A128GCM",
    "A128CBC-HS512",
    "A128CBC-HS384",
    "A128CBC-HS256",
    "A128CBC"
  ],
  "request_parameter_supported": true,
  "request_uri_parameter_supported": false,
  "require_request_uri_registration": false,
  "response_modes_supported": [
    "fragment",
    "query",
    "form_post"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "id_token token",
    "code id_token",
    "code token",
    "code id_token token"
  ],
  "revocation_endpoint": "http://default.com",
  "scopes_supported": [
    "address",
    "openid",
    "email",
    "profile",
    "phone"
  ],
  "service_documentation": "http://default.com",
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint": "https://is.biocryptology.net/V1/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "userinfo_endpoint": "https://is.biocryptology.net/V1/userinfo",
  "version": "3.0"
}
1.150506 JWKS: {
  "keys": [
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "VnM0xeyREJYPYH6TiRYiPQ",
      "kty": "RSA",
      "n": "AKZG968CgFxr3JL9mWnb4G89_jJbjj7xAssoIOh0DwHSPzAsOBHtzlVlR0ztsS3JpMLXqwqaY8AG4zWsLOroH8IQc3KAlJovJgd7LgjL7V_vEvE5kJZaWF7ZwHWJBZGK27U2HwhTUEUYFP_54a5PtxV-miTvrHauDhq0JCJpLjX7",
      "use": "sig"
    },
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "JqQoW7rvif1FvJV9KpH4cw",
      "kty": "RSA",
      "n": "AJBvEeDKnMPBXkRDcWmijy8ziIDB_8H3qEWFrlQSQXK4R2lrPsjakC8eUz3C4-zKOiuZE0UXivQ5IAHS3P6Zq1nXZRkaOoocCDcVuzQQwOTg61CStkvFLeUSTdnagPt7mLmnkjRUcU060KXlUHCaIsbk_KuAssWuLMzCQduCWyQ1",
      "use": "sig"
    },
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "yTxSHOzNdzhSJlEY1AyLRQ",
      "kty": "RSA",
      "n": "ANkzi_C2lc5nwwZq84d33tZVDIxIo4ZOC0c9lvC4xfyAX77BX2WRCX4-ixK80cCWJPxYTvQ0__SjCWX1Y7AXIljmYwuFVqjhoZ3NWN6pvGwIFZolYt5HQiLrVpVA6pDLUpZnWozT48ciQ3rMx9Y21A2cmElslVa-FeTDQGAw_Jwr",
      "use": "sig"
    }
  ]
}
1.153798 ------------ AuthorizationRequest ------------
1.155776 --> URL: https://is.biocryptology.net/V1/auth?nonce=ZkoSSsR0Mnig&state=fPEBJnU1lJQxJqYH&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&response_type=code+id_token&client_id=swipe&scope=openid
1.155784 --> BODY: None
1.481008 QUERY_STRING:
2.297091 <-- state=fPEBJnU1lJQxJqYH&code=GviNfW84Oc_5n-VDnf6NOw&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6IlZuTTB4ZXlSRUpZUFlINlRpUllpUFEifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDUzNTQsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IkdmTXFCc2RqV3N5bXBtZXkzS0o3UUEiLCJjX2hhc2giOiJvdUk0ZmdYcmZOQUZHYzdzQkwtYVhRIiwiaWF0IjoxNDk2MTQ1MzU0LCJleHAiOjE0OTYxNDg5NTQsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJaa29TU3NSME1uaWciLCJzdWIiOiJNUSJ9.dBdI8Vo6FGRH7cCcm9XRONlOxfXN0da_I99Ln-_rjWVWdrSOK0TgA_wlMJiwiSPJd12jl2GrT3H_MEpUl-Mv86OhtXQZkfMhjZL0AupE9jfuzeax909Br00PWHvpvWjJ44NtwRi-S7Pk2txD7IamRHCp-C0Zjb2K18-Ne78J-9o
2.880750 AuthorizationResponse: {
  "code": "GviNfW84Oc_5n-VDnf6NOw",
  "id_token": {
    "claims": {
      "acr": "0",
      "at_hash": "GfMqBsdjWsympmey3KJ7QA",
      "aud": [
        "swipe"
      ],
      "auth_time": 1496145354,
      "azp": "swipe",
      "c_hash": "ouI4fgXrfNAFGc7sBL-aXQ",
      "exp": 1496148954,
      "iat": 1496145354,
      "iss": "https://is.biocryptology.net/",
      "nonce": "ZkoSSsR0Mnig",
      "sub": "MQ"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "VnM0xeyREJYPYH6TiRYiPQ"
    }
  },
  "state": "fPEBJnU1lJQxJqYH"
}
2.881302 ------------ AccessTokenRequest ------------
2.883203 --> URL: https://is.biocryptology.net/V1/token
2.883218 --> BODY: code=GviNfW84Oc_5n-VDnf6NOw&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&grant_type=authorization_code&state_hash=VeNPnKxVmIlD1B8PMh6hZi1IeGiPF7frnSC_igLuRR8%3D
2.883232 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
3.572918 <-- STATUS: 200
3.573056 <-- BODY: {"access_token":"zcG68ldkmrqb276zLJND4g","expires_in":3600,"refresh_token":"DQJ7bdisl_7u-X9TSRwbHg","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6IlZuTTB4ZXlSRUpZUFlINlRpUllpUFEifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDUzNTQsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IkdmTXFCc2RqV3N5bXBtZXkzS0o3UUEiLCJjX2hhc2giOiJvdUk0ZmdYcmZOQUZHYzdzQkwtYVhRIiwiaWF0IjoxNDk2MTQ1MzU0LCJleHAiOjE0OTYxNDg5NTQsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJaa29TU3NSME1uaWciLCJzdWIiOiJNUSJ9.dBdI8Vo6FGRH7cCcm9XRONlOxfXN0da_I99Ln-_rjWVWdrSOK0TgA_wlMJiwiSPJd12jl2GrT3H_MEpUl-Mv86OhtXQZkfMhjZL0AupE9jfuzeax909Br00PWHvpvWjJ44NtwRi-S7Pk2txD7IamRHCp-C0Zjb2K18-Ne78J-9o"}
3.582061 AccessTokenResponse: {
  "access_token": "zcG68ldkmrqb276zLJND4g",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "acr": "0",
      "at_hash": "GfMqBsdjWsympmey3KJ7QA",
      "aud": [
        "swipe"
      ],
      "auth_time": 1496145354,
      "azp": "swipe",
      "c_hash": "ouI4fgXrfNAFGc7sBL-aXQ",
      "exp": 1496148954,
      "iat": 1496145354,
      "iss": "https://is.biocryptology.net/",
      "nonce": "ZkoSSsR0Mnig",
      "sub": "MQ"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "VnM0xeyREJYPYH6TiRYiPQ"
    }
  },
  "refresh_token": "DQJ7bdisl_7u-X9TSRwbHg",
  "scope": "openid",
  "token_type": "Bearer"
}
3.585918 ------------ UserInfoRequest ------------
3.586246 --> URL: https://is.biocryptology.net/V1/userinfo
3.586253 --> BODY: None
3.586264 --> HEADERS: {'Authorization': u'Bearer zcG68ldkmrqb276zLJND4g'}
4.188418 <-- STATUS: 200
4.188486 Available verification keys: [(u'VnM0xeyREJYPYH6TiRYiPQ', u'RSA'), (u'JqQoW7rvif1FvJV9KpH4cw', u'RSA'), (u'yTxSHOzNdzhSJlEY1AyLRQ', u'RSA')]
4.188519 Available decryption keys: [('a0', 'RSA'), ('a3', 'EC')]
4.188614 <-- BODY: {"sub":"MQ"}
4.189319 UserInfo: {
  "sub": "MQ"
}
4.192908 ==== END ====

Result

PASSED