Tutorials
Community
Forums
Careers
EasyCFM.COM ColdFusion Forums
/
PHP to CFML
/ PHP to CF Oracle SSO
Login
Join
Search
Reply to Discussion
|
New Discussion
<<
previous
||
next
>>
Posted By
Discussion Topic: PHP to CF Oracle SSO
dduck1934
09-19-2006 @ 10:32 PM
Reply
Edit
Profile
Send P.M.
Powered by
Gravatar
Senior Member
Posts: 264
Joined: Sep 2004
I am currently looking into implementing oracle sso with coldfusion. The stuff i have found out there off the oracle.com site has been in jsp and php, and pl/sql .
The php code to do the sso stuff can be found here
http://www.oracle.com/technology/oramag/webcolumns/2003/techarticles/bennett_php.html
I need to figure out how to convert that into cf. I havent touched php in years, so i need some help from you guys.
Anyone up for the challenge?
Matthew (dduck)
I feel my luck could change...Its gonna be a glorious day.
dduck1934
11-14-2006 @ 9:57 AM
Reply
Edit
Profile
Send P.M.
Powered by
Gravatar
Senior Member
Posts: 264
Joined: Sep 2004
In case any of you are interested, I was able to get the same functionality of the PHP in CF.
I basically setup two variables.
<!---request--->
<cfset req =
getPageContext().getRequest()>
<!---response--->
<cfset res =
getPageContext().getResponse()>
then i can get and set headers and grab the authenticated user.
<!---Request--->
<cfdump var=
"#req.getRemoteUser()#"
>
<cfdump var=
"#req.getHeader('easycfm')#"
>
<!---Response--->
<cfset res.setHeader("easycfm","http://www.easycfm.com")>
I know most of you do not use Oracle, but I thought this would prove beneficial to someone, somewhere as it did me.
see ya!
I feel my luck could change...Its gonna be a glorious day.
Coding Help!
-- Coding Help!
-- Application Beta Testing Area!
-- Good Coding Tips!
Other Adobe Products
-- Dreamweaver
-- Flash Development
-- Flex Development
Database Help
-- MS Access Related Issues
-- MS SQL Server Related Issues
-- MySQL Related Issues
-- Oracle Related Issues
-- Other
ColdFusion Server/Applications
-- ColdFusion Server
-- ColdFusion Applications
General Area
-- General Discussion
-- New Users Area!
-- Feedback Area
-- Site Stuff!
-- Polls
Code Conversion Help
-- ASP to CFML
-- CGI to CFML
-- .NET to CFML
-- JSP to CFML
-- PHP to CFML
ColdFusion Hosting
-- ColdFusion Hosting
EasyCFM.COM Tutorials Area
-- Tutorial Requests!
-- Bug Reports!
Free ColdFusion Hosting
-- Hosting Support
-- Requests
Developers Work Showcase!
-- Work Showcase!
ColdFusion Jobs / ColdFusion Careers
-- ColdFusion Related Jobs
Administrators & Moderators
-- Administrators & Moderators Only
--- Log In
--- Register
--- Search