Rapid Connect Integration

Last updated: 24 January 2025

Overview

The AAF Rapid Connect service allows the AAF to translate SAML assertions which are verified by a standard Shibboleth SP into JSON Web Token (JWT) which is more suitable for use by services with restricted environments or services with no need to access some of the more advanced parts of the AAF offering.

This tutorial describes JWT for developers and the integration code required to use AAF Rapid Connect with your applications.

What you’ll learn

  • How Rapid Connect manages the Shibboleth SP component on behalf of the application
  • How Rapid Connect JWT Authentication works
  • How to implement JWT Support
  • How to configure your service to skip discovery service and login directly through a specified IdP.

What you’ll need

  • Integration experience