Single Sign-On with OAuth 2.0

If OAuth 2.0 authentication is enabled, FTL server can redirect the administrative UI to the user's oauth server for authentication. The browser will take the user through the oauth authorization code flow.

To enable single sign-on, set the following parameters in the FTL server yaml configuration file:

  • oauth2.ui.endpoint.auth

  • oauth2.ui.endpoint.token

  • oauth2.ui.client.id

  • oauth2.ui.client.secret

  • oauth2.ui.endpoint.logout

For details, see FTL Server Configuration Parameters