Versions Compared

Key

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

...

  • email

  • openid

  • User.Read

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

Then, in the organization settings: 

URL name

Typical URL 

Discovery Endpoint

https://login.microsoftonline.com/{tenant_id}/v2.0/.well-known/openid-configuration

Authorization Endpoint

https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/authorize

Userinfo Endpoint

https://graph.microsoft.com/oidc/userinfo

Token Endpoint

https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token

Base URL

https://login.microsoftonline.com/{tenant_id}/v2.0

The IDs and URLs with your custom ID can be found directly in the tool you want to use for SSO (e.g. Microsoft, Okta,...).

...