My Web Application on our corporate intranet utilizes windows authentication. If this application is accessed via the Safari, the safari browser does not support windows authentication.
I do not have a sign/login page for this application but seems like I will have to create one if the application is accessed via Safari browser. I can create the authentication page, I need to understand, How I could detect that the user is a safari user and route to a view which would enable the user to add their network credentials to authenticate.
Thanks in advance.