Armin Krezović

Results 9 comments of Armin Krezović

Hi @wlallemand. I just stumbled upon this trying to configure OCSP Stapling in haproxy. Is it possible to use Le_OCSP_Staple info already present in haproxy.sh and add commands from https://www.haproxy.com/documentation/haproxy-runtime-api/reference/set-ssl-ocsp-response/...

Hi @wlallemand! Looking forward to proper support. Thanks for your reply!

https://github.com/spring-cloud/spring-cloud-netflix/issues/4185

Hi @michael-doubez, this is a working draft where the most basic and common functionality works: - Added "Enable/disable refresh token" support - a simple checkbox when "manual config", detected when...

Hello, I believe I have handled most of the use-cases except the logout. The question remains on how do we proceed. Answering the points in the order they were raised...

Thanks for the feedback @michael-doubez. I have removed IdToken from Session and moved it strictly to SecurityContext. Thank you @jglick for spotting missing Serializable and for bumping this MR as...

Thanks to @jglick for brief explanation on what I've missed and the original purpose of issue #100. The plugin will now serialize OIDC tokens into User object so they are...

> I've been playing with this in a local cluster and the easiest way i've found is to: > > * Create a job or folder that your test user...

> See https://github.com/michael-doubez/oic-auth-plugin/tree/token_refresh > > Note: some unit test still to adapt/fix Hi. Thanks for doing the heavy lifting. I was already halfway through and was hoping to finish it...