1. Minogue Susan
  2. PowerBuilder
  3. Tuesday, 18 June 2019 09:35 AM UTC

Hi All,

 

We have windows application developed in Power Builder 11.5 and recently, we migrated to Power Builder 2017. New migrated application works good. Now, we want to integrate it with Single Sign On, to achieve our company password policy goals. 

Kindly, let me know if this is possible in Power Builder. if so, please advise how we can achieve this.

Thank you in advance. 

Regards,

Anil.

Roland Smith Accepted Answer Pending Moderation
  1. Tuesday, 18 June 2019 10:37 AM UTC
  2. PowerBuilder
  3. # 1

The answer would depend on what type of database you are using.

Comment
There are no comments made yet.
Minogue Susan Accepted Answer Pending Moderation
  1. Tuesday, 18 June 2019 10:54 AM UTC
  2. PowerBuilder
  3. # 2

Hi Smith, we are using Microsoft SQL Server Database, version- 2014. Please advise, if we can implement for SQL server. Thank you. 

Comment
There are no comments made yet.
Kevin Ridley Accepted Answer Pending Moderation
  1. Tuesday, 18 June 2019 11:52 AM UTC
  2. PowerBuilder
  3. # 3

If completing their windows logon on the machine is enough, you can do "no signon" if you want by looking up the user in Active Directory and getting their role(s) from the DB.  Just some food for thought.

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Tuesday, 18 June 2019 12:39 PM UTC
  2. PowerBuilder
  3. # 4

For the OLE DB connection type PowerBuilder supports the IntegratedSecurity DBParm, you can look it up in the help. You might be able to use it in ODBC or SNC, check out this page:

https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/authentication-in-sql-server

 

Comment
There are no comments made yet.
Christophe Dufourmantelle Accepted Answer Pending Moderation
  1. Tuesday, 18 June 2019 13:59 PM UTC
  2. PowerBuilder
  3. # 5

Visual Guard provides a plug & play Single Sign On for PowerBuilder.

Follow these steps to integrate it with your application.
The application will silently log the user based on the current Windows session, without prompting for any credentials. This will automatically enforce the Password policy defined in your AD.

Optionally, you can leverage this Windows authentication to record and monitor the activities of Windows users inside your application, and/or restrict access to sensitive application features to certain users.

If you intend to deploy a Web UI with PowerServer, you can also enable a Windows authentication for user connecting from outside the Windows domain/forest (itinerant users).

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.