-
Notifications
You must be signed in to change notification settings - Fork 57
Logout function not working #10
Comments
Hi In logout request it need to send the users mail address in the filed
instead of "mail" Is there any reason for that ? Thank You |
I'know, but there are some issues in the gems dependencies to be solved. I'll check them. Thanks for your help! |
I configured the logout urls but if I click on logout link an AuthnRequest sent to SSO.
Did you have similar issue or have any idea why? |
I do have the same issue. I would accept a dirty workaround in which this field is always filled with the mail-field. This possible? |
Hi @chrodriguez, If there is any issue related to ruby-saml, please let me know, In order to execute a Single Logout Request with NameID and SessionIndex, all you need to do is to save in the session at the Assertion Consumer Service endpoint the SessionIndex, NameId value and NameIdFormat. You can retrieve them using: Later when you are generating a LogoutRequest, you need to pass those stored values to the constructor by the settings object: So in the sp_logout_request method, after getting a copy of the omniauth_saml_settings at settings, update that object with the values previously mentioned with the values stored on the session. |
I'am really busy by the moment... Can you contribute with the plugin writing the necessary code an creating a pull request? |
Hi
SSO function works perfectly fine , but when user try to signout from redmine , its not working
saml.rb file
Authentication Saml response it properly have the Session index value
But when generating the Logout request SAML response dont have the Session index value
And from the IDP side it print the following log
Can you please advice regarding this , is it due reconfiguration of saml.rb or its due to bug ?
The text was updated successfully, but these errors were encountered: