Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': '', 'registration': 'static'}
Timestamp: 2015-04-12T19:28:02Z
Test description: Verify that claims_supported is published [Config, Dynamic]
Test ID: OP-Discovery-claims_supported
Issuer: https://www.paypal.com
Test output
__After completing the test flow:__
[check-http-response]
status: OK
description: Checks that the HTTP response status is within the 200 or 300 range
[providerinfo-has-claims_supported]
status: OK
description: Check that the claims_supported discovery metadata value is in the provider_info
__X:==== END ====__
Trace output
0.000379 ------------ DiscoveryRequest ------------
0.000391 Provider info discover from 'https://www.paypal.com'
0.000396 --> URL: https://www.paypal.com/.well-known/openid-configuration
0.462445 ProviderConfigurationResponse: {
"authorization_endpoint": "https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize",
"claims_parameter_supported": false,
"claims_supported": [
"aud",
"iss",
"iat",
"exp",
"auth_time",
"nonce",
"sessionIndex",
"user_id"
],
"grant_types_supported": [
"authorization_code",
"refresh_token"
],
"id_token_signing_alg_values_supported": [
"HS256"
],
"issuer": "https://www.paypal.com",
"request_parameter_supported": false,
"request_uri_parameter_supported": true,
"require_request_uri_registration": true,
"response_modes_supported": [
"query",
"form_post"
],
"response_types_supported": [
"code"
],
"scopes_supported": [
"email",
"address",
"phone",
"openid",
"profile",
"https://uri.paypal.com/services/wallet/sendmoney",
"https://uri.paypal.com/services/payments/futurepayments",
"https://uri.paypal.com/services/expresscheckout"
],
"subject_types_supported": [
"pairwise"
],
"token_endpoint": "https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/tokenservice",
"token_endpoint_auth_methods_supported": [
"client_secret_basic"
],
"userinfo_endpoint": "https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/userinfo",
"version": "3.0"
}
0.466037 ==== END ====
Result
PASSED