-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Error after SAML authentication #10556
Comments
Problem is that search for signature tag returning nothing, because whole assertion is encrypted. So now the question is encrypted assertion supported? |
@Bill81710 (from #2770) is your saml response encrypted? |
Anyway, solved for me by removing public/private key from saml settings. This disabled encryption on ADSF side and auth worked. Probably this must be documented somewhere? |
Can you check if it's working on the current version of Rocket.Chat? |
What exactly should work with current version? Encrypted assertion is now supported? |
Added certs for SAML. Will check it tomorrow. |
Same error with 0.68.5
|
@BcTpe4HbIu : I'm hitting the same error, can you explain your workaround ? Did get the part of removing public and private key |
@zopanix The problem is "encrypted assertion". If your authentication party sends it in reply - Rocket.Chat will fail to process it. So workaround is to ensure reply is not encrypted. ADFS, for example, will automaticly encrypt reply if public key is present in service metadata. So if you clean fields private key and public cert in saml settings ADFS will reply without encryption. |
@BcTpe4HbIu : thx, was not sure I understodd it correctly. |
@Hudell can you take look again in this one, please? |
This one was fixed by #12153 |
Description:
Server Setup Information:
Steps to Reproduce:
Expected behavior:
Login to server
Actual behavior:
Error reported
Relevant logs:
No errors logs in browser or server log.
The text was updated successfully, but these errors were encountered: