< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Authentication challenge issue


Hi,
        One issue with Authentication.
        I have created a profile for user Bob with the domain name
'biloxy.com'.
        Bob is trying to place a call to hirel@xxxxxxxxxx
        Hence 'Request Uri' and 'To' header will contain 'hirel@xxxxxxxxx'
        And From header will contain 'Bob@xxxxxxxxxx'.
        In the current implementation while challenging ServerAuthManager
use Request Line for supplying realm. Hence 407 Challenge responses contain
'cisco.com' in the required realm.
        Bob resends INVITE request 'cisco.com' in it's realm.
        But his profile domain is set to 'biloxy.com' hence
ServerAuthManager sends 404 Error response.
        
        I think ServerAuthManager should take realm from the 'From' header
instead of Request Line..
        
        Any guess...?
        
        Niraj