Unable to access samba shares from our windows servers

Hi Team,

We are moving our Samba servers from Centos to Rocky Linux, we are facing some samba share access issues. access share with Active directory users account , Rocky Linux server join domain. sssd and samba services enable.
try access samba share from my windows box getting error like keep on asking credentials once enter login info its getting failed.

Below My samba config files.

[global]
realm = EXAMPLE.LOCAL
workgroup = EXAMPLE
security = ads
kerberos method = secrets and keytab
template homedir = /home/%U
idmap config * : backend = tdb
idmap config * : range = 10000-199999
idmap config EXAMPLE : backend = sss
idmap config EXAMPLE : range = 200000-2147483647
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
machine password timeout = 0

SSSD.config file.

[domain/EXAMPLE.LOCAL]
default_shell = /bin/bash
krb5_store_password_if_offline = False
cache_credentials = False
krb5_realm = EXAMPLE.LOCAL
realmd_tags = manages-system joined-with-samba
id_provider = ad
fallback_homedir = /home/%u
ad_domain = example.local
use_fully_qualified_names = False
ldap_id_mapping = True
access_provider = ad
ad_update_samba_machine_account_password = True
ad_gpo_ignore_unreadable = True

error screenshot.

Please help us to how to resolve the issue for samba share access with domain users.