Dominik Stanaszek

Results 12 issues of Dominik Stanaszek

SAML metadata can specify multiple IDP providers in one file. As for now Samly is not supporting this. This PR introduces a possibility of using federation metadata in IDP config....

Currently feeding Samly with metadata that describes federation (has `` tag in root) is not possible. Can we support that?

The example `tcpflow` usage in manual is out of date (for >= 1.3). It uses option `-e` for http processing and this option AFAIK is currently used for scanners. The...

It would be nice to be able to delete files by scope (and not by a specific file name). There are use cases where you upload multiple files per scope...

We would most probably want to eradicate the need for message dispatchers and manage messages in genservers callbacks (`handle_call`, `handle_cast` and `handle_info`). This also requires changes (or removal of) `lib/membrane/helper/genserver.ex`....

When you tried to define a command for action different than read/GET MIM would not take optional arguments into consideration. It was because we checked actual number of arguments against...

bug
WIP :construction:

Hey, I observe an issue with autocompletion. At first I can see what seems to be a correct autocomplete from the LS: after I type, for a few characters I...

According to the SAML RFC when using redirect binding and encoding method DEFLATE there should be no signature in `SAMLRequest`. It should be put in the url parameter. [1] https://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf...

This PR fixes a problem with logout only being possible with POST binding.

According to the SAML RFC when using redirect binding and encoding method DEFLATE there should be no signature in SAMLRequest. It should be put in the url parameter. [1] https://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf...