You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the need to use dexador to connect to a http server that requires kerberos authentication. I have kerberos authentication working on the local system, I am able to fetch multiple tickets, and use kerberos through the browser.
I would like to extend dexador to use kerberos authentication. I am unsure on the best way to do this.
Should I try to modify dexador itself to allow for kerberos style authentication.
Should I make a new library and wrap dexador and make custom handling of functions.
If you recommend modifying dexador, would you accept a PR with the required functionality once it adheres to your requirements. Thank you for your time.
The text was updated successfully, but these errors were encountered:
wmealing
changed the title
Adding kerberos authentication to dexadore.
Adding kerberos authentication to dexador.
Feb 13, 2024
I don't know how kerberos + http works so I can't answer your question, but felt that silence isn't a great answer either. My vague understanding is Kerberos authentication would be done before you even touch dexador, so you'd probably just be wrapping calls to get/put etc. with something that provides headers with appropriate keys. If you did need plug-in points inside dexador, I'd be happy to accept non-breaking changes to add them if needed (but warning: dexador is kind of an... ugly codebase... best avoided if you can).
Gday,
This issue is asking for advice.
I find the need to use dexador to connect to a http server that requires kerberos authentication. I have kerberos authentication working on the local system, I am able to fetch multiple tickets, and use kerberos through the browser.
I would like to extend dexador to use kerberos authentication. I am unsure on the best way to do this.
If you recommend modifying dexador, would you accept a PR with the required functionality once it adheres to your requirements. Thank you for your time.
The text was updated successfully, but these errors were encountered: