Results 19 comments of Nicholas

@md5 I just wanted to confirm that this branch works fine. We were affected by https://github.com/onelogin/ruby-saml/pull/418 - with this branch it's working as expected and the character encoding issues are...

I've spend a bit more time on this issue and was able to make it work with AzureAD. AzureAD directly sends a HTTP request to the application for IdP initiated...

I've solved this by sending the email address base64 encoded. The email address is then decoded in the get_identifier_from_params_or_headers method.

I'm having the same issue. Maybe it's path related?

Had a bit more time to investigate: The problem is that the path is wrong, it seems to ignore the Project Base Directory set in the project configuration. When I...

Thank you @wojtekmach for looking into this. I'm seeing the same. Is ```disabled: true``` supposed to be working during test in 1.3.1? Your response suggests that you'd like to add...

Thanks. I've tried changing the width of the pages, but that broke the functionality.

Have you been able to reproduce it or is something that is unique to my setup? On 12.05.2012, at 22:27, Sebastien Arbogast [email protected] wrote: > Absolutely no idea. I've never...

I have been able to fix this issue by explicitly adding the plugin name to each render call. ``` renderedList = render(template: "/bootstrapFileUpload/list", model: [filesContainer: filesContainer], plugin: 'bootstrap-file-upload').toString() ``` Since...