Forum Discussion

8 Replies

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    Is the backend configured with NTLM as the authentication provider?

     

    Should see the 401 response in apm log. When SSO fails do you see the logon prompt window?

     

  • Yes, the customer sent a wireshark log and there you see clearly its a ntlm authentication.

     

    Well this is also strange, i just did a new check. I did clear my settings and did a logon. This time i got this (it still dont work)

     

    http://pastebin.com/UWnQzJa9

     

    Thre you can see the ntlm stuff.

     

    Then i did a new check, then the logs just look like this.

     

    http://pastebin.com/yuCBWWX7

     

    Yes i do see a 401 page when i try to logon

     

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    Try enabling "Split domain from full Username" in the logon page

     

  • I have it already, i also do a variable assign that looks like this session.logon.last.username = expr { " sheep\[mcget {session.logon.last.username}]" } Before the sso credential mapping Since i also trying to be able to get sso to a webapplication to work (sheep is the domain). I need to specify sheep\username when i log on to that.

     

  • Hmm, but if the webapplication in this case needs to have the domain\username how do i solve it then?

     

  • Also, i noticed that after i try to browse the ntlm webapplication, i get this session variable. Then the other sso Resources stops working.

     

    session.sso.token.last.username.sso.state 1 1

     

  • HI,

     

    were you able to solve the issue? If Yes, can you please provide the steps taken.