# OneLogin SSO Setup Guide

Providing documentation to your users on how to set up SSO with OneLogin is important for a smooth integration process. Below is an example guide of what this documentation could look like.

1. Login to your OneLogin admin console and navigate to the **Applications** section.

2. Click **Add App** and search for **OpenId Connect (OIDC)** and select the app.

3. Name the application and click **Save**.

4. Click **Configuration** and enter the redirect URI for your app (e.g., `https://myapp.com/callback`) in **Redirect URI’s**. See [here](https://docs.byo.propelauth.com/sso/overview/#callback-url-configuration) for more details on the callback URL that you should provide to your users.

5. Click **Save**.

6. Next, click on the **SSO** tab and copy the **Client ID** and **Client Secret** and paste them into `{your application}`.

7. Click on **Well-known Configuration** and follow the link to a new page. Search for the following URLs and enter them into `{your application}`:
   - **Authorize URL**: The URL next to `authorization_endpoint`
   - **Token URL**: The URL next to `token_endpoint`
   - **Userinfo URL**: The URL next to `userinfo_endpoint`
8. Click **Save** in `{your application}`.
