Test info
Profile: {'openid-configuration': 'no-config',
'response_type': 'code', 'crypto': 'none', 'registration':
'static'}
Timestamp: 2016-02-03T04:18:39Z
Test
description: Request with prompt=none when not logged in [Basic, Implicit,
Hybrid]
Test ID: OP-prompt-none-NotLoggedIn
Issuer:
http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/
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:__
[verify-error-response]
status: OK
description: Checks that the last response was a JSON encoded error message
__X:==== END ====__
Trace output
33.904025 ------------ AuthorizationRequest ------------
33.904489 --> URL: http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/AuthorizationEndpoint?prompt=none&state=13WWAy0AhNv0J4LB&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60347%2Fauthz_cb&response_type=code&client_id=CLIANT9999&scope=openid
33.904497 --> BODY: None
34.402298 <-- error=login_required&error_description=login_required&error_uri=http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/error&state=13WWAy0AhNv0J4LB
34.402632 AuthorizationErrorResponse: {
"error": "login_required",
"error_description": "login_required",
"error_uri": "http://dualstack.3a-test-1256922533.ap-northeast-1.elb.amazonaws.com:8081/oc_v/error",
"state": "13WWAy0AhNv0J4LB"
}
34.402971 ==== END ====
Result
PASSED