Hi @MDaite · Thank you for sharing required details.
In the token request, scopes were added as openid+profile+User.Read, which was causing the issue. The scopes must be space separated. Once we replaced + with a space between the scopes, token issued successfully without any error.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.