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 |
|---|---|
| URL to the OpenID provider's configuration endpoint. This is the same URL provided to TM1 in the |
| The redirect URL for your Arc instance, e.g. |
| The Client ID issued by your OpenID provider. |
| The Secret ID issued by your OpenID provider. |
Notes
The
openidconfigurationURL must match the one configured in TM1'sOpenConnectConfigfile.Arc must be reachable at the
openidredirecturl— this is where the OpenID provider redirects after authentication.Restart Arc after saving
settings.ymlfor changes to take effect.