Facilitating authentication within RingCentral's partner ecosystem

Last updated: 2024-01-31Contributors
Edit this page

When constructing a login URL to initiate the authorization process in a 3-legged Auth Flow, a query string parameter called brandId can be added to control which partner's logo will appear on the page as illustrated below.

A list of partners and their brand IDs can be found in our brand guidelines documentation.

Leaving brandId blank will result in RingCentral's logo being displayed.

Developers should take care in building the URLs used to initiate the login and authorization (a.k.a. OAuth) flow for their app, as the URL will specify the logo that will appear on the login page. Here is a sample login URL that will display the BT Cloud Work logo to the user on our login page.

https://platform.ringcentral.com/restapi/oauth/authorize\
   ?response_type=code&redirect_uri=<my_uri>&client_id=<client_id>\
   &brand_id=7710&display=&prompt=

Remember, pay close attention to the following:

  • The domain you utilize may depend upon the carrier you are linking to.
    • AT&T Office@Hand and Verizon users will use a domain of platform.ringcentral.biz
    • All other users will use a domain of platform.ringcentral.com
  • The brandId parameter will need to be customized based on the logo you want to appear on the login page.

Additional AT&T Office@Hand and Verizon Technical Requirements

Working with partners operating in a segregated environment, like AT&T Office@Hand and Verizon, comes with additional technical requirements in order to meet the compliance and security requirements mandated by their products.

Our partner's customers may not always be aware that RingCentral is the service powering the solution they use everyday. They may only know their service by the name our partner's give their product, for example "AT&T Office@Hand." For this reason, we recommend developers make specific reference to each of the services a customer may wish to connect to.

The following images have been provided to help you construct buttons to initiate the login flow with RingCentral and all of its partners.

Service Provider Login Button
RingCentral RingCentral connect button
AT&T Office@Hand ATT Login Button
Atos Unify Office Atos Unify Office Login Button
Avaya Cloud Office Avaya Cloud Office Button
BT ATT Login Button
Rainbow Office Rainbow Office Login Button
TELUS TELUS Login Button