473,750 Members | 2,190 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

single sign on software for all application?

20 New Member
Hi everbody!

i need single sign on software for our php website , For all application, because we used visual basic and php, and another things so we need software to do single sign on , that the user logs once to his page , and logs out when ever he want .

as i said this software must be for all application i mean it shoud not be written by aprogramming language , i;m looking for this product , but till now i found software under the name sso (single sign on) , but it does not do that for me , it provides some security i don't know what to type in google in order to find what i'am looking for.

if any one have an idea about this software please give me help!!

thanks alot....
Jun 27 '07 #1
7 2290
poe
32 New Member
I am not sure exactly what you want to do. Do you want to allow multiple web-based applications to use the same login credentials used to login to the OS? If so, are all the web applications custom-built or are you using proprietary/commercial software that you would like to add SSO to?
Jun 27 '07 #2
hamarsheh
20 New Member
in our website user has to enter his name & pw , to log in to the website and get his right permissions , and because the db used have high security that not everything is available for all users , we don't want to keep asking the user for his account , every time he opens apage , we want to take his account once , and make it present in all pages, and this is the work of sso , there are softwares available for this , they are not written for application on acertain language , and this what we need because as isaid we used more than one language in programming .
these softwares are installed and then it can automatically activate sso on you'r website .

and to make it more clear , in our website a php page may open a visualbasic application , on this application permissions are limited according to the user, website has to know the user permission but the problem is that you can't transfer variables to the visual basic and the other applications .. and so we have to use these softwares which are much easier for us.

i hope i can find that ...
thank you
Jun 28 '07 #3
poe
32 New Member
We had a similar situation in a company I worked for previously. We used SiteMinder made by Netegrity which is now CA. Here is a link to their current product page: http://ca.com/us/products/product.aspx?ID=5262

It is a fairly expensive product, but from what I remember, all the options we had were equally expensive.

I hope this helps.

--
Poe
Jun 28 '07 #4
Motoma
3,237 Recognized Expert Specialist
Hi everbody!

i need single sign on software for our php website , For all application, because we used visual basic and php, and another things so we need software to do single sign on , that the user logs once to his page , and logs out when ever he want .

as i said this software must be for all application i mean it shoud not be written by aprogramming language , i;m looking for this product , but till now i found software under the name sso (single sign on) , but it does not do that for me , it provides some security i don't know what to type in google in order to find what i'am looking for.

if any one have an idea about this software please give me help!!

thanks alot....
Are you looking for a ready-made product to drop in, or are you open to the idea of setting your own up?
Jun 28 '07 #5
hamarsheh
20 New Member
We had a similar situation in a company I worked for previously. We used SiteMinder made by Netegrity which is now CA. Here is a link to their current product page: http://ca.com/us/products/product.aspx?ID=5262

It is a fairly expensive product, but from what I remember, all the options we had were equally expensive.

I hope this helps.

--
Poe

i used the link the page was opened , but i really didn't know where to go !
i searched for a trial version on the web site , but i didn't find that.
i need a trial version to try this product ...
how to get it? ...
thanks alot!
Jun 30 '07 #6
hamarsheh
20 New Member
Are you looking for a ready-made product to drop in, or are you open to the idea of setting your own up?
what we need is a product for sso , not an application written in php or other language..

the problem is that i need to transfer a variable from php page to asp , but i couldn't , i spent alot of time searching for this but what i got is that you can't do that ..

so i thought of installing those products ..

have you any idea about transfering variables from php page to asp page..
itried using cookies but it did't work !
or if you know a product for sso like the one Poe
gave me..

thanks ...
Jun 30 '07 #7
kovik
1,044 Recognized Expert Top Contributor
have you any idea about transfering variables from php page to asp page..
itried using cookies but it did't work !
Eww. You shouldn't use cookies for anything other than "remember my username." You can send variables using GET and POST methods to and from any language. They are HTTP governed and have no bias towards one particular language.

So, you post a form from a PHP page to an ASP page, and the ASP page gets the posted variables.


Also, for staying logged in, you could access sessions through a database that all applications have access to (which is pretty much the only way to do it).
Jun 30 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1637
by: mdb | last post by:
I'm in the process of converting an application that used to be hosted by IIS to a Windows Forms application using remoting. One of the features that the web application supported was single sign on - that is, you had to authenticate to the IIS server, but if you were in the same domain and local then your credentials would be picked up automatically. I'd like to be able to support the same thing in my remoting application. Any...
1
1531
by: Cowboy \(Gregory A. Beamer\) | last post by:
Quite a few months back, I was able to create a single sign on app for all apps on a single box (perhaps a domain, but never tested) by setting the auth cookie name to an identical value: <authentication mode="Forms"> <forms name="SingleSignOn" loginUrl="login.aspx"> </authentication> I could then surf from app to app on the same box and the cookie, named the same, would allow me to bypass the logon form. I currently have an app in
1
2296
by: Rodney Lane | last post by:
Hi I am investigating the possibility writing an application which uses single sign on with ASP.Net / VB.Net and was wondering if anyone has endeavoured to do this yet. I will most likely be using Site Minder as the single sign on engine, and building the ASP.Net front end to drive it. Does anyone know where I can find some code on how to manipulate standard
3
3578
by: daniel | last post by:
Hi, i want to use dotnet web form to do SSO with AD now, but i don't know to do it. where can i look for relative article or sample code ? thanks.
2
2151
by: KeithH | last post by:
Question. Not sure if it's posted elsewhere, but here is my situation. I would like to create a Signon ASP.NET Application where the user would go to and sign in. Based on the credentials I would then transfer them to another application (on the same server in the same domain). I would like to use Forms Authentication. So, for example, if I have 2 applications for Customer1 and Customer2. I would like to create a third application called...
1
2322
by: EricMatz | last post by:
I work for a medium-sized insurance company, developing web-based systems for our independent agents. There are four primary applications we provide - one that serves as an agent portal (ASP), and three others that serve applications specific to each line of business (one ASP, two ASP.NET). Each of these applications reside on their own server/environment, all of which are in the same AD domain. We also have multiple top-level domains...
3
2053
by: Joe Fawcett | last post by:
Dear All We have an application where users login, their name/password details are stored in a table, and now we want to add a third party bulletin board that lives in its own virtual directory. Both applications are running on the same IIS. How do we authenticate users so that they don't have to sign in again without passing their name and password in the querystring or request header? The login details are the same for both...
3
3173
by: Pouria | last post by:
Hi, Does anyone have any experience with single sign on for .Net windows applications or windows services? So the idea is to be able to use the user credentials from logging into windows to authenticate the user for using a windows application or windows service. I have found some information on the web on how this can be done for a web application (which relies on internet explorer for the most part) but nothing for windows...
3
2564
by: =?ISO-8859-1?B?UOVs?= | last post by:
Hi, I need a simple single sign-on solution for .NET. The solution needs to support both windows and web. So, basically what I need is a solution where I log in once and then can access other applications and webpages on the intranet. I can't use Active Directory. Can anybody point me in the right direction?
0
9000
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8838
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9577
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9396
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
6081
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4713
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3322
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2804
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2225
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.