Sign Up
Hero

Integrating Auth0 with Rights Management Services

Here's another scenario supported by Auth0 out of the box, with no special configuration.

Here's another scenario supported by Auth0 out of the box, with no special configuration.

Contoso is a company that does business with many external people, and they need to share Word and Excel documents with them in a secure way.

They need to specify and enforce specific rights on these documents:

  • Can you print?
  • Can you edit?
  • Can you forward it to someone else?

AD Rights Mangament Services (RMS) is a great technology to do exactly that, but not surprisingly, it is optimized to be used with Active Directory.

With Auth0, you can now extend RMS to users outside your domain, and continue to benefit from these access policies:

There's only one (yes, just one) thing you need to do to enable this. You need to install "Federation" support in RMS and when it asks for the URL, you simply enter:

https://{your tenant}.auth0.com/rms/{your client id}

Validate the URL, and you are done! There are no Auth0 components to deploy. It just works.

Now, let's walk through an end to end use case:

1. Tom from Contoso writes a Word document, protects it with read-only permissions and sends it to one of his partners:

2. The partner receives the doc, since it is protected he has to log in and authenticate. He starts by selecting the right Identity Provider (notice Auth0 Login Widget inside Windows Rights Management window):

3. The partner logs in (with Google in this example):

4. After successful authentication, he can access the doc with the original protections:

Simple, secure collaboration!

This is one of many Auth0 extensions that augment Auth0 functionality with specific features like RMS.

Try Auth0 yourself!