[Openid-specs-ab] Issue #189: ResponseError : Missing or faulty response (openid/certification)

pavansharma30 issues-reply at bitbucket.org
Wed Aug 24 13:53:12 UTC 2016


New issue 189: ResponseError : Missing or faulty response
https://bitbucket.org/openid/certification/issues/189/responseerror-missing-or-faulty-response

pavansharma30:

Could you please help me with below error ... 


Test info

Profile: {'openid-configuration': 'config', 'response_type': 'code+id_token+token', 'crypto': 'encrypt+none+sign', 'registration': 'static'}
Timestamp: 2016-08-24T13:25:15Z
Test description: Authorization request missing the response_type parameter [Basic, Implicit, Hybrid]
Test ID: OP-Response-Missing
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
[-]
	status: ERROR
	info: Missing or faulty response
Trace output


0.000502 ------------ DiscoveryRequest ------------
0.000521 Provider info discover from 'https://auth.svcs.verizon.com:22790/vzconnect'
0.000529 --> URL: https://auth.svcs.verizon.com:22790/vzconnect/.well-known/openid-configuration
0.044890 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_parameter_supported": false,
  "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://vzconnect.svcs.verizon.com/sub-mgr/user/info",
  "version": "3.0"
}
0.096891 JWKS: {
  "keys": [
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "rsa1",
      "kty": "RSA",
      "n": "23zs5r8PQKpsKeoUd2Bjz3TJkUljWqMD8X98SaIb1LE7dCQzi9jwO58FGL0ieY1Dfnr9-g1iiY8sNzV-byawK98W9yFiopaghfoKtxXgUD8pi0fLPeWmAkntjn28Z_WZvvA265ELbBhphPXEJcFhdzUfgESHVuqFMEqp1pB-CP0"
    }
  ]
}
9.015219 ------------ AuthorizationRequest ------------
9.015694 --> URL: https://auth.svcs.verizon.com:22790/vzconnect/authorize?scope=openid&state=hUzJETOSP9v8H6CD&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60784%2Fauthz_cb&client_id=140b5181-3180-4eea-b3ff-bb6972e8fdfd
9.015704 --> BODY: None
11.368699 <-- 
11.369562 [ERROR] ResponseError:Missing or faulty response



Regards,
Pavan





More information about the Openid-specs-ab mailing list