AI 产品解读Enterprise Single Sign-On (SSO) automation browser extension for OpenText identity products
Eliminates the need for users to manually enter credentials repeatedly across multiple enterprise web applications by automating login through enterprise SSO infrastructure (Access Manager, CloudAccess, SecureLogin)
1) Administrator configures SSO connectors via Access Manager/CloudAccess/SecureLogin. 2) User installs extension and native messaging host. 3) User authenticates to their enterprise IDP portal. 4) When visiting SSO-configured sites, the extension detects login forms, retrieves stored credentials from the enterprise server, and auto-fills them. 5) For new sites, the extension prompts the user to save credentials to the enterprise server for future auto-login.
Automated login form detection and credential filling for enterprise SSO-configured websitesSecure credential storage on enterprise SSO serverHTTP Basic Auth challenge handling and automationAdmin wizard for SSO connector configurationNative messaging host integration with SecureLogin desktop agentMulti-language support (10 locales)
- 目标用户
- Enterprise employees whose organizations use OpenText Access Manager, CloudAccess, or SecureLogin for identity and access management / IT administrators configuring SSO connectors for their organizations
- Background.min.js and Content.min.js are heavily minified, limiting deeper workflow analysis
- The Angular UX app (ux/main.js at 353KB) is bundled/minified and may contain additional UI flows not fully inspected
- Cannot verify the full native messaging host interaction without the companion native application source
付费分析未识别到付费功能
The extension itself contains no payment, billing, subscription, premium, upgrade, or trial logic. The 'subscribe' keyword hit in chromeconstants.js line 75 is about event subscribers in code comments, not paid subscriptions. All 'pro' keyword hits come from localization notes about product names (Access Manager, CloudAccess, SecureLogin), not paid tiers. No payment platforms, Stripe, or similar integrations were found. While the destination enterprise products (Access Manager, CloudAccess, SecureLogin) are commercial software sold by OpenText, the extension itself does not gate features behind payment or implement any billing flow.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires an authenticated session to an enterprise Identity Provider (Access Manager, CloudAccess, or SecureLogin) for its core workflow. In basicSSOAccess.min.js line 17, the code explicitly states: 'the Single Sign-on Assistant needs an authenticated session to the user portal at [baseURL] before it can properly manage your login to this site.' The extension communicates with a native messaging host (com.netiq.slchromehost) that bridges to the enterprise SSO infrastructure, and an administrator must configure SSO connectors for the user's organization. Without being authenticated to the destination enterprise SSO server, the extension cannot function.