mdsol / mauth-jvm-clients   16.0.0

MIT License GitHub

A Java client for mAuth

Scala versions: 2.13 2.12 2.11
sbt plugins: 1.0

Build Status

Java Client for MAuth

This is a standalone client for Medidata Authentication

Medidata Authentication

The Medidata authentication process bounds - in this case verifies - an API message against its origin.

Medidata authentication provides a fault tolerant, service-to-service authentication scheme for Medidata and third-party applications that use web services to communicate with each other.

The process and integrity algorithm are based on digital signatures encrypted and decrypted with private/public key pairs.

Medidata’s authentication process requires public key management, which is done by way of an API. It provides message integrity and provenance validation by verifying a message sender’s signature. Each public key is associated with an application and is used to authenticate message signatures. Each private key is stored by the application signing requests with the private key.

NOTE: Only the signing application has any knowledge of the application’s private key.

MAuth proxy

If you’re performing some small, manual tests with MAuth-enabled service and do not want to code the MAuth signing process, consider using these tools:

Usage

A Medidata server requires the requests to be signed using Medidata Authentication