Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2016-12-21T07:45:41Z
Test description: Keys in OP JWKs well formed [Config, Dynamic]
Test ID: OP-Discovery-JWKs
Issuer: https://auth.svcs.verizon.com:22790/vzconnect/
Test output
__After completing the test flow:__
[verify-base64url]
status: OK
description: Verifies that the base64 encoded parts of a JWK is in fact base64url encoded and not just base64 encoded
[check-http-response]
status: OK
description: Checks that the HTTP response status is within the 200 or 300 range
__X:==== END ====__
Trace output
0.000327 ------------ DiscoveryRequest ------------
0.000342 Provider info discover from 'https://auth.svcs.verizon.com:22790/vzconnect'
0.000348 --> URL: https://auth.svcs.verizon.com:22790/vzconnect/.well-known/openid-configuration
0.035239 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.245025 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.257516 ==== END ====
Result
PASSED