How to override Basic Auth mechanism on Public Page or Public API call

Hello,

I have read your other related post but had no direct clear answer for you. I wanted to verify a few things in the server core.

To get you on the same page, I give you a few guesses by me. These are not checked and not verified. So take them with caution.

  1. The security middleware might be responsible for analyzing the credentials.
  2. You might need to define the page as public
  3. It might be a good idea to define your custom middleware to check the credentials
  4. GitHub, code search or step debugging might be an option to get to the point where the core analyses the credentials.
  5. There are other options, you could have a look at: guest app

Here on the mobile phone, it is hard to inspect code die to the small display. Maybe I can look later into it once I am in front of a full monitor.

Christian