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.004s | passed |
checkForEmptyScopeSetAfterConsent_MissingScope | 0.003s | passed |
checkForEmptyScopeSetAfterConsent_MissingScope_NoInitialResult | 0.003s | passed |
checkForEmptyScopeSetAfterConsent_ScopeProvided_NullClient | 0.003s | passed |
checkForEmptyScopeSetAfterConsent_ScopeProvided_NullClientProvider | 0.003s | passed |
checkForEmptyScopeSetAfterConsent_ScopeProvided_NullProvider | 0.003s | passed |
checkForEmptyScopeSetAfterConsent_Valid | 0.004s | passed |
checkForMissingScopeInTheRequest_MissingScope | 0.004s | passed |
checkForMissingScopeInTheRequest_MultipleScope | 0.004s | passed |
checkForMissingScopeInTheRequest_ValidScope | 0.004s | passed |
getReducedGrantTypes_MultipleValid | 0.003s | passed |
getReducedGrantTypes_NoCommonGrantTypes | 0.003s | passed |
getReducedGrantTypes_NullClient | 0.003s | passed |
getReducedGrantTypes_NullClientProvider | 0.003s | passed |
getReducedGrantTypes_NullOrNoGrantTypesAllowed | 0.003s | passed |
getReducedGrantTypes_NullProvider | 0.004s | passed |
getReducedGrantTypes_NullRegisteredGrantTypes | 0.003s | passed |
getReducedGrantTypes_SingleValid | 0.003s | passed |
getReducedGrantTypes_SingleValidMultipleAllowed | 0.004s | passed |
getReducedGrantTypes_SingleValidMultipleRegistered | 0.003s | passed |
getReducedScopes_DuplicateScope | 0.003s | passed |
getReducedScopes_EmptyScope | 0.003s | passed |
getReducedScopes_NoClient | 0.004s | passed |
getReducedScopes_NullScopeParam | 0.005s | passed |
getReducedScopes_RequestIncludesExtraScopes | 0.004s | passed |
getReducedScopes_RequestIncludesInvalidScope | 0.004s | passed |
getRegisteredClientResponseTypes_MultipleValues | 0.003s | passed |
getRegisteredClientResponseTypes_NullClient | 0.016s | passed |
getRegisteredClientResponseTypes_NullClientProvider | 0.002s | passed |
getRegisteredClientResponseTypes_NullProvider | 0.003s | passed |
getRegisteredClientResponseTypes_NullResponseTypes | 0.004s | passed |
getRegisteredClientResponseTypes_SingleValue | 0.003s | passed |
getRequestedGrantType_Duplicate | 0.011s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeCode | 0.004s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeNull | 0.004s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeOther | 0.005s | passed |
getRequestedGrantType_RequestedNull_ResponseTypeTokenOrIdToken | 0.006s | passed |
getRequestedGrantType_SingleValid | 0.036s | passed |
getRequestedScopes_MultipleScopes | 0.003s | passed |
getRequestedScopes_NoScope | 0.004s | passed |
getRequestedScopes_SingleScope | 0.004s | passed |
getUniqueArray_DuplicatedValues | 0.003s | passed |
getUniqueArray_Empty | 0.004s | passed |
getUniqueArray_Null | 0.003s | passed |
getUniqueArray_SingleValue | 0.003s | passed |
isClientAutoAuthorized_AutoAuthzParamFalse_isAutoAuthzFalse | 0.004s | passed |
isClientAutoAuthorized_AutoAuthzParamNull_isAutoAuthzFalse | 0.003s | passed |
isClientAutoAuthorized_ClientNotAllowed | 0.011s | passed |
isClientAutoAuthorized_ConfiguredAndMatch | 0.014s | passed |
isClientAutoAuthorized_EmptyAutoAuthzClient | 0.004s | passed |
isClientAutoAuthorized_NoAutoAuthzClient | 0.004s | passed |
isClientAutoAuthorized_NoAutoAuthzName | 0.003s | passed |
isPreAuthorizedScope_InvalidClient | 0.003s | passed |
isPreAuthorizedScope_NoClientProvider | 0.003s | passed |
isPreAuthorizedScope_NoPreAuthScope | 0.003s | passed |
isPreAuthorizedScope_NoScope | 0.004s | passed |
isPreAuthorizedScope_NotPreauthorized | 0.008s | passed |
isPreAuthorizedScope_Substring | 0.004s | passed |
isPreAuthorizedScope_Valid | 0.003s | passed |
isScopeRegistered_NoScope | 0.038s | passed |
isScopeRegistered_NoScopeEmptyRegisteredScopesAllowed | 0.004s | passed |
isScopeRegistered_ScopeNotRegistered | 0.003s | passed |
isScopeRegistered_ScopeRegistered | 0.003s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_InvalidGrantType | 0.003s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_InvalidResponseType | 0.003s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_NullArgs | 0.003s | passed |
isValidResponseTypeForAuthorizationCodeGrantType_Valid | 0.003s | passed |
isValidResponseTypeForImplicitGrantType_InvalidGrantType | 0.004s | passed |
isValidResponseTypeForImplicitGrantType_InvalidResponseType | 0.010s | passed |
isValidResponseTypeForImplicitGrantType_NullArgs | 0.003s | passed |
isValidResponseTypeForImplicitGrantType_Valid | 0.039s | passed |
urlsMatch_1stNull | 0.002s | passed |
urlsMatch_2ndNull | 0.003s | passed |
urlsMatch_LogicalMatchSSL | 0.003s | passed |
urlsMatch_LogicalMatchTCP | 0.003s | passed |
urlsMatch_LogicalMisatchTCP | 0.003s | passed |
urlsMatch_LogicalMismatchSSL | 0.002s | passed |
urlsMatch_Match | 0.003s | passed |
urlsMatch_NotMatch | 0.004s | passed |
validateAndHandle2LegsScope_AutoAuthzFalse | 0.005s | passed |
validateAndHandle2LegsScope_AutoAuthzTrue | 0.005s | passed |
validateAndHandle2LegsScope_ClientCredentialsGrantTypeNotSupported | 0.003s | passed |
validateAndHandle2LegsScope_ClientCredentialsOrPasswordGrantType | 0.003s | passed |
validateAndHandle2LegsScope_ClientCredentialsOrPasswordGrantTypeMissingScopes | 0.004s | passed |
validateAndHandle2LegsScope_EmptyGrantType | 0.003s | passed |
validateAndHandle2LegsScope_GrantTypeNotSupported | 0.003s | passed |
validateAndHandle2LegsScope_InvalidClient | 0.004s | passed |
validateAndHandle2LegsScope_InvalidPreAuthzScope | 0.009s | passed |
validateAndHandle2LegsScope_MultipleGrantType | 0.008s | passed |
validateAndHandle2LegsScope_NoCommonScopes | 0.004s | passed |
validateAndHandle2LegsScope_NoGrantType | 0.003s | passed |
validateAndHandle2LegsScope_NoGrantTypeUnknownGrantTypeRegistered | 0.003s | passed |
validateAndHandle2LegsScope_NonPreAuthzScopeInRequest | 0.005s | passed |
validateAndHandle2LegsScope_NotNeededForGrantType | 0.003s | passed |
validateAndHandle2LegsScope_NullPreAuthzScope | 0.008s | passed |
validateAndHandle2LegsScope_OAuthDuplicateScopes | 0.004s | passed |
validateAndHandle2LegsScope_OAuthMissingScopes | 0.004s | passed |
validateAndHandle2LegsScope_OAuthMissingScopesJwtGrantType | 0.003s | passed |
validateAndHandle2LegsScope_OIDCDuplicateScopes | 0.013s | passed |
validateAndHandle2LegsScope_OIDCMissingScopes | 0.004s | passed |
validateAuthorization_AuthorizationCodeGrantTypeEmptyReducedGrantTypes | 0.005s | passed |
validateAuthorization_CodeResponseTypeMismatchForImplicitGrantType | 0.013s | passed |
validateAuthorization_DuplicateClientIds | 0.003s | passed |
validateAuthorization_EmptyClientId | 0.003s | passed |
validateAuthorization_EmptyRedirectUriInvalidRegisteredRedirectUri | 0.011s | passed |
validateAuthorization_EmptyRedirectUriNoRegisteredUri | 0.003s | passed |
validateAuthorization_EmptyRedirectUriValidRegisteredUri | 0.004s | passed |
validateAuthorization_EmptyResponseType | 0.004s | passed |
validateAuthorization_IdTokenResponseTypeMismatchForAuthorizationGrantType | 0.004s | passed |
validateAuthorization_ImplicitFlowIdToken | 0.005s | passed |
validateAuthorization_ImplicitFlowToken | 0.005s | passed |
validateAuthorization_ImplicitGrantTypeEmptyReducedGrantTypes | 0.005s | passed |
validateAuthorization_InvalidRedirectUri | 0.003s | passed |
validateAuthorization_InvalidScope | 0.004s | passed |
validateAuthorization_MismatchResponseType | 0.004s | passed |
validateAuthorization_MismatchScopeOAuthRequest | 0.004s | passed |
validateAuthorization_MismatchScopeOidcRequest | 0.004s | passed |
validateAuthorization_MissingScopeOAuthRequest | 0.004s | passed |
validateAuthorization_MissingScopeOidcRequest | 0.004s | passed |
validateAuthorization_MultipleGrantTypeParams | 0.007s | passed |
validateAuthorization_MultipleRedirectUris | 0.004s | passed |
validateAuthorization_MultipleRegisteredRedirectUriIncludeRedirectUri | 0.005s | passed |
validateAuthorization_MultipleRegisteredRedirectUriMissingRedirectUri | 0.004s | passed |
validateAuthorization_MultipleResponseType | 0.004s | passed |
validateAuthorization_MultipleScope | 0.004s | passed |
validateAuthorization_MultipleState | 0.005s | passed |
validateAuthorization_NoClient | 0.003s | passed |
validateAuthorization_NoClientId | 0.004s | passed |
validateAuthorization_NoRegisteredRedirectUri | 0.004s | passed |
validateAuthorization_NoRegisteredResponseTypes | 0.003s | passed |
validateAuthorization_NoRequestedGrantTypeIdTokenResponseType | 0.005s | passed |
validateAuthorization_NoRequestedGrantTypeOtherRegisteredResponseTypeAllowed | 0.004s | passed |
validateAuthorization_NoRequestedGrantTypeOtherUnregisteredResponseType | 0.004s | passed |
validateAuthorization_NoRequestedGrantTypeOtherUnregisteredResponseTypeAllowed | 0.005s | passed |
validateAuthorization_NoRequestedGrantTypeTokenResponseType | 0.004s | passed |
validateAuthorization_NoRequestedGrantTypeUnknownResponseTypeRegisteredAndAllowed | 0.004s | passed |
validateAuthorization_NoResponseType | 0.003s | passed |
validateAuthorization_NoUser | 0.003s | passed |
validateAuthorization_NullRedirectUriInvalidRegisteredRedirectUri | 0.003s | passed |
validateAuthorization_NullRedirectUriNoRegisteredUri | 0.003s | passed |
validateAuthorization_NullRedirectUriValidRegisteredUri | 0.004s | passed |
validateAuthorization_NullRegisteredResponseTypes | 0.003s | passed |
validateAuthorization_RequestedResponseTypeNotRegistered | 0.005s | passed |
validateAuthorization_TokenResponseTypeMismatchForAuthorizationGrantType | 0.005s | passed |
validateAuthorization_ValidUser | 0.011s | passed |
validateGrantTypes_DuplicateGrantTypes | 0.019s | passed |
validateGrantTypes_EmptyRequestedGrantType | 0.004s | passed |
validateGrantTypes_NoGrantTypeOrResponseType_UnknownRegistered | 0.005s | passed |
validateGrantTypes_NoReducedGrantTypes | 0.003s | passed |
validateGrantTypes_NoRequestedGrantType_OtherResponseType_UnknownNotRegistered | 0.015s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCode | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCodeToken_AuthzCodeRegistered | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCodeToken_ImplicitRegistered | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeCode_AuthzCodeGrantTypeRegistered_MultipleGrantTypesAllowed | 0.003s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeNotRegistered_MultipleGrantTypeRegistered_MultipleGrantTypesAllowed | 0.004s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeTokenOrIdToken | 0.005s | passed |
validateGrantTypes_NoRequestedGrantType_ResponseTypeTokenOrIdToken_MultipleGrantTypeRegistered_MultipleGrantTypesAllowed | 0.005s | passed |
validateGrantTypes_SingleGrantType_EmptyReducedGrantTypes | 0.004s | passed |
validateGrantTypes_SingleInvalidGrantType | 0.005s | passed |
validateGrantTypes_SingleRequestedGrantType_MultipleRegistered_MultipleAllowed_Invalid | 0.004s | passed |
validateGrantTypes_ValidGrantTypeSpecified | 0.003s | passed |
validateResponseTypeAndReturn_DuplicateResponseType | 0.003s | passed |
validateResponseTypeAndReturn_EmptyResponseType | 0.003s | passed |
validateResponseTypeAndReturn_Invalid | 0.005s | passed |
validateResponseTypeAndReturn_MultipleRequestedResponseTypes_Invalid | 0.006s | passed |
validateResponseTypeAndReturn_MultipleRequestedResponseTypes_MultipleRegistered_Valid | 0.006s | passed |
validateResponseTypeAndReturn_MultipleRequestedResponseTypes_Valid | 0.005s | passed |
validateResponseTypeAndReturn_NoClient | 0.003s | passed |
validateResponseTypeAndReturn_NoClientProvider | 0.003s | passed |
validateResponseTypeAndReturn_NoRegisteredResponseTypes | 0.003s | passed |
validateResponseTypeAndReturn_NoResponseType | 0.003s | passed |
validateResponseTypeAndReturn_NullResponseType | 0.019s | passed |
validateResponseTypeAndReturn_SingleRequestedResponseType_Invalid | 0.010s | passed |
validateResponseTypeAndReturn_SingleRequestedResponseType_Valid | 0.012s | 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@cd0c5e35 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cd0c5e35 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cd0c5e35 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@ca64be8e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ca64be8e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ca64be8e 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@8741aa49 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8741aa49 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8741aa49 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@3d3f8a6f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3d3f8a6f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3d3f8a6f 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@363b85a1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@363b85a1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@363b85a1 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@65154a3b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65154a3b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@65154a3b 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@9255f88b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9255f88b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9255f88b 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@ddedb752 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ddedb752 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ddedb752 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@27c09390 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@27c09390 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@27c09390 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@ecb091 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ecb091 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ecb091 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@37537747 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@37537747 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@37537747 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@94b78137 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@94b78137 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@94b78137 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@23ce8784 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@23ce8784 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@23ce8784 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@c846cb3c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c846cb3c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c846cb3c 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@2a6530ce registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2a6530ce captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2a6530ce 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@c62a2e75 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c62a2e75 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c62a2e75 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@e177cc58 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e177cc58 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e177cc58 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@9e33506a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9e33506a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9e33506a 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@d1789f06 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d1789f06 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d1789f06 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@fd4baf17 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fd4baf17 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fd4baf17 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@db055cca registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@db055cca captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@db055cca 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@95350667 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@95350667 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@95350667 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@140b09cc registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@140b09cc captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@140b09cc 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@1dd99e41 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1dd99e41 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1dd99e41 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@84c3c739 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@84c3c739 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@84c3c739 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@e49792d3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e49792d3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e49792d3 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@24b435ba registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@24b435ba captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@24b435ba 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@c7113457 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c7113457 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c7113457 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@3926fe67 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3926fe67 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3926fe67 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@24f9a01a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@24f9a01a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@24f9a01a 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@5db214e4 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5db214e4 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5db214e4 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@508c8363 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@508c8363 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@508c8363 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@125e6247 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@125e6247 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@125e6247 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@37949131 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@37949131 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@37949131 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@bd1f4aec registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bd1f4aec captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bd1f4aec 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@6a32a53a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a32a53a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6a32a53a 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@c92a49ac registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c92a49ac captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c92a49ac 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@3c868eb5 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3c868eb5 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3c868eb5 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@b703b2e2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b703b2e2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b703b2e2 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@8aed5bfe registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8aed5bfe captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8aed5bfe 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@698f3175 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@698f3175 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@698f3175 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@e5efba8b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e5efba8b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e5efba8b 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@5c6a2c27 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5c6a2c27 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5c6a2c27 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@3975c6d7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3975c6d7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3975c6d7 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@8afa1cda registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8afa1cda captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8afa1cda 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@bdbd9e41 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bdbd9e41 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bdbd9e41 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@32a31f29 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@32a31f29 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@32a31f29 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@4cadcdff registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4cadcdff captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4cadcdff 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@575fd2fe registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@575fd2fe captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@575fd2fe 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@d68a2c30 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d68a2c30 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d68a2c30 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@6ea93a54 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6ea93a54 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6ea93a54 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@f7525e3c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f7525e3c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f7525e3c 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@f66821b6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f66821b6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f66821b6 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@1531c4ad registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1531c4ad captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1531c4ad 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@54802097 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@54802097 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@54802097 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@b99abd91 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b99abd91 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b99abd91 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@4dd1a461 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4dd1a461 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4dd1a461 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@fd87651b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fd87651b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fd87651b 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@14daf200 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@14daf200 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@14daf200 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@6018cd15 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6018cd15 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6018cd15 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@fa1280d7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fa1280d7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fa1280d7 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@ceff35eb registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ceff35eb captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ceff35eb 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@fd670d67 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fd670d67 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fd670d67 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@d4e1b33a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d4e1b33a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d4e1b33a 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@514c1f04 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@514c1f04 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@514c1f04 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@a1ed6346 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a1ed6346 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a1ed6346 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@8c6d4ad3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8c6d4ad3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8c6d4ad3 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@9857c7e6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9857c7e6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9857c7e6 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@51b68028 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51b68028 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@51b68028 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@9bc1d2d5 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9bc1d2d5 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9bc1d2d5 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@c5304d8d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c5304d8d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c5304d8d 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@41b12bde registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@41b12bde captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@41b12bde 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@7acf78c8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7acf78c8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7acf78c8 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@8332c8fa registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8332c8fa captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8332c8fa 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@17ef464e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@17ef464e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@17ef464e 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@cca84aa8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cca84aa8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cca84aa8 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@a3a3be36 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3a3be36 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a3a3be36 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@3c95f368 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3c95f368 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3c95f368 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@3a823aa5 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3a823aa5 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3a823aa5 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@4192a0c7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4192a0c7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4192a0c7 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@d2d94aad registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d2d94aad captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d2d94aad 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@f9af6e45 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f9af6e45 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f9af6e45 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@9756bc8c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9756bc8c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9756bc8c 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@8349b4db registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8349b4db captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8349b4db 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@d1bc86b9 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d1bc86b9 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d1bc86b9 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@a772823 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a772823 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a772823 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@91450c20 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@91450c20 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@91450c20 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@d3f0924c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d3f0924c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d3f0924c 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@43e09dc6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43e09dc6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@43e09dc6 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@b10fd4db registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b10fd4db captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b10fd4db 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@daf1d73 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@daf1d73 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@daf1d73 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@2d74d4c1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2d74d4c1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2d74d4c1 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@765cc78a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@765cc78a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@765cc78a 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@11dcd6f4 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@11dcd6f4 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@11dcd6f4 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@5542dd07 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5542dd07 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5542dd07 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@ad39747a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ad39747a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ad39747a 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@26fa4bc3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@26fa4bc3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@26fa4bc3 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@50eed517 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@50eed517 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@50eed517 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@3a23405d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3a23405d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3a23405d 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@b89b7aed registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b89b7aed captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b89b7aed 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@501d7c6b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@501d7c6b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@501d7c6b 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@834ce6c6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@834ce6c6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@834ce6c6 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@b0d06d9a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b0d06d9a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b0d06d9a 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@9770db1c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9770db1c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9770db1c 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@26e2cc27 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@26e2cc27 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@26e2cc27 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@267e05d0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@267e05d0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@267e05d0 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@e7f37fb8 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e7f37fb8 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e7f37fb8 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@ee586835 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ee586835 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ee586835 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@3f1fa4a3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3f1fa4a3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3f1fa4a3 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@28c836d3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@28c836d3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@28c836d3 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@f05a03a1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f05a03a1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f05a03a1 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@ba984b87 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ba984b87 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ba984b87 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@7b667338 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7b667338 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7b667338 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@e6b53ace registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e6b53ace captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e6b53ace 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@acbfd5d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@acbfd5d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@acbfd5d 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@a0176be6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a0176be6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a0176be6 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@b3138b2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b3138b2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b3138b2 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@67653e22 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@67653e22 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@67653e22 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@373b861e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@373b861e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@373b861e 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@e693fcbf registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e693fcbf captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e693fcbf 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@4696ef3e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4696ef3e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4696ef3e 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@f8a80d1c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f8a80d1c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f8a80d1c 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@2457e7af registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2457e7af captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2457e7af 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@eb23fe0 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@eb23fe0 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@eb23fe0 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@bbe73008 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bbe73008 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bbe73008 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@d7f982c6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d7f982c6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d7f982c6 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@82633933 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@82633933 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@82633933 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@c46aed59 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c46aed59 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c46aed59 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@9e8dd10d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9e8dd10d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9e8dd10d 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@8fb0ea98 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8fb0ea98 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8fb0ea98 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@59c4a0dc registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@59c4a0dc captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@59c4a0dc 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@2df8ea65 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2df8ea65 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2df8ea65 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@8a179961 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8a179961 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8a179961 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@6962bb84 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6962bb84 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6962bb84 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@d0496891 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0496891 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d0496891 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@33eca138 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@33eca138 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@33eca138 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@dec2430b registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dec2430b captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dec2430b 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@61147cf2 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@61147cf2 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@61147cf2 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@cd9614c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cd9614c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cd9614c 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@d53427ff registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d53427ff captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d53427ff 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@1635202f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1635202f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1635202f 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@4699f1d registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4699f1d captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4699f1d 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@41891567 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@41891567 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@41891567 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@39e0a3b1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@39e0a3b1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@39e0a3b1 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@a55fd133 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a55fd133 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a55fd133 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@d8befe4e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d8befe4e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d8befe4e 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@7e589cf registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7e589cf captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7e589cf 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@29de42ed registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@29de42ed captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@29de42ed 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@5477c9a1 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5477c9a1 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5477c9a1 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@2ca0b3a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2ca0b3a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2ca0b3a 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@51d20fc6 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51d20fc6 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@51d20fc6 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@d16bf263 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d16bf263 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d16bf263 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@c0489116 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0489116 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c0489116 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@ebb22b71 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ebb22b71 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ebb22b71 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@6cda624c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6cda624c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6cda624c 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@61787afe registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@61787afe captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@61787afe 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@4415b87e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4415b87e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4415b87e 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@d474579e registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d474579e captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d474579e 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@5ce60bfc registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5ce60bfc captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5ce60bfc 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@4de3e97a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4de3e97a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4de3e97a 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@cbfc9771 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cbfc9771 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cbfc9771 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@2b06ebeb registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2b06ebeb captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2b06ebeb 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@452ac98a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@452ac98a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@452ac98a 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@9f067b5a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9f067b5a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9f067b5a 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@2bc8e04c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2bc8e04c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2bc8e04c 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@6b410cad registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6b410cad captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6b410cad 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@b488d2bb registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b488d2bb captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b488d2bb 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@741a2445 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@741a2445 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@741a2445 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@e927f1d7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e927f1d7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e927f1d7 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@77c0afb7 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@77c0afb7 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@77c0afb7 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@7d46cb1f registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7d46cb1f captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7d46cb1f 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@2a892db3 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2a892db3 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2a892db3 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@87f0572a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87f0572a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@87f0572a 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@75bf0767 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@75bf0767 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@75bf0767 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@1d2abbc4 registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1d2abbc4 captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1d2abbc4 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@e830bf2a registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e830bf2a captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e830bf2a 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@af6dc37c registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@af6dc37c captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@af6dc37c 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.