Error:
Once we install the ovirt-Engine on Linux and when try to access:
https://<IP>/ovirt-engine getting error:
The redirection URI for client is not registered.
Solution:
1. Create a new configuration file:
/etc/ovirt-engine/engine.conf.d/99-sso.conf and include the following:
SSO_CALLBACK_PREFIX_CHECK=false
2. Restart the oVirt Engine service:
systemctl restart ovirt-engine
Note: This action will disable the additional security check for the callback prefix.
Comments
Post a Comment