Class com.ibm.ws.security.openidconnect.server.plugins.OIDCTokenTypeHandlerFactoryImplTest

3

tests

0

failures

0

ignored

0.012s

duration

100%

successful

Tests

Test Duration Result
testConstructor 0s passed
testGetHandler 0.008s passed
testGetIDTokenHandler 0.004s passed

Standard output

    TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e53aa3ad
[WARNING ] CWWKS1640W: A request for a JWK JSON string could not be processed. The OpenID Connect provider attributes keyStoreRef or keyAliasName might be incorrect, or the signatureAlgorithm attribute might not be set to RS256. 
[WARNING ] CWWKS1640W: A request for a JWK JSON string could not be processed. The OpenID Connect provider attributes keyStoreRef or keyAliasName might be incorrect, or the signatureAlgorithm attribute might not be set to RS256. 
[WARNING ] CWWKS1640W: A request for a JWK JSON string could not be processed. The OpenID Connect provider attributes keyStoreRef or keyAliasName might be incorrect, or the signatureAlgorithm attribute might not be set to RS256. 
[WARNING ] CWWKS1640W: A request for a JWK JSON string could not be processed. The OpenID Connect provider attributes keyStoreRef or keyAliasName might be incorrect, or the signatureAlgorithm attribute might not be set to RS256. 
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e53aa3ad
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e53aa3ad
    TrConfigZapper.zapTrConfig : finished invoke init()

Standard error

[ERROR   ] CWWKS1605E: Invalid grant type BadGrantType is specified. Valid grant types are {refresh_token,implicit,password,client_credentials,app_token,authorization_code,implicit_internal,app_password,urn:ietf:params:oauth:grant-type:jwt-bearer}.
[ERROR   ] CWWKS1606E: Specified grant type authorization_code is not allowed. Allowed grant types are .
[ERROR   ] CWWKS1607E: The Authorization request has an invalid response type BadResponseType, valid response types are {'code', 'token', 'id_token token'}.
[ERROR   ] CWWKS1606E: Specified grant type authorization_code is not allowed. Allowed grant types are .
[ERROR   ] CWWKS1607E: The Authorization request has an invalid response type null, valid response types are {'code', 'token', 'id_token token'}.
[ERROR   ] CWWKS1606E: Specified grant type authorization_code is not allowed. Allowed grant types are .
[ERROR   ] CWWKS1607E: The Authorization request has an invalid response type badtoken, valid response types are {'code', 'token', 'id_token token'}.
[ERROR   ] CWWKS1608E: The Authorization request cannot have both code and token id_token as response types.
[ERROR   ] CWWKS1608E: The Authorization request cannot have both code and token id_token as response types.
[ERROR   ] CWWKS1610E: The OpenID Connect request is missing the required attribute Nonce.