Public access vs login screen

I have one page that has public access permission. I use it to send individual record links to trade partners and don’t want them to have access to the main collection page. But also, since I’ve created this one public access page now anyone not logged in goes to that instead of a login page as they should. What am I doing wrong?

Good question @onlymatt

You’re not doing anything wrong - the app is now public, there’s no need to redirect you to the login page, as they can access the app.

If that’s not the behaviour you want, maybe you should add a Public (but hidden page) that has a button that brings them to the login page if they’re not meant to be going to the other public page.