Hi @Amit-8473
I tracked the correlation ID that you have provided as part of the error. However, I didn't find any error related to reply url. The error that I can see with the correlation ID is UserInformationNotProvided.
UserInformationNotProvided means that a user is not signed in. This is a common error that's expected when a user is unauthenticated and has not yet signed in. If this error is encouraged in an SSO context where the user has previously signed in, this means that the SSO session was either not found or invalid. This error may be returned to the application if prompt=none is specified in Oauth requestto facilitate silent signin. If that is the case, you may try adding prompt=login to the OAuth request for interactive sign-in prompt.
Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.