<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">What profiles are you
testing? If you included the dynamic client registration (OP Dynamic)
then I'm assuming that the registration endpoint will be required.
If you are just testing OP Basic, OP Config then it should not
require it, as that claim is RECOMMENDED but not REQUIRED.<br>
<br>
Thanks,<br>
George<br>
</font><br>
<div class="moz-cite-prefix">On 8/22/16 6:57 AM, pavansharma30 via
Openid-specs-ab wrote:<br>
</div>
<blockquote
cite="mid:20160822105739.8797.91622@celery-worker-103.ash1.bb-inf.net"
type="cite">
<pre wrap="">New issue 188: Error : registration_endpoint not supported
<a class="moz-txt-link-freetext" href="https://bitbucket.org/openid/certification/issues/188/error-registration_endpoint-not-supported">https://bitbucket.org/openid/certification/issues/188/error-registration_endpoint-not-supported</a>
pavansharma30:
registration_endpoint is not a mandatory field but still not sure why i am getting below error. Could you please help me out with this error.
Endpoint : <a class="moz-txt-link-freetext" href="https://auth.svcs.verizon.com:22790/vzconnect/authorize">https://auth.svcs.verizon.com:22790/vzconnect/authorize</a>
Test output
[-]
status: ERROR
info: registration_endpoint not supported
Trace output
0.000526 ------------ DiscoveryRequest ------------
0.000570 Provider info discover from '<a class="moz-txt-link-freetext" href="https://auth.svcs.verizon.com:22790/vzconnect">https://auth.svcs.verizon.com:22790/vzconnect</a>'
0.000579 --> URL: <a class="moz-txt-link-freetext" href="https://auth.svcs.verizon.com:22790/vzconnect/.well-known/openid-configuration">https://auth.svcs.verizon.com:22790/vzconnect/.well-known/openid-configuration</a>
0.117668 ProviderConfigurationResponse: {
"authorization_endpoint": <a class="moz-txt-link-rfc2396E" href="https://auth.svcs.verizon.com:22790/vzconnect/authorize">"https://auth.svcs.verizon.com:22790/vzconnect/authorize"</a>,
"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": <a class="moz-txt-link-rfc2396E" href="https://auth.svcs.verizon.com:22790/vzconnect/introspect">"https://auth.svcs.verizon.com:22790/vzconnect/introspect"</a>,
"issuer": <a class="moz-txt-link-rfc2396E" href="https://auth.svcs.verizon.com:22790/vzconnect/">"https://auth.svcs.verizon.com:22790/vzconnect/"</a>,
"jwks_uri": <a class="moz-txt-link-rfc2396E" href="https://auth.svcs.verizon.com:22790/vzconnect/jwk">"https://auth.svcs.verizon.com:22790/vzconnect/jwk"</a>,
"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": <a class="moz-txt-link-rfc2396E" href="https://auth.svcs.verizon.com:22790/vzconnect/token">"https://auth.svcs.verizon.com:22790/vzconnect/token"</a>,
"token_endpoint_auth_methods_supported": [
"client_secret_basic"
],
"token_endpoint_auth_signing_alg_values_supported": [
"RS256"
],
"userinfo_endpoint": <a class="moz-txt-link-rfc2396E" href="https://vzconnect.svcs.verizon.com/sub-mgr/user/info">"https://vzconnect.svcs.verizon.com/sub-mgr/user/info"</a>,
"version": "3.0"
}
0.170694 JWKS: {
"keys": [
{
"alg": "RS256",
"e": "AQAB",
"kid": "rsa1",
"kty": "RSA",
"n": "23zs5r8PQKpsKeoUd2Bjz3TJkUljWqMD8X98SaIb1LE7dCQzi9jwO58FGL0ieY1Dfnr9-g1iiY8sNzV-byawK98W9yFiopaghfoKtxXgUD8pi0fLPeWmAkntjn28Z_WZvvA265ELbBhphPXEJcFhdzUfgESHVuqFMEqp1pB-CP0"
}
]
}
0.211946 ------------ RegistrationRequest ------------
Responsible: openid
_______________________________________________
Openid-specs-ab mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Openid-specs-ab@lists.openid.net">Openid-specs-ab@lists.openid.net</a>
<a class="moz-txt-link-freetext" href="http://lists.openid.net/mailman/listinfo/openid-specs-ab">http://lists.openid.net/mailman/listinfo/openid-specs-ab</a>
</pre>
</blockquote>
<br>
</body>
</html>