Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fill the fields under the OIDC SSO connection section

...

Setup the user roles automatically using OIDC

In the Organizations → OIDC settings, there are 2 options designed for this

Option

Example of value

Description

OIDC Roles Map

Code Block
{
"editor": "Editor", 
"admin": "Admin",
"viewer": "Reader", 
"restricted_viewer": "ReaderRestrict"
}

This is a JSON object that contains the 4 feedier roles as keys (do not change them) and the SSO role in your IAM system.

restricted_viewer is the Feedier role, ReaderRestrict is the role name in your SSO that you can assign to the user

OIDC Scopes

openid,email,roles

This is a comma separated list of information Feedier will ask for every SSO connection, the roles is required so Feedier can assign a role to the user.

Info

For any help, ask our team to help you set it up.

Example for Microsoft Active Directory

...

Under API permissions, make sure to enable: Microsoft Graph

  • email

  • openidroles

  • User.Read

  • Authentication → Web → Redirect URIs: https://dashboard.feedier.com/auth/oidc/callback?organizationId={Organization ID in Feedier}

...