User Authentication Federation

To allow your organization users (with the same domain name that is already reserved by your organization account) and trading partners to access the Smart Trading Cloud services without having to create a Smart Trading account, you can federate the Authorization service (Account Service) for Smart Trading Cloud services, for example, Onboarding and Testing Cloud Service, with your organization and trading partner identity providers. Smart Trading Cloud supports:

  • The Security Assertion Markup Language (SAML) 2.0 protocol: a commonly used standardized way to tell web applications and services that a user is who he or she claims to be. SAML makes the single sign-on (SSO) scheme possible by providing a way to authenticate a user only once and then delivering that authentication to multiple applications.
  • OpenID Connect (OIDC) federated protocol: a federated protocol that provides an identity layer built on the top of the OAuth 2.0 protocol. The OpenID Connect protocol enables third-party applications to verify the end-user identity based on the authentication that is performed by the authorization server. OAuth 2.0 provides authorization, while OIDC Federation is required for authentication.