Sczlog
Sczlog
I am facing the same issue and I use `memfs` to create a in-memory file then send it, it seems work well.
@styfle It work well when I write the code directly, just like you mentioned, but if the code is from a dependency it become what i have write, I am...
Find myself a workaround, use `mime/multipart` to create body, set raw body and content-type will keep the order. ``` var bBody bytes.Buffer writer := multipart.NewWriter(&bBody) writer.WriteField("firstkey","firstvalue") writer.WriteField("secondkey","secondvalue") part, err :=...
@KirillTertunov that was assertionConsumerService not AttributeConsumingService, are they the same?
you should check https://github.com/tngan/samlify/blob/43ac2964dc61af4d8710342107c16c65f32c9bf6/src/metadata-sp.ts#L63-L69 they are different properties