- Home
- Workspace
- Administration
- Connecting external services
- Integrating ONLYOFFICE with Apple
Integrating ONLYOFFICE with Apple
Connect your Apple account to log in to your portal quickly. Use Authorization keys to connect your portal to Apple.
Bare Bones Instructions
If you decide to connect Apple, proceed through these simple steps:
First of all, go to the Settings section. To do that, click the
icon in the right upper corner.
Switch to the Integration tab.
Open the Third-Party Services page.
In this section, you will see all the third-party services you can connect your portal to. The most important part in the process of establishing the connection is to find application keys. If you want to connect a third-party service to your portal, first of all, get the application ID (may be called app key, client_id, api key, etc.) and Key (app secret, client_secret, api secret, etc.). The way to obtain the connection keys differs from service to service. So choose the necessary service and follow the instructions:
Connect Apple to ONLYOFFICE 
- Go to the Apple Developers Portal;
- Sign in to your account;
- Get an App ID:
- Go to Certificates, Identifiers & Profiles -> Identifiers and click the + icon in the upper left corner.
- Select App IDs and click Continue.
- Enter a Description and a Bundle ID (a reverse-domain name style string: com.domainname.appname). Make sure that Sign In with Apple is checked. Click Continue and click Register.
- Get a Services ID:
- Go to Certificates, Identifiers & Profiles -> Identifiers and click the + icon in the upper left corner.
- Select Services IDs and click Continue.
- Enter a Description and an Identifier (a reverse-domain name style string: com.domainname.appname). Make sure that Sign In with Apple is checked. Click the Configure button next to Sign In with Apple.
- Make sure the App ID is selected as the Primary App ID. Add the Return URLs "https://service.onlyoffice.com/oauth2.aspx". Click Save.
- Click Continue and click Register.
- Create a private key:
- Go to Certificates, Identifiers & Profiles -> Keys and click the + icon in the upper left corner.
- Enter a unique name for the key. Make sure that Sign In with Apple is checked.
- Click Configure. In the Choose a Primary App ID field, select the App ID and click Save.
- Click Continue and click Register.
- Click Download to download the private key.
- Get a key identifier:
- Go to Certificates, Identifiers & Profiles -> Keys.
- Select the private key on the right.
- The key identifier will be displayed below the key name.