How SAML works
Security Assertion Markup Language (SAML) is a standard protocol that gives identity providers (IdP) a secure way to let a service provider (SP) such as MiaRec know who a user is. It does this by sending MiaRec a cryptographically signed XML document confirming users’ identities, along with some basic user information.
Once configured, users can authenticate with the following process:
- The user navigates to your MiaRec account (e.g. https://recordings.example.com/).
- MiaRec presents the user with an additional login option (Login with {name of your provider}).
- When clicked, the user’s browser will be redirected to the identity providers.
- The identity provider authenticates the user.
- Once authenticated, the browser is redirected to MiaRec with a SAML assertion.
- MiaRec verifies the SAML assertion and locates the corresponding user record in internal DB.
- The user is granted access to MiaRec.
- The user is redirected to original link.