python-rtkit icon indicating copy to clipboard operation
python-rtkit copied to clipboard

feature request (mixed auth)

Open laserfox opened this issue 9 years ago • 1 comments

Hi Guys,

I work in an environment where our initial login to RT is using kerberos. After that, we use cookie based authentication. Would it be possible for your to support a feature like this?

laserfox avatar Sep 04 '15 10:09 laserfox

Hi @laserfox, it's very difficult recreate an environment like your. Anyway I think you can obtain this creating a subclass of BasicAuthenticator and mixing Kerberos and Cookie.

z4r avatar Sep 04 '15 11:09 z4r