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.
- A session on single-sign-on (SSO): https://www.appeon.com/conference/elevate-2021/live?id=346
-Thanks