Allow only authenticated users to access website pages
Hi all,
What is the best way to allow only authenticated users to access website pages?
The identity provider is an external system where users are stored, and authentication can be done via its API.
Any solution proposals that is not based on CUG(closed user group)?
Or if CUG has to be used, how can it work with an external IdP?