CAS and Custom Login
KennedyApr 15 2009 — edited Jan 4 2013Hello, I'm trying to integrate our CAS Authentication Server with APEX for Single Sign On. Currently I have a pl/sql procedure to authenticate the users. Once CAS Authenticates I would like to redirect the user directly into APEX. Is it possible to use the APEX login API's to dynamically the url for the user.
Right now the procedure I have returns the username, but I don't have the user's password. Basically I want to create the session id programatically. I've seen some procedures in teh apex_custom_auth like set_user and set_session_id. I just don't know exactly how to use them.