1. Rajaram Palanisamy
  2. PowerServer
  3. Friday, 29 July 2022 00:39 AM UTC

Hello,

 

How to launch PowerServer application URL passing SAML for SSO?  

Current working setup

WebAPI is configured with AWS Cognito & third party IDP (SAML enabled).

PowerServer application URL launch -> AWS Cognito -> Third Party IDP login (Web Browser Control integration in PB login window) -> Redirect Token passed to WebApi (https://URL:port/connect/token#access_token=)

I would like to eliminate login screen entirely and launch the URL with SSO from an another main website hyperlink, which will pass SAML to PowerServer/Powerbuilder URL.

I see Visual Guard solution for enabling SSO.  Any other method to implement Single Sign-on using SAML?

 

Bruce Armstrong's Session on SSO for reference.

 

-Thanks

 

Rajaram Palanisamy Accepted Answer Pending Moderation
  1. Tuesday, 2 August 2022 13:54 PM UTC
  2. PowerServer
  3. # 1

Hello Logan,

 

Please schedule a meeting on August 3rd between 9:30 AM ~ 11:30 AM your time ( August 2rd 8:30 PM ~ 10:30 PM Central Time) to learn more about your SAML authentication requirement.  Thanks.

Comment
There are no comments made yet.
Rajaram Palanisamy Accepted Answer Pending Moderation
  1. Monday, 1 August 2022 22:30 PM UTC
  2. PowerServer
  3. # 2

Hello Logan,

 

Thanks for your reply.  Main Website is not linked to AWS Cognito.  Main Website is authenticated thru Third Party IDP login and no access_token is available.  SAML can be passed to PowerServer CloudApp URL from the main website.

Comment
There are no comments made yet.
Logan Liu @Appeon Accepted Answer Pending Moderation
  1. Friday, 29 July 2022 08:00 AM UTC
  2. PowerServer
  3. # 3

Hi Rajaram,

Please see if this solution can help you:

1. Log in to your Main Website and obtain the access_token ( AWS Cognito -> Third Party IDP login).

2. Start the PowerServer Cloud App through the new URL along with the access_token. E.g. : http://localhost/salesdemo/?access_token=xxxx

3. Get the access_token from Commandline in the Cloud App. Replace your original get access token code.

Regards,

Logan

 

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.