Hi,
I have configured my CAS server (6.6.2) to act as a SAML IdP. However, I have trouble integrating Oracle Apex as a SP. I found out while debugging that it expects timestamps in this format yyyy-mm-dd"T"hh24:mi:ssXFF"Z" when it receives an assertion from CAS.
The default format in CAS seems to include the milliseconds part and it triggers an Oracle error. I can't edit the code on Oracle's side (it's in a wrapped package provided by Oracle) so I tried to find a way to change the date format in CAS but could not find a configuration to modify. Does anyone know where I should look?
Thank you!
Joseph