Here comes one of a tricky requirement for my project. I have 10k users of my intranet application. Everytime i login into my application via link or through entering url in browser. it should display the authentication popup.
m using AD authentication and how to sync it up with FBA? Group and access will not solve my proble.
not sure loginasanotheruser will solve my problem as it is sp2013
in detail req
What we want is specified in flow below
User logs in tha app-> browse the app-> tries to enter sensitive area(list/library/pages- part of seperate web application)->should prompt popup for userid and password-> user enters the credentials->Able to see data.
This is to make sure if in case user leaves the system idle and moves out then only authenticated users should see the content.
Since I am totally new including the environment, Request you to please suggest in a way that user cannot get the url through view source also.
I know in SP2010 this can be done through "Loginas another user" through server side coding in cs file but how to proceed in SP2013 and which webpart to choose to get authentication popup.
Thanks Ba$va