Skip to content

FastX 5 OpenID Connect

Admins can set up OpenID connect by going to the Admin settings and going to Users > OpenId Connect.

fx51_admin_openid

Edit the form to setup OpenID Connect.

  • Redirect URL – URL to redirect to.  https://server.example.com:3300/auth/oidc/callback
  • Issuer – OpenID Connect Issuer.  Refer to your OpenId Connect Provider for more information.
  • Client Id – OpenId Connect Client Id. Refer to your OpenId Connect Provider for more information.
  • Client Secret – OpenId Connect Client Secret. Refer to your OpenId Connect Provider for more information.
  • Logout Redirect URL – URL to redirect when user logs out. This should be on the approval list in your provider’s configuration.  https://server.example.com:3300/auth/oidc/

Note: Changes take effect when server restarts