SSO connection setup

Introduction

This guide outlines the steps to set up Single Sign-On (SSO) for Feedier using Azure as an example, register a new application in the Microsoft Entra admin center and finally set up the authentication on Feedier.

1. Steps To Create The OIDC Application (Example:Azure)

Navigate to the Microsoft Entra admin center.

Screenshot 2024-11-04 at 16.36.54.png

Register Application

Click on Applications => App registrations (1)=> Then click New registration (2)

Screenshot 2024-11-04 at 16.40.57.png

Configure Application Registration

  • Name : Enter a descriptive name for your application (e.g., "Feedier SSO").(1)

  • Supported account types: Choose the appropriate option based on your requirements (e.g., single tenant). (2)

  • Redirect URI: (3)

  • Click Register (4)

 

Screenshot 2024-11-05 at 13.35.43.png

Set Up Authentication

  • After creating the app registration, navigate to Authentication. (1)

  • Ensure the redirect URI is correctly added.(2)

  • Set the appropriate Implicit Grant and Hybrid Flows if needed (typically, you’ll enable ID tokens for SSO). (3)

 

Screenshot 2024-11-05 at 13.58.33.png

Configure API Permissions

  • Navigate to API permissions in the app registration.(1)

  • Click on Add a permission.(2)

  • Select Microsoft Graph.(3)

 

Screenshot 2024-11-05 at 14.06.05.png
  • Select Delegated permissions (4)

Screenshot 2024-11-05 at 14.06.32.png

 

  • Choose the necessary permissions for your application (openid, email) by typing the permission name in the select permissions search bar.(5)=> finally you will find them under API/Permissions name

 

Screenshot 2024-11-05 at 14.06.51.png
  • Review all settings to ensure everything is configured correctly.

Screenshot 2024-11-05 at 15.02.22.png

 

  • Go to Certificates & secrets (1) to get the clinet secret(2) to be used later on the OIDC configuration on feedier side

 

Screenshot 2024-11-05 at 15.10.15 (1).png

2. Set up the OIDC app on Feedier

Go to Settings → Advanced Settings → Authentication.

Screenshot 2025-03-24 at 15.18.14.png

3. Test the SSO on Feedier

Click on the Login URL link, and you should be redirected to your OIDC authentication page if everything was set up correctly.

Once the SSO is set up, no username and password connection will be authorized.

New users should use the Login URL in the advanced settings to sign up for the platform. Once registered, they can use the Feedier login page to sign in to the platform. We recommend that you bookmark this link for these new users.

If an error is encountered, please contact the Customer Success Manager, and the Feedier integration team will contact you shortly.

Related content