Getting Started with social.plus Portal

Your gateway to managing social.plus applications, billing, and organizational settings. The social.plus Portal provides centralized access to all administrative functions with flexible authentication options for enterprise teams.

Accessing the Portal

Access the social.plus Portal at portal.amity.co with multiple authentication options designed for different organizational needs. social.plus Portal Login

Authentication Methods

Standard AuthenticationThe most straightforward method for individual accounts:
1

Enter Credentials

Input your registered email address and password
2

Access Portal

Gain immediate access to your organization’s portal
3

Manage Account

Update profile settings and security preferences
Account Security: Enable two-factor authentication for enhanced security on email/password accounts.

SSO SAML Configuration

For organizations requiring enterprise-grade security and user management:

Prerequisites

Configuration Steps

1

Request SSO Setup

Contact our support team with your SSO requirements:
  • Organization details and domain
  • User access scope (all users vs. selective)
  • Preferred implementation timeline
  • Technical contact information
2

Configure Your IDP

Set up SAML integration with these parameters:
<!-- SAML Response URL -->
<saml:Destination>
  https://amity-portal-prod-auth.amity.co/saml2/idpresponse
</saml:Destination>

<!-- Audience Restriction -->
<saml:AudienceRestriction>
  <saml:Audience>
    urn:amazon:cognito:sp:eu-central-1_gcJoCA15K
  </saml:Audience>
</saml:AudienceRestriction>

<!-- Email Attribute Mapping -->
<saml:Attribute Name="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress">
  <saml:AttributeValue>[email protected]</saml:AttributeValue>
</saml:Attribute>
3

Test Integration

Validate the SSO setup with test users before full deployment
4

Production Rollout

Enable SSO for your organization and communicate changes to users

SSO Access Flow

SSO Login Flow Once SSO is enabled:
  1. Domain Authentication: Users enter organization domain
  2. IDP Redirect: Automatic redirect to your identity provider
  3. SAML Assertion: IDP validates user and sends SAML response
  4. Portal Access: User gains access to social.plus Portal and Console

Post-SSO Integration Changes

Important Changes: Enabling SSO SAML affects user management and access controls across your organization.

Organization Management

Initial Setup

1

Organization Profile

Complete your organization details and verification
2

Team Members

Invite team members and assign appropriate roles
3

Billing Configuration

Set up payment methods and billing preferences
4

Application Creation

Create your first social.plus application

Role-Based Access

Managing Applications

Application Lifecycle

Getting Help

Security Best Practices: Always use SSO integration for teams with more than 5 users to maintain centralized access control and enhanced security.