Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'sign', 'registration': 'static'}
Timestamp: 2016-10-13T15:54:09Z
Test description: Support request request parameter with unsigned request [Basic, Implicit, Hybrid, Dynamic]
Test ID: OP-request-Unsigned
Issuer: https://login-int.norton.com/sso/oidc1/token
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.000303 ------------ DiscoveryRequest ------------
0.000317 Provider info discover from 'https://login-int.norton.com/sso/oidc1/token'
0.000324 --> URL: https://login-int.norton.com/sso/oidc1/token/.well-known/openid-configuration
0.408419 ProviderConfigurationResponse: {
"authorization_endpoint": "https://login-int.norton.com/sso/idp/OIDC",
"claim_types_supported": [
"normal",
"aggregated"
],
"claims_parameter_supported": false,
"claims_supported": [
"birthdate",
"email_verified",
"address",
"gender",
"given_name",
"middle_name",
"locale",
"IdPData",
"SSN",
"LinkChildGUIDS",
"CustomAttributes",
"NortonGUID",
"updated_at",
"UserId",
"name",
"phone_number",
"PartnerUserId",
"family_name",
"email",
"VipTokenId"
],
"display_values_supported": [
"page"
],
"grant_types_supported": [
"authorization_code",
"refresh_token",
"symc_fed_idp_authorization_code",
"symc_fed_idp_access_token"
],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512"
],
"issuer": "https://login-int.norton.com/sso/oidc1/token",
"jwks_uri": "https://login-int.norton.com/sso/oidc1/token/jwks",
"request_parameter_supported": false,
"request_uri_parameter_supported": false,
"require_request_uri_registration": false,
"response_modes_supported": [
"query"
],
"response_types_supported": [
"code"
],
"scopes_supported": [
"idsc_write",
"address",
"phone",
"openid",
"profile",
"nms_device_locate",
"idsc_read",
"nms_device_lock",
"email"
],
"subject_types_supported": [
"pairwise"
],
"token_endpoint": "https://login-int.norton.com/sso/oidc1/tokens",
"token_endpoint_auth_methods_supported": [
"client_secret_post",
"client_secret_basic"
],
"userinfo_endpoint": "https://login-int.norton.com/sso/oidc1/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512"
],
"version": "3.0"
}
0.751751 JWKS: {
"keys": [
{
"alg": "RS256",
"e": "AQAB",
"kid": "02d6d7a957e734b7a4bd23dcfe595245a4d251765e802b4978821002a51620a3",
"kty": "RSA",
"n": "gbJV5FqqKDWQSx5Jt9_-EYpwYZc-qcTxsdYLI-Y3qTj4fXHtxBWa9-Q_yf2AiJXOhCtly18DMvS3TmeBUDVad2pdowYyTCpwXlYdsYzcFybQSpQ3objr7yRFCIfKl9BM8dliLLsJxt_sjj7fvA9jl21QUtXjL1-Rbls9lI0Z-SnY43AjITAXwg3yPdJxDrwLQa7mQjrIsYtiQc_NmBnAtfJD5FMz4GmoTS_PN5giFp5pHYM9PFrETIAHrC3Wx1IxDwTI3SGiypMtyObaKnNuMFu1W6XeZuBTyTKKE4rIiV9YwlOGa2O1Cg-kCzmJyFjnf-BYp3-sQhUtnxgz4j0Q0w",
"use": "sig"
}
]
}
0.764563 ------------ AuthorizationRequest ------------
0.765721 --> URL: https://login-int.norton.com/sso/idp/OIDC?request=eyJhbGciOiJub25lIn0.eyJzY29wZSI6ICJvcGVuaWQiLCAic3RhdGUiOiAid1l6N3BnekRJS0VCZE93WSIsICJyZWRpcmVjdF91cmkiOiAiaHR0cHM6Ly9vcC5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXQ6NjA2NzEvYXV0aHpfY2IiLCAicmVzcG9uc2VfdHlwZSI6ICJjb2RlIiwgImNsaWVudF9pZCI6ICJvaWRjLWNvbmZvcm1hbmNlLWNsaWVudC1pZCJ9.&state=wYz7pgzDIKEBdOwY&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60671%2Fauthz_cb&response_type=code&client_id=oidc-conformance-client-id&scope=openid
0.765730 --> BODY: None
1.174668 <-- code=AC-LFwDYlAohzeufdld-jjz-vbbovCfvUwBLCI1ZF4jwfM-157bec03157-int&state=wYz7pgzDIKEBdOwY
1.175078 AuthorizationResponse: {
"code": "AC-LFwDYlAohzeufdld-jjz-vbbovCfvUwBLCI1ZF4jwfM-157bec03157-int",
"state": "wYz7pgzDIKEBdOwY"
}
1.175347 ==== END ====
Result
PASSED