Parts of my website require authentication and others do not e.g. Register page, About, contact us etc.
For the authenticated areas we integrate with ADFS. We are introducing WAP and are considering the following.
We could use preauthenticaiton and place all functionality that requires authentication in one application and then create a second application only for those parts that do not require authentication.
Is this a common/preferred approach?