Test info

Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2015-04-10T02:34:01Z
Test description: Support request_uri request parameter with unsigned request [Basic, Implicit, Hybrid]
Test ID: OP-request_uri-Unsigned
Issuer: https://openid.uni-id.info/express/

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:__
[authn-response-or-error]
	status: OK
	description: Checks that the last response was a JSON encoded authentication or error message
__X:==== END ====__

Trace output


0.000279 ------------ DiscoveryRequest ------------
0.000289 Provider info discover from 'https://openid.uni-id.info/express/'
0.000296 --> URL: https://openid.uni-id.info/express/.well-known/openid-configuration
1.023929 ProviderConfigurationResponse: {
  "authorization_endpoint": "https://openid.uni-id.info/express/script/connect/authz_req/endpoint.seam",
  "claims_parameter_supported": false,
  "claims_supported": [
    "sub",
    "iss",
    "auth_time",
    "acr",
    "name",
    "given_name",
    "family_name",
    "nickname",
    "profile",
    "picture",
    "website",
    "email",
    "email_verified",
    "locale",
    "zoneinfo"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "issuer": "https://openid.uni-id.info/express/",
  "jwks_uri": "https://openid.uni-id.info/express/script/connect/jwks/endpoint.seam",
  "request_parameter_supported": false,
  "request_uri_parameter_supported": true,
  "require_request_uri_registration": true,
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code token",
    "code id_token",
    "token id_token",
    "code token id_token"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "phone",
    "address",
    "profile"
  ],
  "subject_types_supported": [
    "pairwise"
  ],
  "token_endpoint": "https://openid.uni-id.info/express/script/connect/token_req/endpoint.seam",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "userinfo_endpoint": "https://openid.uni-id.info/express/script/connect/userinfo/endpoint.seam",
  "version": "3.0"
}
2.089839 JWKS: {
  "keys": [
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "key1",
      "kty": "RSA",
      "n": "u8XnQhjM_rO43PGu6t2RHa6Y2hAGA63fjJfcyrrw9iu5Y3Xn7iQ3uJV93JL7RYmi55GtMB6PaRzBDckAQRVOHd8BoEPufX9567TpuThQRb2vL8ds1oL6X3p33C02HgU9rkBRGQHYi8oOaKtuUjXUeC-P-boFvHKLtvKbCbfX3Ys",
      "use": "sig"
    }
  ]
}
2.090762 ------------ AuthorizationRequest ------------
2.091687 --> URL: https://openid.uni-id.info/express/script/connect/authz_req/endpoint.seam?state=uvlRYE8uiPTm6tSP&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60239%2Fauthz_cb&response_type=code&client_id=https%3A%2F%2Fopenid.uni-id.info%2Fconnect_consumer%2F&scope=openid&request_uri=https%3A%2F%2Fop.certification.openid.net%3A60239%2Fexport%2FMh7V2zxqSq.jwt
2.091696 --> BODY: None
2.508950 <-- code=eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJjb2RlIjoieUFadkJZcXhjQ2NlTFFMTmtNcUNscG1fbDQ4dXpLMHUiLCJleHAiOjE0Mjg2MzY4NjEsImlhdCI6MTQyODYzMzI2MSwidG9rZW5UeXBlIjoiY29kZSIsInZlciI6IjEuMCJ9.&state=uvlRYE8uiPTm6tSP
2.509230 AuthorizationResponse: {
  "code": "eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJjb2RlIjoieUFadkJZcXhjQ2NlTFFMTmtNcUNscG1fbDQ4dXpLMHUiLCJleHAiOjE0Mjg2MzY4NjEsImlhdCI6MTQyODYzMzI2MSwidG9rZW5UeXBlIjoiY29kZSIsInZlciI6IjEuMCJ9.",
  "state": "uvlRYE8uiPTm6tSP"
}
2.509476 ==== END ====

Result

PASSED