SSO from linux container #95
Unanswered
haayman-imagem
asked this question in
Q&A
Replies: 1 comment
-
nothing is impossible, but I have no time to develop the equivalent library for linux. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know a thing about Kerberos, NTLM, etc.
My application runs in a linux container in docker but I'd really want to use this library for SSO. It's so easy when it works, but to my disapointment I couldn't build it using a linux container
My question is: is this an impossible wish?
What would be an alternative? Have a different container using windows to create a webtoken from the data obtained using req.sso? I wouldn't like this option since creating windows containers running node isn't officially supported.
Or should I mess around with kerberos config files? If so: I'm puzzled why it would work so perfectly config-less on windows and not on linux?
Beta Was this translation helpful? Give feedback.
All reactions