diff --git a/technical/installation-id.md b/technical/installation-id.md index 4be343e..faa8296 100644 --- a/technical/installation-id.md +++ b/technical/installation-id.md @@ -9,7 +9,7 @@ While Fasten has been able to integrate with 27,000+ health care institutions, s largest institutions are pushing back because they have concerns about the potential for abuse given the way the Fasten Lighthouse works. -{: .information } +{: .important } > Just a refresher, Fasten Lighthouse is an auth gateway, providing a publicly accessible server for the provider to > redirect the user to (with their OAuth code) after authentication. Fasten Lighthouse then redirects the user to their > local/localhost installation of Fasten where the code is swapped for an Access Token. (In some cases the Fasten diff --git a/technical/marketplace/apple-store.md b/technical/marketplace/apple-store.md index f8868cd..1924a50 100644 --- a/technical/marketplace/apple-store.md +++ b/technical/marketplace/apple-store.md @@ -185,14 +185,14 @@ Here are the official instructions for [Generating an API Key for App Store Conn 1. From [Users and Access](https://appstoreconnect.apple.com/access/users), click Keys. The page opens with the App Store Connect API selected. 1. Click Generate API Key. - {: .information } + {: .important } > If you already have an Active API key generated, you can click the add button (+) to add more. 1. Enter a name for the key. The name is used for your reference only and isn’t part of the key itself. 1. Under Access, select the [role permissions](https://developer.apple.com/help/app-store-connect/reference/role-permissions) to determine what the API can be used for. API keys are applied across all apps so app access can’t be limited for an API key. - {: .information } + {: .important } > Note: you should create your API key with the `App Manager` role, which will allow you to upload applications to App Store Connect, but will not allow you to submit the application for review. 1. Click Generate. - {: .information } + {: .important } >Once you generate an API key, you won't be able to edit its name or access level. If you need to make changes, revoke the API key and generate a new one. ![app-store-connect-api-key.png](/img/marketplace/apple/app-store-connect-api-key.png)