Note
Scopes
● openid: mandatory scope and will return a sub claim, which represents a unique identifier for
the authenticated user.
● profile: request access to the End-User’s default profile claims
Configuring SI5 Identity Service
1. Open the following directory: <Installation directory>\SinInt.Identity.Service\
2. Open the file "appsettings.production.json".
3. Enter the following data:
– ClientId: The ID of the SI5 Identity Service client
– Authority: The URI of the external identity server
"ExternalProvider": {
"ClientID": "<clientID>",
"Authority": "<external identity server ip address>:<port>",
}
4. Save the "appsettings.production.json".
5. Restart the IIS.
6.2.2
Configuring with secret
Identity Service supports using an external authentication provider via OIDC (OpenID Connect)
protocol.
If this option is enabled, then the external authentication provider will be used by default.
Signing in at the default SINUMERIK Integrate 5.x login page is still possible, but the user has
to navigate to the login page manually.
Open the following URL on the server:
https://<SI5 server ip address>/int/
identity/account/login
Prerequisite
The SINUMERIK Integrate 5.x server has already been installed.
You require administrator rights on the server.
Configuring the settings
6.2 Configuring the external authentication provider
Manage MyResources, Optimize MyProgramming /NX-Cam Editor
136
Installation Manual, 12/2019, A5E44672080B AE