This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reverse Authentication Template for Sharepoint

Based on FrancWest's Exchange 2013 template:
Reverse authentication template for Exchange 2013

Template changes from my side:

  • olk_logo_white.png  - image replaced with Sharepoint 2013 logo.
  • logo.png - replaced with generic one. In reality there should be a  company logo.
  • login.htm - converted to unicode format, so that international characters can also be used.

Changes that should be done on the client side:

  • Browser Title - set to "Sharepoint Portal" by default, can be modified editing  section of login.htm file (using notepad).
  • Company Logo - logo.png, 423x55 PNG file with transparency enabled.
  • Labels - Username/Password/LogOn labels can be changed in login.htm file (using notepad).


This thread was automatically locked due to age.
  • Based on FrancWest's Exchange 2013 template:
    Reverse authentication template for Exchange 2013

    Template changes from my side:

    • olk_logo_white.png  - image replaced with Sharepoint 2013 logo.
    • logo.png - replaced with generic one. In reality there should be a  company logo.
    • login.htm - converted to unicode format, so that international characters can also be used.

    Changes that should be done on the client side:

    • Browser Title - set to "Sharepoint Portal" by default, can be modified editing  section of login.htm file (using notepad).
    • Company Logo - logo.png, 423x55 PNG file with transparency enabled.
    • Labels - Username/Password/LogOn labels can be changed in login.htm file (using notepad).



    Hello, the templates look and work really well, for my needs I am struggling and I was wondering if you can help? When the form is submitted I need the page to authenticate and redirect to a specified url, would you have any idea how to do this? I have found multiple threads looking at the function redirect but I can't get it working :-(

    Many thanks
  • To explain a little more, the url used and exact place I need to go is https://example.com/web, after the form submit it takes me to https://example.com..... I can tag the /web on the url and it works fine but as the url is using its own built in webserver and no way of modifying the the code of the application\web server I need the web form to redirect me to the exact url once it's been submited and authenticated me. 

    I would really appreciate any help

    Thanks
  • As far as I know URL redirection is not supported on the UTM.

    Similarly, I've had many Exchange /OWA redirection client requests that I solved not on the UTM, but on the internal IIS services.
  • Ok thanks if it can't be done with the web form I'll have to look at iis, thank for your help.
  • Using basic authentication it does not drop the /web when logging in but ide like to use forms.
  • Using basic authentication it does not drop the /web ...


    Yes, your login is cached after successful authentication, but adding /web manually is not an elegant solution.
  • Hi,

    Can't seem to find a download link for this one - is it still available?

    Thanks.....