···159159 <Text id="SsoCert" size="SM">
160160 This is the certificate used to verify the identity of your
161161 organization when users attempt to log in via SSO. Please ensure this
162162- certificate matches the one provided by your identity provider. For
163163- more information on setting up SSO, please contact Coop directly.
162162+ certificate matches the one provided by your identity provider.
164163 </Text>
165164 </div>
166165 <Textarea
+29
docs/USER_GUIDE.md
···91919292Once you invite a new user to Coop, you can either configure an email service to send the link to that person or copy the invite link and share it directly with them.
93939494+### SSO
94959696+Learn how to configure SSO using Okta SAML.
9797+9898+Coop only supports SSO through Okta SAML.
9999+100100+**Prerequisites**
101101+102102+To configure Okta SAML SSO, you must:
103103+104104+* Be in Admin mode in Okta.
105105+* Have group names that match exactly between Okta and SAML.
106106+* Have admin permissions in Coop.
107107+* Have the ability to create a custom SAML application.
108108+109109+**Configuration**
110110+111111+1. Create a [custom SAML application](https://help.okta.com/oag/en-us/content/topics/access-gateway/add-app-saml-pass-thru-add-okta.htm) in Okta. Use the following settings.
112112+113113+ | Setting | Value |
114114+ | :------ | :---- |
115115+ | Single sign-on URL | Your organization's callback URL (e.g. `https://your-coop-instance.com/login/saml/12345/callback`). You can find your callback link in Coop under **Settings → SSO**. |
116116+ | Audience URI (SP Entity ID) | Your Coop instance base URL (e.g. `https://your-coop-instance.com`). |
117117+ | `email` attribute (in **Attribute Statements**) | `email`. This field depends on your Identity Provider's attribute mappings (e.g. Google SSO may use "Primary Email"). |
118118+119119+2. In the **Feedback** tab, check **I'm a software vendor. I'd like to integrate my app with Okta**.
120120+3. In your app's settings, go to the **Sign On** tab. Under **SAML Signing Certificates → SHA-2**, click **Actions → View IdP metadata**.
121121+4. Copy the contents of the XML file. In Coop, go to **Settings → SSO** and paste the XML into the **Identity Provider Metadata** field.
122122+5. On the same page, enter `email` in the **Attributes** section.
123123+6. In your Okta app under **Assignments**, assign users or groups to your app.
9512496125### Wellness and Safety
97126