Setting Up Native TM1 OpenID Authentication

Setting Up Native TM1 OpenID Authentication

Setting Up Native TM1 OpenID Authentication

From Arc v2.0, Arc supports native TM1 OpenID Connect authentication. This allows Arc to authenticate users via an OpenID provider that is already configured for TM1.


Configuration

Add the following parameters to the settings.yml file in your Arc installation directory:

openidconfiguration: <URL to the OpenID provider configuration settings> openidredirecturl: https://servername:7070 openidclientid: <Client ID> openidsecretid: <Secret ID>

Parameter Descriptions

Parameter

Description

Parameter

Description

openidconfiguration

URL to the OpenID provider's configuration endpoint. This is the same URL provided to TM1 in the OpenConnectConfig file.

openidredirecturl

The redirect URL for your Arc instance, e.g. https://servername:7070. Must match the registered redirect URL in your OpenID provider.

openidclientid

The Client ID issued by your OpenID provider.

openidsecretid

The Secret ID issued by your OpenID provider.


Notes

  • The openidconfiguration URL must match the one configured in TM1's OpenConnectConfig file.

  • Arc must be reachable at the openidredirecturl — this is where the OpenID provider redirects after authentication.

  • Restart Arc after saving settings.yml for changes to take effect.


Related Pages