I'll be implementing shib here for at least one of my solutions in the very
near future. UCLA has migrated to it for all web authentication. I'd definitely
be interested to see what others have done with it. I'm actually really looking
forward to getting it done. It should definitely simplify a
On Jan 29, 2010, at 3:59 PM, James Cicenia wrote:
OK -
Let's see.
1) I am successfully using an AjaxGrid to show my list of
FestivalArtists
2) In that AjaxGrid I have a CellComponent that controls whether to
remove the item (it works) or to popup and editor (that doesn't)
3) Following C
I've been wanting to get my but off the ground and build out a WO
howto on integrating with Shib. OpenSSO might make it easier, but the
end result is still just getting a REMOTE_USER back that is asserted
to be ok. Authorization levels won't be know, but most store that
in-app (internal) or referen
FYI, SHA-1 is broken. Need to use a SHA-2 variety, such as SHA-256.
Just need to store 56-byte Strings and use "SHA-256" in the digest
instantiation.
On Thu, Jan 28, 2010 at 9:19 PM, Cheong Hee (Gmail) wrote:
> Coincidentally, I have completed a small framework on this same request from
> custom