Set up Single Sign-On with Amazon Web Services to provide your team with a single point of access to AppFollow.
How to set up
On the side of AWS:
1. Go to https://console.aws.amazon.com/singlesignon/home?region=us-east-1#/applications/add and create a new app;
2. Choose “Add a custom SAML 2.0 application”;
3. Configure app: type AppFollow in the Display name field;
4. On the Application properties page paste the email associated with AppFollow into Relay State field;
5. In Application metadata click “If you don't have a metadata file, you can manually type your metadata values” to fill fields manually. Paste:
- Application ACS URL: https://sso.appfollow.io/acs
- Application SAML audience: https://sso.appfollow.io/metadata/
6. Go to “Attribute mappings” tab and configure:
- Subject: ${user:subject}
- name: ${user:name}
- email: ${user:email}
- Save changes.
Click “Save”;
7. Open “Assigned users‘ tab and click “Assign users”;
8. Select users or groups and click “Assign users”;
On the side of AppFollow:
1. Go to https://watch.appfollow.io/settings/sso;
2. Copy the following parameters from your AWS settings:
- AWS SSO issuer URL: Entity ID in AppFollow
- AWS SSO sign-in URL: SAML SSO URL in AppFollow
- AWS SSO certificate: Download certificate and paste its content in X.509 Certificate in AppFollow
3. Paste them into AppFollow account and click “Save”;
4. Log in to watch.appfollow.io in a new tab in the browser
You'll see the “Single Sign-On Enabled” sign.