Class com.ibm.ws.security.oauth20.web.ClientAuthorizationWithTraceTest
|
100%
successful |
Tests
Test | Duration | Result |
---|---|---|
checkForEmptyRegisteredScopeSet_NoClient | 0.003s | passed |
checkForEmptyRegisteredScopeSet_NoScopes | 0.003s | passed |
checkForEmptyRegisteredScopeSet_NonEmptyScopes | 0.015s | passed |
checkForEmptyScopeSetAfterConsent_MissingScope | 0.004s | passed |
checkForEmptyScopeSetAfterConsent_MissingScope_NoInitialResult | 0.005s | passed |
checkForEmptyScopeSetAfterConsent_ScopeProvided_NullClient | 0.004s | passed |
checkForEmptyScopeSetAfterConsent_ScopeProvided_NullClientProvider | 0.005s | passed |
checkForEmptyScopeSetAfterConsent_ScopeProvided_NullProvider | 0.003s | passed |
checkForEmptyScopeSetAfterConsent_Valid | 0.018s | passed |
checkForMissingScopeInTheRequest_MissingScope | 0.005s | passed |
checkForMissingScopeInTheRequest_MultipleScope | 0.005s | passed |
checkForMissingScopeInTheRequest_ValidScope | 0.004s | passed |
getReducedGrantTypes_MultipleValid | 0.004s | passed |
getReducedGrantTypes_NoCommonGrantTypes | 0.004s | passed |
getReducedGrantTypes_NullClient | 0.003s | passed |
getReducedGrantTypes_NullClientProvider | 0.005s | passed |
getReducedGrantTypes_NullOrNoGrantTypesAllowed | 0.004s | passed |
getReducedGrantTypes_NullProvider | 0.006s | passed |
getReducedGrantTypes_NullRegisteredGrantTypes | 0.004s | passed |
getReducedGrantTypes_SingleValid | 0.005s | passed |
getReducedGrantTypes_SingleValidMultipleAllowed | 0.003s | passed |
getReducedGrantTypes_SingleValidMultipleRegistered | 0.004s | passed |
getReducedScopes_DuplicateScope | 0.005s | passed |
getReducedScopes_EmptyScope | 0.004s | passed |
getReducedScopes_NoClient | 0.004s | passed |
getReducedScopes_NullScopeParam | 0.004s | passed |
getReducedScopes_RequestIncludesExtraScopes | 0.005s | passed |
getReducedScopes_RequestIncludesInvalidScope | 0.004s | passed |
getRegisteredClientResponseTypes_MultipleValues | 0.004s | passed |
getRegisteredClientResponseTypes_NullClient | 0.003s | passed |
getRegisteredClientResponseTypes_NullClientProvider | 0.005s | passed |
getRegisteredClientResponseTypes_NullProvider | 0.004s | passed |
getRegisteredClientResponseTypes_NullResponseTypes | 0.004s | passed |
getRegisteredClientResponseTypes_SingleValue | 0.004s | passed |
getRequestedGrantType_Duplicate | 0.012s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeCode | 0.003s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeNull | 0.004s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeOther | 0.005s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeTokenOrIdToken | 0.007s | passed |
getRequestedGrantType_SingleValid | 0.003s | passed |
getRequestedScopes_MultipleScopes | 0.004s | passed |
getRequestedScopes_NoScope | 0.003s | passed |
getRequestedScopes_SingleScope | 0.004s | passed |
getUniqueArray_DuplicatedValues | 0.005s | passed |
getUniqueArray_Empty | 0.003s | passed |
getUniqueArray_Null | 0.004s | passed |
getUniqueArray_SingleValue | 0.022s | passed |
isClientAutoAuthorized_AutoAuthzParamFalse_isAutoAuthzFalse | 0.004s | passed |
isClientAutoAuthorized_AutoAuthzParamNull_isAutoAuthzFalse | 0.006s | passed |
isClientAutoAuthorized_ClientNotAllowed | 0.005s | passed |
isClientAutoAuthorized_ConfiguredAndMatch | 0.005s | passed |
isClientAutoAuthorized_EmptyAutoAuthzClient | 0.004s | passed |
isClientAutoAuthorized_NoAutoAuthzClient | 0.005s | passed |
isClientAutoAuthorized_NoAutoAuthzName | 0.004s | passed |
isPreAuthorizedScope_InvalidClient | 0.004s | passed |
isPreAuthorizedScope_NoClientProvider | 0.003s | passed |
isPreAuthorizedScope_NoPreAuthScope | 0.004s | passed |
isPreAuthorizedScope_NoScope | 0.003s | passed |
isPreAuthorizedScope_NotPreauthorized | 0.003s | passed |
isPreAuthorizedScope_Substring | 0.004s | passed |
isPreAuthorizedScope_Valid | 0.004s | passed |
isScopeRegistered_NoScope | 0.003s | passed |
isScopeRegistered_NoScopeEmptyRegisteredScopesAllowed | 0.004s | passed |
isScopeRegistered_ScopeNotRegistered | 0.008s | passed |
isScopeRegistered_ScopeRegistered | 0.004s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_InvalidGrantType | 0.003s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_InvalidResponseType | 0.004s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_NullArgs | 0.004s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_Valid | 0.003s | passed |
isValidResponseTypeForImplicitGrantType_InvalidGrantType | 0.005s | passed |
isValidResponseTypeForImplicitGrantType_InvalidResponseType | 0.005s | passed |
isValidResponseTypeForImplicitGrantType_NullArgs | 0.043s | passed |
isValidResponseTypeForImplicitGrantType_Valid | 0.004s | passed |
urlsMatch_1stNull | 0.004s | passed |
urlsMatch_2ndNull | 0.004s | passed |
urlsMatch_LogicalMatchSSL | 0.003s | passed |
urlsMatch_LogicalMatchTCP | 0.003s | passed |
urlsMatch_LogicalMisatchTCP | 0.005s | passed |
urlsMatch_LogicalMismatchSSL | 0.021s | passed |
urlsMatch_Match | 0.004s | passed |
urlsMatch_NotMatch | 0.004s | passed |
validateAndHandle2LegsScope_AutoAuthzFalse | 0.005s | passed |
validateAndHandle2LegsScope_AutoAuthzTrue | 0.005s | passed |
validateAndHandle2LegsScope_ClientCredentialsGrantTypeNotSupported | 0.005s | passed |
validateAndHandle2LegsScope_ClientCredentialsOrPasswordGrantType | 0.005s | passed |
validateAndHandle2LegsScope_ClientCredentialsOrPasswordGrantTypeMissingScopes | 0.005s | passed |
validateAndHandle2LegsScope_EmptyGrantType | 0.004s | passed |
validateAndHandle2LegsScope_GrantTypeNotSupported | 0.004s | passed |
validateAndHandle2LegsScope_InvalidClient | 0.006s | passed |
validateAndHandle2LegsScope_InvalidPreAuthzScope | 0.042s | passed |
validateAndHandle2LegsScope_MultipleGrantType | 0.057s | passed |
validateAndHandle2LegsScope_NoCommonScopes | 0.005s | passed |
validateAndHandle2LegsScope_NoGrantType | 0.004s | passed |
validateAndHandle2LegsScope_NoGrantTypeUnknownGrantTypeRegistered | 0.004s | passed |
validateAndHandle2LegsScope_NonPreAuthzScopeInRequest | 0.007s | passed |
validateAndHandle2LegsScope_NotNeededForGrantType | 0.003s | passed |
validateAndHandle2LegsScope_NullPreAuthzScope | 0.009s | passed |
validateAndHandle2LegsScope_OAuthDuplicateScopes | 0.005s | passed |
validateAndHandle2LegsScope_OAuthMissingScopes | 0.004s | passed |
validateAndHandle2LegsScope_OAuthMissingScopesJwtGrantType | 0.006s | passed |
validateAndHandle2LegsScope_OIDCDuplicateScopes | 0.006s | passed |
validateAndHandle2LegsScope_OIDCMissingScopes | 0.004s | passed |
validateAuthorization_AuthorizationCodeGrantTypeEmptyReducedGrantTypes | 0.007s | passed |
validateAuthorization_CodeResponseTypeMismatchForImplicitGrantType | 0.010s | passed |
validateAuthorization_DuplicateClientIds | 0.004s | passed |
validateAuthorization_EmptyClientId | 0.004s | passed |
validateAuthorization_EmptyRedirectUriInvalidRegisteredRedirectUri | 0.005s | passed |
validateAuthorization_EmptyRedirectUriNoRegisteredUri | 0.021s | passed |
validateAuthorization_EmptyRedirectUriValidRegisteredUri | 0.004s | passed |
validateAuthorization_EmptyResponseType | 0.003s | passed |
validateAuthorization_IdTokenResponseTypeMismatchForAuthorizationGrantType | 0.021s | passed |
validateAuthorization_ImplicitFlowIdToken | 0.007s | passed |
validateAuthorization_ImplicitFlowToken | 0.019s | passed |
validateAuthorization_ImplicitGrantTypeEmptyReducedGrantTypes | 0.005s | passed |
validateAuthorization_InvalidRedirectUri | 0.004s | passed |
validateAuthorization_InvalidScope | 0.005s | passed |
validateAuthorization_MismatchResponseType | 0.005s | passed |
validateAuthorization_MismatchScopeOAuthRequest | 0.007s | passed |
validateAuthorization_MismatchScopeOidcRequest | 0.004s | passed |
validateAuthorization_MissingScopeOAuthRequest | 0.005s | passed |
validateAuthorization_MissingScopeOidcRequest | 0.005s | passed |
validateAuthorization_MultipleGrantTypeParams | 0.024s | passed |
validateAuthorization_MultipleRedirectUris | 0.003s | passed |
validateAuthorization_MultipleRegisteredRedirectUriIncludeRedirectUri | 0.005s | passed |
validateAuthorization_MultipleRegisteredRedirectUriMissingRedirectUri | 0.017s | passed |
validateAuthorization_MultipleResponseType | 0.005s | passed |
validateAuthorization_MultipleScope | 0.006s | passed |
validateAuthorization_MultipleState | 0.004s | passed |
validateAuthorization_NoClient | 0.004s | passed |
validateAuthorization_NoClientId | 0.003s | passed |
validateAuthorization_NoRegisteredRedirectUri | 0.004s | passed |
validateAuthorization_NoRegisteredResponseTypes | 0.008s | passed |
validateAuthorization_NoRequestedGrantTypeIdTokenResponseType | 0.007s | passed |
validateAuthorization_NoRequestedGrantTypeOtherRegisteredResponseTypeAllowed | 0.016s | passed |
validateAuthorization_NoRequestedGrantTypeOtherUnregisteredResponseType | 0.005s | passed |
validateAuthorization_NoRequestedGrantTypeOtherUnregisteredResponseTypeAllowed | 0.006s | passed |
validateAuthorization_NoRequestedGrantTypeTokenResponseType | 0.006s | passed |
validateAuthorization_NoRequestedGrantTypeUnknownResponseTypeRegisteredAndAllowed | 0.006s | passed |
validateAuthorization_NoResponseType | 0.004s | passed |
validateAuthorization_NoUser | 0.007s | passed |
validateAuthorization_NullRedirectUriInvalidRegisteredRedirectUri | 0.004s | passed |
validateAuthorization_NullRedirectUriNoRegisteredUri | 0.012s | passed |
validateAuthorization_NullRedirectUriValidRegisteredUri | 0.006s | passed |
validateAuthorization_NullRegisteredResponseTypes | 0.011s | passed |
validateAuthorization_RequestedResponseTypeNotRegistered | 0.024s | passed |
validateAuthorization_TokenResponseTypeMismatchForAuthorizationGrantType | 0.015s | passed |
validateAuthorization_ValidUser | 0.043s | passed |
validateGrantTypes_DuplicateGrantTypes | 0.043s | passed |
validateGrantTypes_EmptyRequestedGrantType | 0.004s | passed |
validateGrantTypes_NoGrantTypeOrResponseType_UnknownRegistered | 0.004s | passed |
validateGrantTypes_NoReducedGrantTypes | 0.007s | passed |
validateGrantTypes_NoRequestedGrantType_OtherResponseType_UnknownNotRegistered | 0.003s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCode | 0.003s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCodeToken_AuthzCodeRegistered | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCodeToken_ImplicitRegistered | 0.003s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCode_AuthzCodeGrantTypeRegistered_MultipleGrantTypesAllowed | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeNotRegistered_MultipleGrantTypeRegistered_MultipleGrantTypesAllowed | 0.022s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeTokenOrIdToken | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeTokenOrIdToken_MultipleGrantTypeRegistered_MultipleGrantTypesAllowed | 0.004s | passed |
validateGrantTypes_SingleGrantType_EmptyReducedGrantTypes | 0.013s | passed |
validateGrantTypes_SingleInvalidGrantType | 0.004s | passed |
validateGrantTypes_SingleRequestedGrantType_MultipleRegistered_MultipleAllowed_Invalid | 0.012s | passed |
validateGrantTypes_ValidGrantTypeSpecified | 0.039s | passed |
validateResponseTypeAndReturn_DuplicateResponseType | 0.003s | passed |
validateResponseTypeAndReturn_EmptyResponseType | 0.004s | passed |
validateResponseTypeAndReturn_Invalid | 0.025s | passed |
validateResponseTypeAndReturn_MultipleRequestedResponseTypes_Invalid | 0.008s | passed |
validateResponseTypeAndReturn_MultipleRequestedResponseTypes_MultipleRegistered_Valid | 0.006s | passed |
validateResponseTypeAndReturn_MultipleRequestedResponseTypes_Valid | 0.007s | passed |
validateResponseTypeAndReturn_NoClient | 0.004s | passed |
validateResponseTypeAndReturn_NoClientProvider | 0.003s | passed |
validateResponseTypeAndReturn_NoRegisteredResponseTypes | 0.004s | passed |
validateResponseTypeAndReturn_NoResponseType | 0.005s | passed |
validateResponseTypeAndReturn_NullResponseType | 0.004s | passed |
validateResponseTypeAndReturn_SingleRequestedResponseType_Invalid | 0.015s | passed |
validateResponseTypeAndReturn_SingleRequestedResponseType_Valid | 0.015s | passed |
validateResponseTypeAndReturn_Valid | 0.005s | passed |
Standard output
*** Starting Test Method: validateAuthorization_ValidUser TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b50d9024 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b50d9024 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b50d9024 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoUser TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@abb73592 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@abb73592 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@abb73592 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoClientId TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9fa922ca registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9fa922ca captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9fa922ca TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_DuplicateClientIds TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@68a625e3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@68a625e3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@68a625e3 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_EmptyClientId TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d1bdf20 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d1bdf20 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4d1bdf20 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@263dbf50 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@263dbf50 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@263dbf50 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleRedirectUris TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@282cca87 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@282cca87 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@282cca87 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NullRedirectUriNoRegisteredUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d500f6ce registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d500f6ce captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d500f6ce TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_EmptyRedirectUriNoRegisteredUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@de43f2ea registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@de43f2ea captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@de43f2ea TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NullRedirectUriInvalidRegisteredRedirectUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@49c13328 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@49c13328 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@49c13328 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_EmptyRedirectUriInvalidRegisteredRedirectUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@705bd6c8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@705bd6c8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@705bd6c8 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NullRedirectUriValidRegisteredUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@15d9e798 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@15d9e798 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@15d9e798 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_EmptyRedirectUriValidRegisteredUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6da9a656 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6da9a656 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6da9a656 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_InvalidRedirectUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@764124da registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@764124da captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@764124da TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRegisteredRedirectUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@86c8c509 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@86c8c509 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@86c8c509 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleRegisteredRedirectUriIncludeRedirectUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8d1ae456 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8d1ae456 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8d1ae456 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleRegisteredRedirectUriMissingRedirectUri TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4fa291f3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4fa291f3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4fa291f3 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@18ad0e71 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@18ad0e71 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@18ad0e71 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64169b7b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64169b7b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@64169b7b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_EmptyResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@21477f02 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@21477f02 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@21477f02 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MismatchResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d284d3f6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d284d3f6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d284d3f6 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NullRegisteredResponseTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@69542a8c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@69542a8c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@69542a8c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRegisteredResponseTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2491d9f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2491d9f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c2491d9f TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_RequestedResponseTypeNotRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@298d7a03 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@298d7a03 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@298d7a03 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleGrantTypeParams TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f92bf9eb registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f92bf9eb captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f92bf9eb TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_CodeResponseTypeMismatchForImplicitGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dd4cc472 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dd4cc472 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dd4cc472 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_TokenResponseTypeMismatchForAuthorizationGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5eaf5040 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5eaf5040 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5eaf5040 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_IdTokenResponseTypeMismatchForAuthorizationGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a035cc29 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a035cc29 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a035cc29 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_ImplicitFlowToken TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@da44378f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@da44378f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@da44378f TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_ImplicitFlowIdToken TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c256b1c0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c256b1c0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c256b1c0 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_AuthorizationCodeGrantTypeEmptyReducedGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ad5fb363 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ad5fb363 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ad5fb363 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_ImplicitGrantTypeEmptyReducedGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@468d011 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@468d011 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@468d011 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRequestedGrantTypeTokenResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1870d7e4 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1870d7e4 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1870d7e4 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRequestedGrantTypeIdTokenResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@245217a8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@245217a8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@245217a8 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRequestedGrantTypeOtherUnregisteredResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d461431 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d461431 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4d461431 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRequestedGrantTypeOtherUnregisteredResponseTypeAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2f3e7b5b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2f3e7b5b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2f3e7b5b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRequestedGrantTypeOtherRegisteredResponseTypeAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8a510f0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8a510f0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8a510f0 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_NoRequestedGrantTypeUnknownResponseTypeRegisteredAndAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@548693da registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@548693da captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@548693da TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleState TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f6db2d83 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f6db2d83 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f6db2d83 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MissingScopeOAuthRequest TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b8f72da9 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b8f72da9 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b8f72da9 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MissingScopeOidcRequest TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0c4989b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0c4989b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e0c4989b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MultipleScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a00f116 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a00f116 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a00f116 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MismatchScopeOAuthRequest TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b585a3c7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b585a3c7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b585a3c7 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_MismatchScopeOidcRequest TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c8144600 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c8144600 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c8144600 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAuthorization_InvalidScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@49e90f8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@49e90f8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@49e90f8 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_InvalidClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@594cf7b9 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@594cf7b9 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@594cf7b9 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_AutoAuthzTrue TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cdf472f0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cdf472f0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cdf472f0 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_AutoAuthzFalse TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@84547b7d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@84547b7d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@84547b7d TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_NoGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f8d55ed registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f8d55ed captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f8d55ed TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_NoGrantTypeUnknownGrantTypeRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@34c8362e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@34c8362e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@34c8362e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_EmptyGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@57c0ffe3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@57c0ffe3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@57c0ffe3 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_MultipleGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fc570ff registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fc570ff captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fc570ff TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_ClientCredentialsGrantTypeNotSupported TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1a1acb05 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1a1acb05 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1a1acb05 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_ClientCredentialsOrPasswordGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45153b4f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45153b4f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@45153b4f TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_ClientCredentialsOrPasswordGrantTypeMissingScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7a460420 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7a460420 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7a460420 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_NotNeededForGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@71ba8126 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@71ba8126 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@71ba8126 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_GrantTypeNotSupported TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@262ceb89 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@262ceb89 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@262ceb89 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_OAuthDuplicateScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@47528e49 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@47528e49 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@47528e49 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_OIDCDuplicateScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1761f69b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1761f69b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1761f69b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_NoCommonScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@507518b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@507518b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@507518b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_OAuthMissingScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@972c4b86 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@972c4b86 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@972c4b86 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_OAuthMissingScopesJwtGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1785c69 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1785c69 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f1785c69 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_OIDCMissingScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@695174ad registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@695174ad captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@695174ad TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_NullPreAuthzScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab382f8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab382f8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ab382f8 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_InvalidPreAuthzScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c783161e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c783161e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c783161e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateAndHandle2LegsScope_NonPreAuthzScopeInRequest TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6cb64ec9 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6cb64ec9 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6cb64ec9 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForAuthorizationCodeGrantType_NullArgs TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@df937bc2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@df937bc2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@df937bc2 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForAuthorizationCodeGrantType_InvalidResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@89bc980c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@89bc980c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@89bc980c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForAuthorizationCodeGrantType_InvalidGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@269032b5 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@269032b5 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@269032b5 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForAuthorizationCodeGrantType_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2250e4c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2250e4c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c2250e4c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForImplicitGrantType_NullArgs TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a705f20f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a705f20f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a705f20f TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForImplicitGrantType_InvalidResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d92e34fa registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d92e34fa captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d92e34fa TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForImplicitGrantType_InvalidGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@876e60e5 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@876e60e5 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@876e60e5 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isValidResponseTypeForImplicitGrantType_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4b6f995b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4b6f995b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4b6f995b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedScopes_NullScopeParam TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3b20cb2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3b20cb2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a3b20cb2 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedScopes_NoClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f5a84f13 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f5a84f13 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f5a84f13 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedScopes_RequestIncludesInvalidScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@29ea5923 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@29ea5923 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@29ea5923 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedScopes_DuplicateScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3749f1b9 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3749f1b9 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3749f1b9 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedScopes_EmptyScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2a12b2b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2a12b2b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c2a12b2b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedScopes_RequestIncludesExtraScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3addef77 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3addef77 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3addef77 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_Match TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b744f5a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b744f5a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b744f5a TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_1stNull TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@192b3c00 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@192b3c00 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@192b3c00 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_2ndNull TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bab91cfa registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bab91cfa captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bab91cfa TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_NotMatch TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5c2874df registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5c2874df captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5c2874df TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_LogicalMatchTCP TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2f0f0bd2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2f0f0bd2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2f0f0bd2 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_LogicalMisatchTCP TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cd9275e0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cd9275e0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cd9275e0 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_LogicalMatchSSL TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45155ca9 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45155ca9 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@45155ca9 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: urlsMatch_LogicalMismatchSSL TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@246548c4 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@246548c4 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@246548c4 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_NoAutoAuthzName TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cb945f2e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cb945f2e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cb945f2e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_AutoAuthzParamNull_isAutoAuthzFalse TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@770aeafd registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@770aeafd captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@770aeafd TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_AutoAuthzParamFalse_isAutoAuthzFalse TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bc68228e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bc68228e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bc68228e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_EmptyAutoAuthzClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4a16827c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4a16827c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4a16827c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_NoAutoAuthzClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d9a0a57 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d9a0a57 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4d9a0a57 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_ClientNotAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@36f11789 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@36f11789 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@36f11789 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isClientAutoAuthorized_ConfiguredAndMatch TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@63a1b78e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@63a1b78e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@63a1b78e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isScopeRegistered_NoScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3eed074e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3eed074e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3eed074e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isScopeRegistered_NoScopeEmptyRegisteredScopesAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@34f589ce registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@34f589ce captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@34f589ce TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isScopeRegistered_ScopeNotRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4ae1fd96 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4ae1fd96 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4ae1fd96 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isScopeRegistered_ScopeRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@eb7dfc65 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@eb7dfc65 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@eb7dfc65 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_NoScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0df5319 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0df5319 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e0df5319 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_NoClientProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8426b6da registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8426b6da captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8426b6da TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_InvalidClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1fb3302a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1fb3302a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1fb3302a TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_NoPreAuthScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@197a1428 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@197a1428 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@197a1428 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_NotPreauthorized TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@10144fc1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@10144fc1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@10144fc1 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_Substring TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a44e2e59 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a44e2e59 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a44e2e59 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: isPreAuthorizedScope_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65367b9c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65367b9c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@65367b9c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyRegisteredScopeSet_NoClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dc725371 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dc725371 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dc725371 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyRegisteredScopeSet_NoScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@86802ebe registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@86802ebe captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@86802ebe TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyRegisteredScopeSet_NonEmptyScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f807ebab registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f807ebab captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f807ebab TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForMissingScopeInTheRequest_MissingScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@376d38c2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@376d38c2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@376d38c2 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForMissingScopeInTheRequest_ValidScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac3e5e4f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac3e5e4f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ac3e5e4f TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForMissingScopeInTheRequest_MultipleScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4380acb0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4380acb0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4380acb0 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedScopes_NoScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b638c98d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b638c98d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b638c98d TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedScopes_MultipleScopes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a7ff6951 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a7ff6951 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a7ff6951 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedScopes_SingleScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8da7229a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8da7229a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8da7229a TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_OtherResponseType_UnknownNotRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cde2ef95 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cde2ef95 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cde2ef95 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoGrantTypeOrResponseType_UnknownRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@42046a1b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@42046a1b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@42046a1b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeCode TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@aca5220e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@aca5220e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@aca5220e TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeTokenOrIdToken TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2865df54 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2865df54 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2865df54 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeCodeToken_ImplicitRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6fc964c8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6fc964c8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6fc964c8 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeCodeToken_AuthzCodeRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@47577732 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@47577732 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@47577732 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeCode_AuthzCodeGrantTypeRegistered_MultipleGrantTypesAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cd03268f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cd03268f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cd03268f TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeTokenOrIdToken_MultipleGrantTypeRegistered_MultipleGrantTypesAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0d3053c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0d3053c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c0d3053c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoRequestedGrantType_ResponseTypeNotRegistered_MultipleGrantTypeRegistered_MultipleGrantTypesAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f415d980 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f415d980 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f415d980 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_EmptyRequestedGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@44fd3e80 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@44fd3e80 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@44fd3e80 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_SingleInvalidGrantType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f6455e93 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f6455e93 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f6455e93 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_SingleGrantType_EmptyReducedGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@14585624 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@14585624 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@14585624 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_ValidGrantTypeSpecified TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c64c905b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c64c905b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c64c905b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_SingleRequestedGrantType_MultipleRegistered_MultipleAllowed_Invalid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@78986a3b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@78986a3b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@78986a3b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_NoReducedGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dea05e6a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dea05e6a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dea05e6a TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateGrantTypes_DuplicateGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1285f464 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1285f464 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1285f464 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_NullProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@777007c7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@777007c7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@777007c7 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_NullClientProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9b9793fa registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9b9793fa captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9b9793fa TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_NullClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e06555f7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e06555f7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e06555f7 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_NullRegisteredGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3e17c63 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3e17c63 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a3e17c63 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_NullOrNoGrantTypesAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac73a9f2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac73a9f2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ac73a9f2 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_SingleValid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bdeaeddd registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bdeaeddd captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bdeaeddd TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_SingleValidMultipleAllowed TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@54b9ce53 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@54b9ce53 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@54b9ce53 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_SingleValidMultipleRegistered TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fa8ff1f4 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fa8ff1f4 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fa8ff1f4 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_MultipleValid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@526bc16c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@526bc16c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@526bc16c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getReducedGrantTypes_NoCommonGrantTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bbd57e80 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bbd57e80 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bbd57e80 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getUniqueArray_Null TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7d07e5fc registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7d07e5fc captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7d07e5fc TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getUniqueArray_Empty TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@804b8adc registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@804b8adc captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@804b8adc TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getUniqueArray_SingleValue TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1ff49a00 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1ff49a00 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1ff49a00 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getUniqueArray_DuplicatedValues TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@47b832df registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@47b832df captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@47b832df TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRegisteredClientResponseTypes_NullProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5fe4e66c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5fe4e66c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5fe4e66c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRegisteredClientResponseTypes_NullClientProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8198e1c6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8198e1c6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8198e1c6 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRegisteredClientResponseTypes_NullClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e81748dd registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e81748dd captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e81748dd TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRegisteredClientResponseTypes_NullResponseTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@92ced6d3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@92ced6d3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@92ced6d3 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRegisteredClientResponseTypes_SingleValue TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5906dc43 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5906dc43 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5906dc43 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRegisteredClientResponseTypes_MultipleValues TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@91b50400 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@91b50400 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@91b50400 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_NoResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@764155c6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@764155c6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@764155c6 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_DuplicateResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5ee3463b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5ee3463b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5ee3463b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_NullResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@86fbd5ee registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@86fbd5ee captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@86fbd5ee TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_EmptyResponseType TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab8da3f7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab8da3f7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ab8da3f7 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_NoClientProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2d57e083 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2d57e083 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2d57e083 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_NoClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@956382bc registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@956382bc captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@956382bc TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_NoRegisteredResponseTypes TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cb3d0807 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cb3d0807 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cb3d0807 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f970eb78 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f970eb78 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f970eb78 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_Invalid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d15d3968 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d15d3968 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d15d3968 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_SingleRequestedResponseType_Invalid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@59098bea registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@59098bea captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@59098bea TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_SingleRequestedResponseType_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b7637517 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b7637517 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b7637517 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_MultipleRequestedResponseTypes_Invalid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d3146540 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d3146540 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d3146540 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_MultipleRequestedResponseTypes_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@26449e6c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@26449e6c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@26449e6c TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: validateResponseTypeAndReturn_MultipleRequestedResponseTypes_MultipleRegistered_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1f39ff73 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1f39ff73 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1f39ff73 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedGrantType_SingleValid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7a99e3fd registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7a99e3fd captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7a99e3fd TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedGrantType_Duplicate TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87cca983 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87cca983 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@87cca983 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedGrantType_RequestedNull_ResponseTypeNull TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dc27f26b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dc27f26b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dc27f26b TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedGrantType_RequestedNull_ResponseTypeCode TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@da0b8a62 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@da0b8a62 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@da0b8a62 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedGrantType_RequestedNull_ResponseTypeTokenOrIdToken TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2e357913 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2e357913 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2e357913 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: getRequestedGrantType_RequestedNull_ResponseTypeOther TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a33dace registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a33dace captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6a33dace TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyScopeSetAfterConsent_ScopeProvided_NullProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51a2f618 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51a2f618 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@51a2f618 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyScopeSetAfterConsent_ScopeProvided_NullClientProvider TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@adcfc392 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@adcfc392 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@adcfc392 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyScopeSetAfterConsent_ScopeProvided_NullClient TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@479deea1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@479deea1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@479deea1 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyScopeSetAfterConsent_Valid TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5cf8e015 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5cf8e015 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5cf8e015 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyScopeSetAfterConsent_MissingScope_NoInitialResult TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@41ba1372 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@41ba1372 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@41ba1372 TrConfigZapper.zapTrConfig : finished invoke init() *** Starting Test Method: checkForEmptyScopeSetAfterConsent_MissingScope TrConfigZapper.zapTrConfig : start invoke init() init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf8c1b4c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf8c1b4c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cf8c1b4c TrConfigZapper.zapTrConfig : finished invoke init()
Standard error
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] This is an exception message. This is an exception message. [ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: username [ERROR ] CWOAU0033E: A required runtime parameter was missing: password [ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect. [ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username [ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect. [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id [ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1 [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized. [ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01]. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter. [ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.