Opened 17 years ago

Last modified 17 years ago

#231 closed enhancement

Add the ability to respond to any realms in SIP authentication — at Version 1

Reported by: bennylp Owned by: bennylp
Priority: major Milestone: release-0.8.0
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

Currently PJSIP will only respond to authentication challenge when the realm in the challenge matches the realm in the configured credential. This is required so that PJSIP would be able to authenticate against multiple challenges in the response.

However this is not very convenient for some (most?) applications, and on these cases, it will be helpful if PJSIP is able to respond to different realms than the configured one.

One potential solution for this is to have a special or default realm (such as wild card/"*") which can be used to respond to any realms found in the challenge. There can only be one wild card credential of course, so this can only be used to authenticate against one server only.

Change History (1)

comment:1 Changed 17 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.