overture-stack / dms

Overture Data Management System
GNU Affero General Public License v3.0
0 stars 1 forks source link

Error Redirect URI in Ego UI Should be Initialized by the DMS #148

Open b-f-chan opened 3 years ago

b-f-chan commented 3 years ago

In Ego UI, there is a field on the application level for an Error Redirect URI.

This field is only used by Ego (not identity providers) to redirect users to the correct error page when an OAUTH error occurs logging into the DMS UI.

Currently, this is not automatically initialized against the DMS UI app by the DMS installer script. The DMS admin has to manually configure this as a post-deployment step.

This configuration should be added to our default Ego initialization steps by the DMS Installer.