Hi,
i would like to know if i can configure the redirec_uri sent to ADFS by OTDS by my OAuth 2 handler.
For example, i get the following error from ADFS:
The received 'redirect_uri' parameter value does not match a valid redirect URI registered for the client identifier "**************". redirect_uri value received : “https://*************/otdsws/login?authhandler=ADFS”.
The portion after ? i causing the error.
Apparently, the configuration in ADFS does not allow urls with query parameters, only domain and path.
Is there a way to change the redirect_uri that is sent by OTDS (20.2.3) to ADFS to avoid this problem?
Thank you.