Re: Binding to static vars?

2019-10-11 Thread getsharp--- via Webobjects-dev
It’s certainly handy, but yes you feel a little bit dirty afterwards. Component validation is sacrificed. I usually tell myself I’ll go back and “do it properly”, which I rarely do. Quick negation is my weakness eg: disabled = ~!enabled; Sharpy. edit: oh dear, my workspace suggests I’m usin

Re: SSO-Integration (auth0.com)

2020-02-25 Thread getsharp--- via Webobjects-dev
Hi Peer, I’ve recently replaced our end of life SSO implementation (CoSign) with OpenID Connect via mod_auth_openidc. I went with Gluu as the OICD provider (https://www.gluu.org/ ). I assume mod_auth_openidc works with any compliant OIDC provider including Auth0. Ther