Adam Hodowany

Results 6 issues of Adam Hodowany

Hi, we have a case where we store IdPs in database, instead of config file. It allows us to store metadata with a db record.

I can successfully connect samly with GSuite SAML app, but I receive a warning when starting a server: ``` [warn] [Samly] SLO Endpoint missing in [nil] ``` I'm not an...

need feedback

We store IdPs in database and we use this function to refresh config without restarting the app

SSE introduced inconsistent error here: https://github.com/elixir-tesla/tesla/blob/tt/finch-stream/lib/tesla/adapter/finch.ex#L143 Finch adapter was always expecting Mint error. I've looked at other adapters and seems like `{:error, :timeout}` is used consistently, previous error-handling implementation would...

Hi, I have a problem that talon responds with strange HTML entities in text when using `extract_from_html`. [File I used to reproduce it](https://gist.github.com/hodak/1bc9fd19f8546fff0cb1c9a7a48ccd2a) Here I use Polish `ł` character: `quotations.extract_from_html('Napisał(a):\nx')`...

Let's say you get this kind of email claim in SAML Response ```xml [email protected]@evil.com ``` using Samly you will get this assertion: ```ex %Samly.Assertion{ attributes: %{ "email" => "[email protected]@evil.com", ......