Hello,
Currently our login prompt is an actual window.
We would like to change it so that while accessing SharePoint externally via IIS the prompt is embedded into a page in the browser.
Is this possible?
Thanks.
Windows Claims continues to leverage NTLM or Kerberos (or Basic). Â But it still requires forms configuration.
Actually you can do it with Windows *and* forms at the same time (i.e. It’s forms based but you still type in your Windows credentials). Just need to use claims not ntlm for your Auth. Not to be undertaken lightly though.
Not with Windows authentication. Â It can be done with FBA, but I wouldn’t implement the complexities of FBA simply because of a login popup.