I have recently set up Nginx Proxy Manager to remotely access resources on my LAN. None of these resources (unfortunately) are able to use LDAP, OAuth etc. I followed the guide by Cooptonian (https://www.youtube.com/watch?v=Nh1qiqCYDt4&t=304s) so Authentik handles the logins.
My initial understanding of Authentik was that I would be able to have “X” amount of apps using Authentik, and once authenticated on one of them, any other queries to another app handled by Authentik would check the authentication state and let me through.
At the minute, if I authenticate on app1.domain.com, I still have to authenticate on app2.domain.com and so on.
Have I completely misunderstood how Authentik, and maybe SSO, works with this or is there a way for me to achieve what I want?
Thanks in advance!
I didn't see too many, if any, videos demonstrating how to setup 'Applications' within Authentik...only the initial install/quick configuration by IBRACORP's video. And some of Authentik's documentation can be confusing or not detailed enough. I kept getting '500 Internal Server Error' messages on my first several attempts. So if anyone else is ...