In addition to supporting Google for social connections, Adthena has implemented a SSO solution using Auth0 (a child company of Okta) for Enterprise connections. We support the following SSO protocols:
- OpenID Connect - OIDC is widely used for social logins (e.g., Google, Facebook, LinkedIn), because it is simpler and better suited for web and mobile apps.
- SAML - Generally used in enterprise and business environments, where businesses want to authenticate users across multiple internal applications (e.g., using their company’s identity provider like Okta or Google Workspace).
SSO protocol requirements:
OpenID Connect
-
Client ID
-
Client Secret
-
OpenID Connect Discovery (e.g. https://your.hostname.com/.well-known/openid-configuration)
-
Scope (profile email)
SAML
-
Sign In URL
-
Sign Out URL (optional - defaults to Sign In URL)
-
X.509 Signing Certificate (PEM / CER format)
-
User ID Attribute (optional)
-
Sign Request (optional) (True/False)
-
Sign Request Algorithm
-
Sign Request Algorithm Digest
-
Protocol Binding
-
Request Template (optional)
If you're interested in enabling SSO, please reach out to your Account Manager.
Comments
0 comments
Please sign in to leave a comment.