AtlasOfLivingAustralia / doi-service

ALA DOI minting service - integrates with ANDS to produce the DOI, provides a landing page, and stores the associated file
https://doi.ala.org.au/
0 stars 4 forks source link

https://doi.ala.org.au/myDownloads doesn't redirect to CAS #49

Closed ansell closed 5 years ago

ansell commented 5 years ago

https://doi.ala.org.au/myDownloads should redirect to CAS when users are not logged-in, but currently it returns the following error message:

No UserId provided - check user is logged in and page is protected by AUTH

This is important as we are including this URL in emails, and users may not be logged in when they click on the link in their email and we should do the usual redirect through CAS that we do on the other compulsory authentication pages.

nickdos commented 5 years ago

Missing entry in uriFilterPattern, see https://github.com/AtlasOfLivingAustralia/doi-service/blob/master/grails-app/conf/application.yml#L147

ansell commented 5 years ago

This is now working on doi-test.ala.org.au for me. Closing and moving to Ready for CAB on the board.