Please obtain the service provider metadata XML file and enter it here.
Metadata has already been provided
Metadata has not been provided.
LDAP Configuration
Each time a user signs in, WebSequenceDiagrams will connect to an LDAP directory using an
administrator's credentials. Then it will search for the user's distinguished name (DN) given whatever
they entered as their user name. If found, it will then attempt to
authenticate using that user's DN and password.
You can click here to rewrite the values below for common Active Directory configurations.
LDAP URI
This is the ldap:// or ldaps:// uri to attempt to bind to.
Example: ldaps://example.com
Admin User DN
This is the DN to bind to to search. The {USERNAME} portion
will be replaced by the username entered by the user to sign in.
Example: CN=Administrator,CN=Users,DC=example,DC=com
Admin User Password
This is the password corresponding to the user above, used for searching the LDAP data.
Base DN for search
This is the base from which to search for users.
Example: DC=example,DC=com
Search filter
This is the LDAP search query used to find users. The {USERNAME} portion will be changed to whatever
the user entered as their user name.
Example: (&(objectCategory=person)(objectClass=user)(sAMAccountName={USERNAME}))
{{title}}
{{prompt}}
{{action}}
Cancel
Enter new user information
Username
Password
Create User
Cancel
Active Directory Setup
Enter your Active Directory Domain. For example: example.com
Enter the name of an administrator who can search active directory. Example: Administrator
Enter the password for the above user.
Rewrite configuration
Cancel
LDAP Test Authentication
Please enter a username and password to test authenticating with the given configuration.