Class com.ibm.ws.security.openidconnect.backchannellogout.LogoutTokenValidatorTest
|
100%
successful |
Tests
Test | Duration | Result |
---|---|---|
test_validateToken_emptyString | 0.001s | passed |
test_validateToken_hs256_emptyClaims | 0.002s | passed |
test_validateToken_hs256_keyMismatch | 0.092s | passed |
test_validateToken_hs256_minimumClaims | 0.003s | passed |
test_validateToken_jweRequired_jwsFormat | 0.004s | passed |
test_validateToken_jwsRequired_jweFormat | 0.001s | passed |
test_validateToken_jwsUnsigned_configAlgHs256 | 0.029s | passed |
test_validateToken_jwsUnsigned_configAlgNone_emptyClaims | 0.002s | passed |
test_validateToken_jwsUnsigned_minimumClaims | 0.009s | passed |
test_validateToken_notAJwt | 0.003s | passed |
test_validateToken_nullString | 0.018s | passed |
test_verifyAllRequiredClaimsArePresent_emptyClaims | 0.001s | passed |
test_verifyAllRequiredClaimsArePresent_missingAud | 0.001s | passed |
test_verifyAllRequiredClaimsArePresent_missingEvents | 0.001s | passed |
test_verifyAllRequiredClaimsArePresent_missingIat | 0.001s | passed |
test_verifyAllRequiredClaimsArePresent_missingIss | 0.001s | passed |
test_verifyAllRequiredClaimsArePresent_missingJti | 0.001s | passed |
test_verifyAllRequiredClaimsArePresent_valid | 0s | passed |
test_verifyEventsClaim_memberValueWrongType | 0.001s | passed |
test_verifyEventsClaim_missingRequiredMember | 0.001s | passed |
test_verifyEventsClaim_valid | 0.001s | passed |
test_verifyEventsClaim_wrongType | 0.001s | passed |
test_verifyIssAudIatExpClaims_badAud | 0.001s | passed |
test_verifyIssAudIatExpClaims_badIss | 0.002s | passed |
test_verifyNonceClaimNotPresent_noncePresent | 0s | passed |
test_verifyNonceClaimNotPresent_valid | 0.002s | passed |
test_verifySubAndOrSidPresent_hasSidMissingSub | 0s | passed |
test_verifySubAndOrSidPresent_missingSubAndSid | 0s | passed |
Standard output
TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@525eee2e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@525eee2e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@525eee2e 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.