473,385 Members | 1,429 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Automatic sign-up and sign-in across different domains without cookies?

I'm trying to find a website that does the following:
1. Signs you up to a second site under a different primary domain (i.e.
as a result of a checkout or something). The username and password may
be automatically generated.
2. Sign-ons for you and redirects you to the second site without the
need of you signing up or signing in and without cookies (as the top
domains are different)

I can't find an example of such a site. Do you know any?

Thanks,
Jimmy

Nov 19 '06 #1
1 1269
What is your goal? Simple sign in with light security? Or, heavy security.

Passport is a decent example of a site with heavy security, but it is rather
difficult to create this functionality yourself as browsers are becomming
smarter at finding cross-browser attacks, etc. While you are not attacking,
the code will be seen in the same manner.

For light security, you can embed an iframe in multiple sites. If the user
is not logged in, boot him to a login page. it is simple to employ, but
could be caught by a browser.

Passport is an option, of sorts, although MS is completely scrappign the
current implementation. There are other solutions like this.

You can embed controls on the page that check security, but this requires
users have the plug in necessary to use the control. This can be Java,
Flash, ActiveX, etc. depending on your audience.

I know of no examples on a "roll your own" multi-domain scenario. If you
find one for .NET, post. It would be an interesting link to look at.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside the box!
*************************************************
"Jimmy" <am******@gmail.comwrote in message
news:11**********************@j44g2000cwa.googlegr oups.com...
I'm trying to find a website that does the following:
1. Signs you up to a second site under a different primary domain (i.e.
as a result of a checkout or something). The username and password may
be automatically generated.
2. Sign-ons for you and redirects you to the second site without the
need of you signing up or signing in and without cookies (as the top
domains are different)

I can't find an example of such a site. Do you know any?

Thanks,
Jimmy

Nov 21 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bruce W...1 | last post by:
Does PHP do automatic garbage collection, or should you explicitly destroy things. I found this statement mysql_free_result($result); This makes me wonder. Thanks for your help.
2
by: Sirano | last post by:
Hello, I'll want automatic upload pictures from a specified folder to the internet with PHP code. Or does somebody know a Website where I could find an answer for this. Thanks, Sirano
12
by: Christopher J. Bottaro | last post by:
If I have the following class: class MyClass: def __init__(self): m_dict = {} m_dict = 1 m_dict = 2 m_dict = 3 Is there anyway to generate automatic accessors to the elements of the dict?
4
by: Jason Heyes | last post by:
I want Foo-type objects to be convertible to Bar-type objects. Can I use operator Bar() to do this just as I would use operator bool() to convert to boolean? Example: class Foo { public:...
3
by: apple | last post by:
UDB v8 fp 6a on AIX 5.1.0.0 Below is a manual incremental recover from compressed backup datasets. With external compress backup datasets, can it be coded to do an automatic incremental recover?...
2
by: hubert_s | last post by:
Hi, I have DB2 8.1 fixpack 7a on Win 2003 Srv, When I tried to enable automatic statistics I got the following error message: db2 update db cfg for SAMPLE using AUTO_STATS_PROF ON ...
1
by: ABC | last post by:
Is there any best solution automatic delete file within the special time? My web application can generate many pdf files for users. Because there are many users, I need to control the total...
2
by: Jaans | last post by:
A very cool feature of the ASP.NET 2.0 membership provider includes the automatic "lockout" of users after repeated failed login attempts. I have a scenario where we don't want this to happen, so...
7
vikas251074
by: vikas251074 | last post by:
Can I get automatic focus on first text item just after running programme? Because when I run the programme, there is no focus on any text item at the first instant. I have to use mouse to go to...
3
by: Author | last post by:
If we do automatic property, we don't declare the private fields because the compiler will generate them for us. Then, how do we implement a constructor that takes the private fields as its...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.