Class com.ibm.ws.security.openidconnect.clients.common.OidcAuthorizationRequestTest

15

tests

0

failures

0

ignored

0.016s

duration

100%

successful

Tests

Test Duration Result
test_addForwardLoginParamsToQuery_forwardLoginParametersEmpty 0.001s passed
test_addForwardLoginParamsToQuery_forwardLoginParametersNull 0.002s passed
test_addForwardLoginParamsToQuery_multipleParameters_allInRequest 0.001s passed
test_addForwardLoginParamsToQuery_multipleParameters_multipleInRequest 0.002s passed
test_addForwardLoginParamsToQuery_multipleParameters_noneInRequest 0.001s passed
test_addForwardLoginParamsToQuery_multipleParameters_oneInRequest 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_emptyString_matchingParam_emptyString 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_emptyString_matchingParam_nonEmpty 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_emptyString_matchingParam_whitespaceOnly 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_emptyString_requestMissingThatParameter 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_nonEmpty_requestMissingThatParameter 0s passed
test_addForwardLoginParamsToQuery_oneParameter_specialChars_matchingParam_specialChars 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_whitespace_matchingParam_nonEmpty 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_whitespace_matchingParam_whitespaceOnly 0.001s passed
test_addForwardLoginParamsToQuery_oneParameter_whitespace_requestMissingThatParameter 0.001s passed

Standard output

    TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@96c56067
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@96c56067
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@96c56067
    TrConfigZapper.zapTrConfig : finished invoke init()
SharedOutputManager captured the following: 
-- System.out -------------------------------------------------
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
-- Trace -------------------------------------------------

Standard error

[ERROR   ] CWWKS1541E: The back-channel logout request sent to [/oidcclient/backchannel_logout/myClient] encountered an error. CWWKS1542E: The back-channel logout request is not valid because the logout_token parameter is missing or empty.
[ERROR   ] CWWKS1778E: The token requested by [client01] failed validation because the signature is missing from the token. The signatureAlgorithm attribute for the OpenID Connect client is set to [HS256]. This signature algorithm setting requires a signature.
[ERROR   ] CWWKS1751E: Validation failed for the ID token requested by [client01] because the (iss) issuer [https://localhost/oidc/provider/NOPE] specified in the token does not match the [issuerIdentifier] attribute [https://localhost/oidc/provider/OP] for the provider specified in the OpenID Connect client configuration. Check the issuerIdentifier attribute on the client configuration.