> > It seems like for some reason the execution key can not be decrypted. It > then tries to redirect me to an error page but it seems to start looping as > it still decrypt the execution. >
Quick sanity check looks ok. The base64 data following the underscore in the flow execution ID is the encoded ciphertext; taking the length of that data and multiplying by 3 and dividing by 4 gives a whole number, which is correct. Obviously such a simple check isn't very reassuring, but it is a sanity check that rules out obvious truncation of the execution ID. > I'm pretty much out of ideas where to look next. Any pointers? > I'd rule out URL encoding errors before looking into decoding and decryption minutia. M -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
