Hi Aliaksandr,
I tried changing the log level and I am getting the below messages from where I can get the client failure details.
Client Authentication failed
=================================
2023-05-18 10:58:29,333 TRACE [qtp1686100174-1623413] [org.gluu.service.BaseCacheService] (BaseCacheService.java:84) - Put data, key 'oxId=7009a79e-2102-4498-bb2c-c6c840e7e478,ou=sessions,o=gluu': 'SessionId {dn='oxId=7009a79e-2102-4498-bb2c-c6c840e7e478,ou=sessions,o=gluu', id='7009a79e-2102-4498-bb2c-c6c840e7e478', outsideSid='fa42a8e9-cae6-4ad0-b808-b0ed3cf953c4', lastUsedAt=Thu May 18 10:58:29 UTC 2023, userDn='null', authenticationTime=Thu May 18 10:58:14 UTC 2023, state=unauthenticated, expirationDate=Thu May 18 11:58:14 UTC 2023, sessionState='e46c9b27b11e42c7535ba636da2cd8178e0141a909887d6cae2f102f335b35b7.d7aa7add-99bd-44ee-b92c-470e54c80564', permissionGranted=null, isJwt=false, jwt=null, permissionGrantedMap=SessionIdAccessMap{permissionGranted={dbbc9aa7-90b3-455a-8244-1039b99d4c01=false}}, sessionAttributes={auth_step=1, acr=Azure-O365-Integration, remote_ip=198.151.217.183, auth_external_attributes=null, opbs=c76fef9a-92f7-4670-981f-87d64495fc22, scope=openid user_name profile permission email, response_type=code, redirect_uri=https://#########################/auth/oidc/, state=VyEtsF6zEqEWyAR, nonce=N646604c46c4c4, client_id=dbbc9aa7-90b3-455a-8244-1039b99d4c01, response_mode=form_post}, persisted=true}'
2023-05-18 10:58:29,333 INFO [qtp1686100174-1623413] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:225) - Authentication failed for 'akhina.kumar@sennovate.com'
Client Authentication Success
===================================
2023-05-18 11:02:13,809 TRACE [qtp1686100174-21] [org.gluu.service.BaseCacheService] (BaseCacheService.java:58) - Loaded from cache, key: 'inum=dbbc9aa7-90b3-455a-8244-1039b99d4c01,ou=clients,o=gluu'
2023-05-18 11:02:13,809 DEBUG [qtp1686100174-21] [org.gluu.oxauth.service.ClientService] (ClientService.java:133) - Found 1 entries for client id = dbbc9aa7-90b3-455a-8244-1039b99d4c01
2023-05-18 11:02:13,810 INFO [qtp1686100174-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:278) - Authentication success for Client: 'dbbc9aa7-90b3-455a-8244-1039b99d4c01'
2023-05-18 11:02:13,810 TRACE [qtp1686100174-21] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:221) - Authentication successfully for 'dbbc9aa7-90b3-455a-8244-1039b99d4c01'
2023-05-18 11:02:13,810 DEBUG [qtp1686100174-21] [gluu.oxauth.token.ws.rs.TokenRestWebServiceImpl] (TokenRestWebServiceImpl.java:124) - Attempting to request access token: grantType = authorization_code, code = 5cbbc1d6-f049-415c-8c0f-95430b950218, redirectUri = ######################3/auth/oidc/, username = null, refreshToken = null, clientId = dbbc9aa7-90b3-455a-8244-1039b99d4c01, ExtraParams = {code=[5cbbc1d6-f049-415c-8c0f-95430b950218], redirect_uri=[######################/auth/oidc/], client_secret=[Qn52pxdxwkcamNdPkldF3aQvxQfhuT4AH2HXjwjg], grant_type=[authorization_code], client_id=[dbbc9aa7-90b3-455a-8244-1039b99d4c01]}, isSecure = true, codeVerifier = null, ticket = null
As we are doing it for a continous process the log level chnage will cause lot of memeory issue. Is there any alternate solution for this.
Thanks,
Akhina S Kumar