- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- Tutorials
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Configure the authentication mode
Change the default authentication mode to allow local users and domain users to log on at runtime.
Prerequisites
To allow Active Directory users to authenticate, either:
- Obtain the Active Directory domain name and server address.
- Ensure that theWindowsclient is joined to the Active Directory domain.
To allow LDAP users to authenticate, obtain:
- LDAP server address
- Base64 CA certificate file exported from the Active Directory server or from a computer in the domain
TIP:
FactoryTalk Optix Studio
does not support LDAP over SSL (LDAPS).
- To configure the authentication mode
- InProject view, select the root node.
- InProperties, expandAuthentication, and then inAuthentication mode, select the authentication type that allows specific users to log on:
- Model only. Users created inFactoryTalk Optix Studio.
- Local only. Local machine users.
- Domain only. Active Directory and LDAP users.
- Domain and local. Active Directory, LDAP, and local machine users.
- Any. Users of any type.
- (optional) SetDefaultUserFolderto change the default folder to contain user objects.TIP: The default folder to contain user objects is. When a domain user logs in at runtime, a corresponding user object appears in the folder specified.
- If you intend to run your application on a client outside the Active Directory domain:
- InDefault domain name, enter the default domain name for domain users that log on at runtime.TIP:To get the server address, enter this command in PowerShellnslookup -type=srv _ldap._tcp., whereftoptix.localftoptix.localis the domain name of the Active Directory server, and copy the server DNS.If you leaveDefault domain nameblank, the domain name is set based on the Active Directory domain joined by theWindowsclient.
- InDefault server address, enter the Active Directory or LDAP server address.TIP:To get the server address, enter this command in PowerShellnslookup -type=srv _ldap._tcp.ftoptix.local, whereftoptix.localis the domain name of the Active Directory server, and copy the internet address.If you leaveDefault server addressblank, the Active Directory server address is set based on the Active Directory domain joined by theWindowsclient. If you do not specify the port in the server address, the default 389 port is used.
- InCA certificate file, selectBrowseand select the Base64 CA certificate file.TIP:To find items, start typing the item name to find inSelect file.If the file does not appear inSelect file, selectand inImport file(s)Import file(s), select the file to import and then chooseSelect.TIP: If you leaveCA certificate fileblank, the localWindowsmachine is used to authenticate the user. CA certificate file is required to authenticate against a specific LDAP server or use a Linux client.
authenticate
authentication
Provide Feedback