-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help debugging: SLO SAMLresponse TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object. #33
Comments
What software are you using as IdP? Is this SP or IdP initiated SLO?
S.
… On 20. Mar 2019, at 21:59, Jelle de Jong ***@***.***> wrote:
Thank you in advance for any help.
I am trying to debug code in steffo_meteor-accounts-saml.js in rocketchat to see where my saml intergration with ipsilon goes bad.
This is the error I am receiving:
Sorry, an annoying error occured
TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
Close Window
I have more details here, but the error is thrown from saml.js and not ipsilon.
https://pagure.io/ipsilon/issue/316
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thank you for replying! This is an IdP initiated SLO that seems to go bad. I am using ipsilon-2.1.0-3.fc28 connected to freeipa. If you can help me debug and solve this I can donate to your cause. I can provide you with access to the server and an test account, just sent me a message. |
Could y please enable debugging (in settings.js, pls set "debug": true) and send me the log snipplet?
I never tried IdP init SLO I think.
S.
… On 21. Mar 2019, at 21:37, Jelle de Jong ***@***.***> wrote:
Thank you for replying! This is an IdP initiated SLO that seems to go bad. I am using ipsilon-2.1.0-3.fc28 connected to freeipa. If you can help me debug and solve this I can donate to your cause. I can provide you with access to the server and an test account, just sent me a message.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The logs including with debug on are in the URL: https://pagure.io/ipsilon/issue/316 in posted in the OP. I can provide access to the machines as well, |
Ah yes. Couple q
a. The SAMLLogout Request seems to encrypted. Correct?
b. In the SAML entity config, I see some <BR> tags in the cert value. Could pls check or provide yr settings.js?
S.
… On 25. Mar 2019, at 16:20, Jelle de Jong ***@***.***> wrote:
The logs including with debug on are in the URL: https://pagure.io/ipsilon/issue/316 in posted in the OP. I can provide access to the machines as well,
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I don't think I know where the settings.js is located in Rocket.Chat.
|
Pls see “Usage” section in https://github.com/steffow/meteor-accounts-saml/
You should have a settings file that looks similar. Definitely, the <BR>s are strange.
However, I would expect SSO to also not work. Is SSO working but SLO not?
|
@steffow can you guide me in debugging the error or willing to log into the server. It seems to be server side javascript that is generating the error and I have a hard time debugging the code flow. |
Could y please reach out to the Rocket forums? My implmentation is using Settings.js as mentioned.
If Rocket chat is using a different way to provide those params, you should check w them.
As I said, the BRs look strange.
… On 28. Mar 2019, at 15:48, Jelle de Jong ***@***.***> wrote:
@steffow can you guide me in debugging the error or willing to log into the server. It seems to be server side javascript that is generating the error and I have a hard time debugging the code flow.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@steffow I reached out on RocketChat: RocketChat/Rocket.Chat#13831 and What is the NameIDFormat steffo_meteor-accounts-saml.js works with? The metadata indicates: But the @ may cause issues in the code? |
@steffow I have a javascript developer debugging the code and it seems to be an bug in:
There are more people having issue with SLO: RocketChat/Rocket.Chat#13562 Is there any known to work implementation of SLO with the steffo_meteor-accounts-saml.js code? |
Could y please reproducing the err _without_ rocketchat? I can conform that SP initiated SLO works fine again OpenAM.
… On 2. Apr 2019, at 12:12, Jelle de Jong ***@***.***> wrote:
@steffow I have a javascript debugging the code and it seems to be an bug. There are more people having issue with SLO: RocketChat/Rocket.Chat#13562
Is there any known to work implementation of SLO with the steffo_meteor-accounts-saml.js code?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
-----
Steffo Weber, Hamburg
|
Hi @steffow , this was indeed a bug on the Rocket.Chat code, it was fixed about a week after the last comment in here, but I only saw this referenced issue today. I believe you can close it now. |
Thank you in advance for any help.
I am trying to debug code in steffo_meteor-accounts-saml.js in rocketchat to see where my saml intergration with ipsilon goes bad.
This is the error I am receiving:
I have more details here, but the error is thrown from saml.js and not ipsilon.
https://pagure.io/ipsilon/issue/316
Thank you!
The text was updated successfully, but these errors were encountered: