/
How to Log in to MCS

How to Log in to MCS

MCS from version 1.3.0

Table of Contents


Overview

User authentication for MCS (e.g., logging in to MCS) can be performed in two ways:

Basic Authentication via JWT

  1. Enter your Username on the MCS login page.

  2. Enter your Password on the MCS login page.

  • Default Username: Admin

  • Default Password: Admin

JWT (JSON Web Token) is a secure, compact, and self-contained format for transmitting information between parties as a JSON object. It is commonly used for authentication and authorization, allowing users to log in to a system. A JWT includes encoded data (like user ID) and is digitally signed, ensuring the data's integrity and authenticity.

SSO Authentication via SAML

Currently Supported Identity Provider:

  • Okta

SSO (Single Sign-On) is an authentication method that allows users to log in to multiple applications or systems using a single set of credentials. It simplifies user management and enhances security by centralizing authentication.

SAML (Security Assertion Markup Language) is a protocol used for Single Sign-On (SSO). It enables secure exchange of authentication and authorization data between an identity provider (IdP) and a service provider (SP). SAML allows users to log in to systems without needing separate credentials for each one.

Okta is a cloud-based identity provider (IdP) that offers SSO and identity management solutions. It allows organizations to manage user access to applications securely using protocols like SAML, streamlining authentication and improving security.


Login via SAML

Prerequisites

Note:

Without completing the prerequisites, you will not see the SAML Login button and will be unable to log in via SAML.

Steps to Log In via SAML

  1. Open the MCS login page.

  2. Click on SAML Login.

    image-20241222-133040.png
  3. Follow the Identity Provider’s instructions to log in.

  4. After completing the login process, you will be redirected to the MCS application.


Related Articles

How to Create SAML Configuration in Okta

Advanced User Management

Users Config

Related pages