Beniamin

Results 7 comments of Beniamin

Have you managed to solve your issue somehow @mltsy ?

@Yanchek99 after looking at the docs, does this gem support IDP initiated logout? I want to implement such thing (IDP initiates a logout that is then handled by SP so...

thanks for the reply. I'll be implementing that on my own then

turns out that all I had to was to change the callback site to 127.0.0.1 (becuase of how my hosts file is configured) I'm receiving now Invalid OAuth Request now...

Yes, I was able to do so. Think that my browsers was cashing some stuff from previous request - when doing that in incognito mode everything started working correctly. short...

okay so I have found the reason behind that missing self.transactions it was `if float(r[self.csv.amount_col]) < 0:` in make transactions, in my csv file all values are positive floats, and...

Yeah there are no bugs on the code, problems I've had was either the environment (server running on different url than the callback one) or data problems (csv had different...