PASTAplus / DataPortal

EDI Data Portal
3 stars 3 forks source link

Authentication via LDAP does not work when going through the privacy policy screen #141

Open rogerdahl opened 1 month ago

rogerdahl commented 1 month ago

When a new user authenticates via LDAP and goes through the privacy policy, the final target is on the old form, which includes only the hostname, not a complete URL. It looks like this can be fixed by modifying the line in dataportal.properties:

auth.target=portal.edirepository.org

to

auth.target=https://portal.edirepository.org/nis/login

We will do this update during the maintenance window on Wednesday.